flow360.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], )

type: Literal['CustomZones'] = 'CustomZones'#
name: str = 'Custom zones'#

Name of the CustomZones meshing setting.

entities: EntityList[CustomVolume, SeedpointVolume] [Required]#

The custom volume zones to be generated.

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

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.