flow360.AngularVelocity#

class AngularVelocity[source]#

Bases: SingleAttributeModel

AngularVelocity class to define the angular velocity for Rotation.spec.

Example

>>> fl.AngularVelocity(812.31 * fl.u.rpm)
>>> fl.AngularVelocity(85.06 * fl.u.rad / fl.u.s)

type_name: Literal['AngularVelocity'] = 'AngularVelocity'#
value: Annotated[_AngularVelocityType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#

The value of the angular velocity.

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

  • return_type = PydanticUndefined

  • when_used = always