luminarycloud.params.simulation.motion_data.motion_type

Classes

ConstantAngularMotion

Motion is defined by specifying an initial rotation and constant angular velocity.

ConstantTranslationMotion

Motion is defined by specifying an initial translation and constant translational velocity.

Package Contents

class ConstantAngularMotion

Motion is defined by specifying an initial rotation and constant angular velocity.

angular_velocity: Vector3

Angular velocity of this frame relative to its parent.

motion_formulation: luminarycloud.params.enum.MotionFormulation

Formulation used to model motion of volumes in transient simulations.

rotation_angles: Vector3

Initial rotation of this frame (at t=0).

class ConstantTranslationMotion

Motion is defined by specifying an initial translation and constant translational velocity.

motion_formulation: luminarycloud.params.enum.MotionFormulation

Formulation used to model motion of volumes in transient simulations.

translation: Vector3

Initial translation of this frame (at t=0).

translation_velocity: Vector3

Translation velocity of this frame relative to its parent.