create_multiple_iso_surfaces#
- class ansys.fluent.core.generated.solver.settings_252.create_multiple_iso_surfaces(name=None, parent=None)#
Bases:
Command
Provides access to creating new and editing multiple iso-surfaces.
- Parameters:
- field
str
The field variable.
- name
str
The Iso-surface name.
- surfaces
List
The surface(s) that will be used to define the iso-surface.
- zones
List
The zone(s) that will be used to define the iso-surface.
- min
real
Min.
- max
real
Max.
- iso_value
real
The iso-value.
- no_of_surfaces
int
The number of surfaces to be created.
- spacing
real
The spacing.
- field
Arguments
Argument |
Summary |
---|---|
The field variable. |
|
The Iso-surface name. |
|
The surface(s) that will be used to define the iso-surface. |
|
The zone(s) that will be used to define the iso-surface. |
|
Min. |
|
Max. |
|
The iso-value. |
|
The number of surfaces to be created. |
|
The spacing. |
Included in:
Parent |
Summary |
---|---|
Provides access to creating multiple zone surfaces and to grouping and ungrouping surfaces. |