flow360.SurfaceRefinement#
- class SurfaceRefinement[source]#
Bases:
Flow360BaseModel
Setting for refining surface elements for given Surface.
- entities: EntityList[Surface] [Required] (alias 'faces')#
- max_edge_length: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
Maximum edge length of surface cells.
- Constraints:
func = <function _dimensioned_type_serializer at 0x79c44aad7130>
return_type = PydanticUndefined
when_used = always