cgns#

class ansys.fluent.core.generated.solver.settings_242.cgns.cgns(name=None, parent=None)#

Bases: Command

Write a CGNS file.

Parameters:
file_namestr

Enter the desired file name to export.

scopestr

Select the scope of the export (volume, surface, full domain).

cell_zonesList

Enter cell zone name list.

surfacesList

Select surface.

cell_centeredbool

Choose whether or not export the cell center data values.

format_classstr

Select the format to export.

cgns_scalarList

Select the list of quantities to export.

Arguments

Argument

Summary

file_name

Enter the desired file name to export.

scope

Select the scope of the export (volume, surface, full domain).

cell_zones

Enter cell zone name list.

surfaces

Select surface.

cell_centered

Choose whether or not export the cell center data values.

format_class

Select the format to export.

cgns_scalar

Select the list of quantities to export.

Included in:

Parent

Summary

export

Allows you to export files.