Spacecraft Models Package 2.0
Spacecraft Models for DSim
|
Models a set of reaction wheels. More...
#include <reaction_wheel.h>
Inherits dsim_model.
Public Member Functions | |
reaction_wheel (dsim_model_setup *setup) | |
Constructor. | |
~reaction_wheel () | |
Destructor. | |
void | initialize_data () |
Initialize outlets and output variables. | |
void | rhs (double t, double jd) |
Computation done during numerical integration. More... | |
void | initialization_complete () |
Finish initialization. | |
void | initialize_timestep () |
Computation done prior to numerical integration. | |
void | complete_timestep () |
Computation done after numerical integration. | |
Models a set of reaction wheels.
Includes a friction model.
void reaction_wheel::rhs | ( | double | t, |
double | jd | ||
) |
Computation done during numerical integration.
The right hand side applies the force and torque to the parent object.