AerospacePackage 1.0
Public Member Functions | Protected Attributes | List of all members
jerk Class Reference

Computes jerk - the time derivative of acceleration. More...

#include <jerk.h>

Inherits dsim_model.

Public Member Functions

 jerk (dsim_model_setup *setup)
 Constructor.
 
 ~jerk ()
 Destructor.
 
void initialize_data ()
 Initialize outlets and output variables.
 
void initialization_complete ()
 Finish initialization.
 
void pre_calculate ()
 Before RHS.
 

Protected Attributes

dsim_variable acceleration_dsim
 Spacecraft acceleration, from parent.
 
dsim_variable jerk_dsim
 Spacecraft velocity matrix output.
 

Detailed Description

Computes jerk - the time derivative of acceleration.

Jerk is the time derivative of acceleration. It differences acceleration from the parent. Computes the time derivative of acceleration


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