44 #include "math/FGColumnVector3.h" 50 #define ID_INERTIAL "$Id: FGInertial.h,v 1.22 2013/11/30 21:22:08 jberndt Exp $" 85 bool Run(
bool Holding);
86 double SLgravity(
void)
const {
return gAccelReference;}
87 double gravity(
void)
const {
return gAccel;}
88 double omega(
void)
const {
return RotationRate;}
90 void SetOmegaPlanet(
double rate) {
94 double GetGAccel(
double r)
const;
96 double GetRefRadius(
void)
const {
return RadiusReference;}
97 double GetSemimajor(
void)
const {
return a;}
98 double GetSemiminor(
void)
const {
return b;}
108 double gAccelReference;
109 double RadiusReference;
118 void Debug(
int from);
Models inertial forces (e.g.
bool Run(bool Holding)
Runs the Inertial model; called by the Executive Can pass in a value indicating if the executive is d...
Base class for all scheduled JSBSim models.
This class implements a 3 element column vector.
Encapsulates the JSBSim simulation executive.