February 23, 2017, 10:56 (GMT) |
new manta functions to handle moving obstacles added function to set obstacle velocities at fl/obs border, cleanup for averageVel function (more general name and vec3 argument instead of mac) |
February 20, 2017, 23:04 (GMT) |
manta script cleanup |
February 20, 2017, 09:39 (GMT) |
updated manta vec3 extrapolation now using inside mode as well - similar to extrapolateLsSimple() |
February 19, 2017, 08:31 (GMT) |
updated mesh distance function now using raycast in inverted direction as well. if this is not done, there are cases with wrong phi grid (swapped inside and outside) |
February 17, 2017, 12:33 (GMT) |
argument cleanup: no need to have cell_size in update mesh function smoke_pos_to_cell() handles cell_size division |
December 29, 2016, 10:13 (GMT) |
cleaned up headers |
December 4, 2016, 16:12 (GMT) |
removed high res getter for flags grid |
December 2, 2016, 22:07 (GMT) |
moved forces to pre step function and now resetting inflow obstacle with 0.0 (instead of 0.5) |
December 1, 2016, 12:19 (GMT) |
improved inflow, outflow and implemented initial support for moving objects - outflow objects may move now - inflow routine in mantaflow script now inside adaptive time stepping - flag grid is generated from phiobs. no more "hacks" that write bit masks by hand TODO: - object velocities need to be set at borders |
November 16, 2016, 15:52 (GMT) |
no need to use two cells for border of smoke domain |
November 15, 2016, 10:01 (GMT) |
added pre and post step functions |
November 15, 2016, 10:01 (GMT) |
moved clean up and copy functions to pre/post step |
November 12, 2016, 00:33 (GMT) |
removed obsolete high res grid access function |
November 12, 2016, 00:31 (GMT) |
added numObstacle grid in manta script and access functions |
November 11, 2016, 22:18 (GMT) |
added missing grids to liquid/smoke grid import/export and also cleaned up scripts a bit |
November 11, 2016, 11:54 (GMT) |
new mantaflow functions which should replace some of the calls from smoke.c |
November 11, 2016, 11:10 (GMT) |
formatting and comment clean up |
November 9, 2016, 22:41 (GMT) |
refactored manta script export functions |
November 9, 2016, 20:09 (GMT) |
added obstacle access functions and cleaned up a bit |
November 9, 2016, 20:06 (GMT) |
changed obstacle type to int to match manta flag grid type |
|