cgns#

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

Bases: Command

Write a CGNS file.

Parameters:
file_namestr

The desired file name to export.

scopestr

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

cell_zonesList

Cell zone name list.

surfacesList

Surface.

cell_centeredbool

Specifies whether export the cell center data values.

format_classstr

The format to export.

cgns_scalarList

The list of quantities to export.

Arguments

Argument

Summary

file_name

The desired file name to export.

scope

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

cell_zones

Cell zone name list.

surfaces

Surface.

cell_centered

Specifies whether export the cell center data values.

format_class

The format to export.

cgns_scalar

The list of quantities to export.

Included in:

Parent

Summary

export

Export files.