flow360.BETDiskTwist

flow360.BETDiskTwist#

class BETDiskTwist[source]#

Bases: Flow360BaseModel

BETDiskTwist class for setting up the BETDisk.twists.

Example

>>> fl.BETDiskTwist(radius=2 * fl.u.inch, twist=26 * fl.u.deg)

radius: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#

The radius of the radial location.

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

  • return_type = PydanticUndefined

  • when_used = always

twist: Annotated[_AngleType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#

The twist angle at this radial location.

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

  • return_type = PydanticUndefined

  • when_used = always