flow360.PassiveSpacing#

class PassiveSpacing[source]#

Bases: Flow360BaseModel

Passively control the mesh spacing either through adjecent Surface’s meshing setting or doing nothing to change existing surface mesh at all.

name: str | None = None#
type: Literal['projected', 'unchanged'] [Required]#

1. When set to projected, turn off anisotropic layers growing for this Surface. Project the anisotropic spacing from the neighboring volumes to this face.

2. When set to unchanged, turn off anisotropic layers growing for this Surface. The surface mesh will remain unaltered when populating the volume mesh.

refinement_type: Literal['PassiveSpacing'] = 'PassiveSpacing'#
entities: EntityList[Surface] [Required] (alias 'faces')#