flow360.VolumeOutput#

class VolumeOutput[source]#

Bases: _AnimationAndFileFormatSettings

VolumeOutput class for volume output settings.

Example

>>> fl.VolumeOutput(
...     output_format="paraview",
...     output_fields=["Mach", "vorticity", "T"],
... )

name: str | None = 'Volume output'#

Name of the VolumeOutput.

output_fields: UniqueItemList[Union] [Required]#

List of output variables. Including universal output variables, variables specific to VolumeOutput and UserDefinedField.

output_type: Literal['VolumeOutput'] = 'VolumeOutput'#
output_format: Literal['paraview', 'tecplot', 'both'] = 'paraview'#

paraview, tecplot or both.

frequency: int = -1#

Frequency (in number of physical time steps) at which output is saved. -1 is at end of simulation.

Constraints:
  • ge = -1

frequency_offset: int = 0#

Offset (in number of physical time steps) at which output animation is started. 0 is at beginning of simulation.

Constraints:
  • ge = 0