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