flow360.PassiveSpacing#
- class PassiveSpacing[source]#
Bases:
Flow360BaseModelPassively control the mesh spacing either through adjacent Surface’s meshing setting or doing nothing to change existing surface mesh at all.
Example
>>> fl.PassiveSpacing( ... faces=[geometry["face1"], geometry["face2"]], ... type="projected" ... )
- 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.
- entities: EntityList[Surface] [Required] (alias 'faces')#