cgns#
- class ansys.fluent.core.generated.solver.settings_251.cgns(name=None, parent=None)#
Bases:
Command
Write a CGNS file.
- Parameters:
- file_name
str
The desired file name to export.
- scope
str
The scope of the export (volume, surface, full domain).
- cell_zones
List
Cell zone name list.
- surfaces
List
Surface.
- cell_centeredbool
Specifies whether export the cell center data values.
- format_class
str
The format to export.
- cgns_scalar
List
The list of quantities to export.
- file_name
Arguments
Argument |
Summary |
---|---|
The desired file name to export. |
|
The scope of the export (volume, surface, full domain). |
|
Cell zone name list. |
|
Surface. |
|
Specifies whether export the cell center data values. |
|
The format to export. |
|
The list of quantities to export. |
Included in:
Parent |
Summary |
---|---|
Export files. |