Spacecraft Models Package 2.0
Spacecraft Models for DSim
Public Member Functions | List of all members
hinge_motor Class Reference

Models a set of reaction wheels. More...

#include <hinge_motor.h>

Inherits dsim_model.

Public Member Functions

 hinge_motor (dsim_model_setup *setup)
 Constructor.
 
 ~hinge_motor ()
 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.
 

Detailed Description

Models a set of reaction wheels.

Includes a friction model.

Member Function Documentation

◆ rhs()

void hinge_motor::rhs ( double  t,
double  jd 
)

Computation done during numerical integration.

The right hand side applies the force and torque to the parent object.


The documentation for this class was generated from the following files: