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: _serializer, return_type=PydanticUndefined, when_used=always)] [Required]#

The value of the angular velocity.

Constraints:
  • func = <function ValueOrExpression.__class_getitem__.<locals>._serializer at 0x7087a2c751b0>

  • json_schema_input_type = PydanticUndefined

  • return_type = PydanticUndefined

  • when_used = always