Description
Hi, this is really a interesting demo!
I have tried to fixed some bugs before I can compile the TUM.py and Plume.py run.
From
OBSTACLE_MASK = HardGeometryMask(OBSTACLE.geometry) >> CenteredGrid(0, extrapolation.BOUNDARY, **DOMAIN)
to
OBSTACLE_MASK = CenteredGrid(HardGeometryMask(OBSTACLE.geometry), extrapolation.BOUNDARY, **DOMAIN)
From
buoyancy_force = smoke * (0.1, 0, 0) >> velocity
to
buoyancy_force = smoke * (0.1, 0, 0) @ velocity
But there are still some errors that I can not fixed, can you help with it?
I am trying to figure out which manta version it is needed.
first manta
/home/janice/Documents/mantaPatch/build/manta manta2vdb.py -d /home/janice/Documents/phiflow2blender/tutorial/data/Plume/ -res 32 32 32
second manta
/home/janice/Documents/den2vel/mantaflow/build/manta manta2vdb.py -d /home/janice/Documents/phiflow2blender/tutorial/data/Plume/ -res 32 32 32
third manta
/home/janice/Documents/phiflow2blender/manta/build/manta manta2vdb.py -d /home/janice/Documents/phiflow2blender/tutorial/data/Plume/ -res 32 32 32
fourth manta
/home/janice/Documents/tum_nil/mantaflow/build/manta manta2vdb.py -d /home/janice/Documents/phiflow2blender/tutorial/data/Plume/ -res 32 32 32
And get the corresponding errors
So I am wondering which manta version you are referring to?
Thanks !