flow360.BoundaryLayer#

class BoundaryLayer[source]#

Bases: Flow360BaseModel

Setting for growing anisotropic layers orthogonal to the specified Surface (s).

name: str | None = None#
refinement_type: Literal['BoundaryLayer'] = 'BoundaryLayer'#
entities: EntityList[Surface] [Required] (alias 'faces')#
first_layer_thickness: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#

First layer thickness for volumetric anisotropic layers grown from given Surface (s).

Constraints:
  • func = <function _dimensioned_type_serializer at 0x79c44aad7130>

  • return_type = PydanticUndefined

  • when_used = always