flow360.snappy.RegionRefinement#

class RegionRefinement#

Bases: SnappyEntityRefinement

Refinement for the body region in snappyHexMesh.

min_spacing: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
Constraints:
  • func = <function _dimensioned_type_serializer at 0x76d26c7ff370>

  • return_type = PydanticUndefined

  • when_used = always

max_spacing: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
Constraints:
  • func = <function _dimensioned_type_serializer at 0x76d26c7ff370>

  • return_type = PydanticUndefined

  • when_used = always

refinement_type: Literal['SnappySurfaceRefinement'] = 'SnappySurfaceRefinement'#
entities: EntityList[Surface] [Required] (alias 'regions')#
proximity_spacing: LengthType.Positive | None = None#