Skip to main content

FemFluentExportOptions

Other

Fluent-specific export options.

Import

import ScriptingApi as api

# Access the class
# FemFluentExportOptions is available via api.FemFluentExportOptions

Properties

common

Common export options. Use api.FemExportOptions()

Type: FemExportOptions


default_boundary_type

Default Fluent boundary zone type (case-insensitive). Recognized values: "pressureInlet"/"pressure_inlet", "pressureOutlet"/"pressure_outlet", "velocityInlet"/"velocity_inlet", "symmetry". Any other value (including the default "wall") maps to a wall zone.

Type: str


default_cell_type

Default Fluent cell zone type (case-insensitive). Recognized values: "solid", "porous". Any other value (including the default "fluid") maps to a fluid zone.

Type: str


write_comments

Write descriptive comments.

Type: bool


See Also