Page History
...
The Output rollout holds the controls for the simulation result.
UI Text Box | ||||
---|---|---|---|---|
| ||||
UI Path: ||Select PhoenixFDSim|| > Attribute Editor > Output rollout |
...
UI Expand | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||
$(work_path) – $(data_dir)/$(scene)_Phoenix_frames/$(nodename)_####.aur $(data_path) – $(data_dir)/$(scene)_Phoenix2_frames/$(nodename)_####.aur If you are transferring your scene and assets between Windows and Linux, prefixing your path with the $(workspace) or $env(<variable_name>) macros can make it possible to use the same scene without any manual modifications to the cache path. #### is the frame number formatted with at least as many digits as the hash signs. If the frame digits are less than the hashes, the number is padded with zeroes to the left. As an example, the following table shows how different numbers of hash signs affect the formatting of different frame numbers.
|
UI Text Box | ||||
---|---|---|---|---|
| ||||
Since version 3.00.02, Phoenix FD can export VDB grid data. Check the How to export PhoenixFD simulation to OpenVDB format video. Note that due to the difference between the compression algorithms used by Phoenix FD's Aura format and the OpenVDB format, exported VDB caches may produce a slightly different result at render time compared to Aura caches when the Storage Quality is set to a value lower than 20 (i.e. Lossless). |
UI Text Box | size | medium|
---|---|---|
| ||
Clicking the "..." button will open a menu with the following options:
Browse - Opens a dialog where you can select where the simulation caches will be written to. The filename you type in must contain # signs so each simulation frame will be written to a differently numbered file. Also, you can choose between two file formats - AUR and VDB cache files. In order to write the simulation caches to VDB in the default simulation path, you can just edit the Simulation Save Path to $(work_path).vdb. Delete Cache Files - Clears the cache files matching the provided Simulation Save Path pattern. Reset to Default - Resets the Simulation Save Path to default. Help - Opens this Help page. |
...
Anchor | ||||
---|---|---|---|---|
|
...
Section | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example: Particle compression artifacts
|
...
AnchorOutputChannels OutputChannels
Output Grid Channels
OutputChannels | |
OutputChannels |
...
UI Text Box | ||||
---|---|---|---|---|
| ||||
Choose which simulation channels will be saved to the created cache files. The more channels are used, the slower the simulation runs and the larger the output files are. While scrolling the timeline, you can check which channels are present in the loaded cache file for the current frame from the Cache File Content section in the Simulation rollout. Note that in the case of FLIP / Liquid simulations, currently only the liquid particles can be automatically converted to a grid during export, while all the other systems (e.g. Foam, Splash, etc.) are exported only as particles. |
...
Grid RGB | outUVW – Export the RGB color. You can use this for simulations where you are mixing different liquid colors or materials through a Phoenix FD Grid Phoenix Grid Texture.
Grid Wavelet | outWavelet – Export the wavelet data of a fire/smoke simulation. You need this if you are going to resimulate a fire/smoke simulation in order to increase the resolution and add more detail using wavelet turbulence.
...
Grid Viscosity | outVisc - Export the Viscosity channel. Required for variable Viscosity simulations You may also choose to enable this if, for instance, your setup requires that you use the Viscosity channel as a mask through a Phoenix FD Grid Phoenix Grid Texture.
Grid Fuel | outFuel – Export the fuel density in the simulation.This needs to be enabled when simulating the process of Burning.
...
Solid Voxels – Exports the solid voxels as smoke. Voxels covered by many obstacles contain more smoke.
Divergence Symm – Exports the negative divergence of each voxel.
Divergence Smooth – Exports the blurred negative divergence of each voxel.
Vorticity – Exports the length of the curl of each voxel. Can be used for whitewater shading.
Vorticity Smooth – Exports the blurred length of the curl of each voxel. Can be used for whitewater shading.
Velocity Gradient – Exports the length of the gradient of the velocity field.
Injector – Exports the pressure term created by sources in Inject mode or formed during the simulation.
Liquid Surface – Exports the surface created by the simulation.
Solid Geom Type – Exports the internal geometry type in each voxel.
Hydrostatic Pressure – Exports the pressure of the liquid at each voxel due to the effect of gravity.
Voxelization Issues – Exports voxels where the solver would produce wrong results during simulation. Such voxels are near overlapping triangles, inverted normals, open edges or other geometry issues.
...
Anchor OutputParticles OutputParticles
Output Particles
...
UI Text Box | size | medium|
---|---|---|
| ||
The particle export parameters share a User Interface to keep the user interface compact. Each particle system can be selected individually from the drop-down list, and the output settings can be selected for that particle system. When a particle system is selected again, the same settings are retained. |
...
Particle Age – When enabled, the particle age channel will be exported. The particle age channel will be exported. This channel can be used for animation effect based on the particle age, which can be needed by the Phoenix Particle Texture, Phoenix Source, Particle Shader, or Particle Tuner.
UI Text Box | ||||
---|---|---|---|---|
| ||||
The Age channel is affected by the Time Scale option under the Dynamics roll-out rollout which acts a multiplier for the Age. |
...
There are path environment variables in every OS, and they can be used with Phoenix FD cache Phoenix cache file paths.
For example, to access environment variables in Windows 10 and Windows 8, follow these steps:
...
Using this, you can create a path (variable), give it a name, and use it for cache files in Phoenix FD.
For example, the path D:\PhoenixFD\Cache can be given the environment variable name "Cache". In the Phoenix Simulator Output rollout, you can specify the Output Path as the following:
...
Note that in order to reference environment variables, the following pattern must be used:
$env(<variable_name>)
...