CustomZones#

class CustomZones[source]#

Bases: Flow360BaseModel

CustomZones class for creating volume zones from custom volumes or seedpoint volumes. Names of the generated volume zones will be the names of the custom volumes.

Example

>>> fl.CustomZones(name="Custom zones", entities=[custom_volume1, custom_volume2], )

Attributes

name: str#

Name of the CustomZones meshing setting.

Default:

'Custom zones'

entities: EntityList[CustomVolume, SeedpointVolume]#

The custom volume zones to be generated.

element_type: Literal['mixed', 'tetrahedra']#

The element type to be used for the generated volume zones. - mixed: Mesher will automatically choose the element types used. - tetrahedra: Only tetrahedra element type will be used for the generated volume zones.

Default:

'mixed'