flow360.BETDiskChord

flow360.BETDiskChord#

class BETDiskChord[source]#

Bases: Flow360BaseModel

BETDiskChord class for setting up the BETDisk.chords.

Example

>>> fl.BETDiskChord(radius=2 * fl.u.inch, chord=18 * fl.u.inch)

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

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

The blade chord at this radial location.

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

  • return_type = PydanticUndefined

  • when_used = always