Page History
...
div | |||||||
---|---|---|---|---|---|---|---|
| |||||||
The PhoenixFDSimulator works best when the scale of the container matches the real-world size of the simulated effect. For example, If you are simulating a camp fire, your container should be at most a couple of meters wide. Note that it doesn't matter if this is two meters or two thousand millimeters - the way you view the units is irrelevant. Phoenix always converts the units to a common world-size length, so the only important thing is the size of the container. If you are simulating a volcano for example, the container should be several hundred meters wide, or several hundred thousand millimeters.
Using the parameters on this roll-out you can:
|
...
Cell size | cellsz – The size of a single voxel, in scene units. For more information, see the Grid Resolution example below.
X, Y, Z | xc, yc, zc – The grid size in cells. The dimensions shown next to X, Y, Zinclude the are the grid sizes in the scene, multiplied by the Scene Scale parameter parameter - these sizes show how big the container would be for the simulation. In the solver will see the grid box and you can use the Scene Scale to cheat the solver into simulating as if the grid box was larger or smaller. In case you want to see how big the container for the loaded cache is in the scene without accounting for the Scene Scale, see the Container Dimensions in the Simulation rollout.
...
Cascade Source | usecascade, cascade – Specifies the source LiquidSim to connect this simulator to, forming a cascading simulation. This allows you to join several simulators into a structure with a complex shape. This can help you reduce memory usage by using many smaller simulators in place of a single large simulator. For more information, see the Connecting Two Simulators in a Cascade Setup section on the Tips and Tricks page.
UI Text Box | ||||
---|---|---|---|---|
| ||||
|
...
No Smaller Than Initial Grid | nbigrid – When enabled, the Adaptive Grid can't contract to a smaller size than what is given as the initial X,Y,Z size for the Simulator. Note that this way the initial grid box is always included, even if the fluid has moved farther from it. If this option is disabled, the grid will always encompass only the active fluid and will move together with it if needed.
Expand and Don't Shrink | onlyexpand – When enabled the Adaptive Grid will expand without shrinking.
Maximum expansion | maxexp, expx/y/z/neg/pos – Specifies maximum growth sizes for each side of the grid, in cells. Using this, you can stop the expansion in certain directions.
...