flow360.BoundaryLayer#
- class BoundaryLayer[source]#
Bases:
Flow360BaseModel
Setting for growing anisotropic layers orthogonal to the specified Surface (s).
Example
>>> fl.BoundaryLayer( ... faces=[geometry["face1"], geometry["face2"]], ... first_layer_thickness=1e-5, ... growth_rate=1.15 ... )
- entities: EntityList[Surface] [Required] (alias 'faces')#