Skip to content

questions about the mantaflow version #1

Open
@jiayaozhang

Description

@jiayaozhang

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
Screenshot from 2022-06-06 16-16-51

So I am wondering which manta version you are referring to?
Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions