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