flow360.HeightBasedRefinement#

class HeightBasedRefinement[source]#

Bases: Flow360BaseModel

Surface edge refinement by specifying first layer height of the anisotropic layers.

type: Literal['height'] = 'height'#
value: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
Constraints:
  • func = <function _dimensioned_type_serializer at 0x79c44aad7130>

  • return_type = PydanticUndefined

  • when_used = always