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.FemAbaqusExportOptions()

Type: FemExportOptions


default_boundary_type

Default boundary type: "wall", "inlet", "outlet", etc.

Type: str


default_cell_type

Default cell type: "fluid" or "solid".

Type: str


write_comments

Write descriptive comments.

Type: bool


See Also