![]() |
JSBSim Flight Dynamics Model 1.2.2 (22 Mar 2025)
An Open Source Flight Dynamics and Control Software Library in C++
|
Initializes the simulation run.
Takes a set of initial conditions (IC) and provide a kinematically consistent set of body axis velocity components, euler angles, and altitude. This class does not attempt to trim the model i.e. the sim will most likely start in a very dynamic state (unless, of course, you have chosen your IC's wisely, or started on the ground) even after setting it up with this class.
With a valid object of FGFDMExec and an aircraft model loaded:
Alternatively, you can load initial conditions from an XML file:
Since vc, ve, vt, and mach all represent speed, the remaining three are recalculated each time one of them is set (using the current altitude). The most recent speed set is remembered so that if and when altitude is reset, the last set speed is used to recalculate the remaining three. Setting any of the body components forces a recalculation of vt and vt then becomes the most recent speed set.
This class assumes that it will be used to set up the sim for a steady, zero pitch rate condition. Since any two of those angles specifies the third gamma (flight path angle) is favored when setting alpha and theta and alpha is favored when setting gamma. i.e.
The idea being that gamma is most interesting to pilots (since it is indicative of climb rate).
Setting climb rate is, for the purpose of this discussion, considered equivalent to setting gamma.
These are the items that can be set in an initialization file:
Definition at line 226 of file FGInitialCondition.h.
#include <FGInitialCondition.h>
Public Member Functions | |
FGInitialCondition (FGFDMExec *fdmex) | |
Constructor. | |
~FGInitialCondition () | |
Destructor. | |
void | bind (FGPropertyManager *pm) |
double | GetAlphaDegIC (void) const |
Gets the initial angle of attack. | |
double | GetAlphaRadIC (void) const |
Gets the initial angle of attack. | |
double | GetAltitudeAGLFtIC (void) const |
Gets the initial altitude above ground level. | |
double | GetAltitudeASLFtIC (void) const |
Gets the initial altitude above sea level. | |
double | GetBetaDegIC (void) const |
Gets the initial sideslip angle. | |
double | GetBetaRadIC (void) const |
Gets the initial angle of sideslip. | |
double | GetClimbRateFpmIC (void) const |
Gets the initial climb rate. | |
double | GetClimbRateFpsIC (void) const |
Gets the initial climb rate. | |
double | GetEarthPositionAngleIC (void) const |
Gets the initial Earth position angle. | |
double | GetFlightPathAngleDegIC (void) const |
Gets the initial flight path angle. | |
double | GetFlightPathAngleRadIC (void) const |
Gets the initial flight path angle. | |
double | GetGeodLatitudeDegIC (void) const |
Gets the initial geodetic latitude. | |
double | GetGeodLatitudeRadIC (void) const |
Gets the initial geodetic latitude. | |
double | GetLatitudeDegIC (void) const |
Gets the initial latitude. | |
double | GetLatitudeRadIC (void) const |
Gets the initial latitude. | |
double | GetLongitudeDegIC (void) const |
Gets the initial longitude. | |
double | GetLongitudeRadIC (void) const |
Gets the initial longitude. | |
double | GetMachIC (void) const |
Gets the initial mach. | |
const FGQuaternion & | GetOrientation (void) const |
Gets the initial orientation. | |
double | GetPhiDegIC (void) const |
Gets the initial roll angle. | |
double | GetPhiRadIC (void) const |
Gets the initial roll angle. | |
const FGLocation & | GetPosition (void) const |
Gets the initial position. | |
const FGColumnVector3 | GetPQRRadpsIC (void) const |
Gets the initial body rotation rate. | |
double | GetPRadpsIC () const |
Gets the initial body axis roll rate. | |
double | GetPsiDegIC (void) const |
Gets the initial heading angle. | |
double | GetPsiRadIC (void) const |
Gets the initial heading angle. | |
double | GetQRadpsIC () const |
Gets the initial body axis pitch rate. | |
double | GetRRadpsIC () const |
Gets the initial body axis yaw rate. | |
speedset | GetSpeedSet (void) const |
Gets the initial speedset. | |
double | GetTargetNlfIC (void) const |
Gets the target normal load factor set from IC. | |
double | GetTerrainElevationFtIC (void) const |
Gets the initial terrain elevation. | |
double | GetThetaDegIC (void) const |
Gets the initial pitch angle. | |
double | GetThetaRadIC (void) const |
Gets the initial pitch angle. | |
double | GetUBodyFpsIC (void) const |
Gets the initial body axis X velocity. | |
const FGColumnVector3 | GetUVWFpsIC (void) const |
Gets the initial body velocity. | |
double | GetVBodyFpsIC (void) const |
Gets the initial body axis Y velocity. | |
double | GetVcalibratedKtsIC (void) const |
Gets the initial calibrated airspeed. | |
double | GetVDownFpsIC (void) const |
Gets the initial local frame Z (Down) velocity. | |
double | GetVEastFpsIC (void) const |
Gets the initial local frame Y (East) velocity. | |
double | GetVequivalentKtsIC (void) const |
Gets the initial equivalent airspeed. | |
double | GetVgroundFpsIC (void) const |
Gets the initial ground velocity. | |
double | GetVgroundKtsIC (void) const |
Gets the initial ground speed. | |
double | GetVNorthFpsIC (void) const |
Gets the initial local frame X (North) velocity. | |
double | GetVtrueFpsIC (void) const |
Gets the initial true velocity. | |
double | GetVtrueKtsIC (void) const |
Gets the initial true velocity. | |
double | GetWBodyFpsIC (void) const |
Gets the initial body axis Z velocity. | |
double | GetWindDFpsIC (void) const |
Gets the initial wind velocity in local frame. | |
double | GetWindDirDegIC (void) const |
Gets the initial wind direction. | |
double | GetWindEFpsIC (void) const |
Gets the initial wind velocity in local frame. | |
double | GetWindMagFpsIC (void) const |
Gets the initial total wind velocity in feet/sec. | |
FGColumnVector3 | GetWindNEDFpsIC (void) const |
Gets the initial wind velocity in the NED local frame. | |
double | GetWindNFpsIC (void) const |
Gets the initial wind velocity in local frame. | |
double | GetWindUFpsIC (void) const |
Gets the initial body axis X wind velocity. | |
double | GetWindVFpsIC (void) const |
Gets the initial body axis Y wind velocity. | |
double | GetWindWFpsIC (void) const |
Gets the initial body axis Z wind velocity. | |
void | InitializeIC (void) |
Initialize the initial conditions to default values. | |
bool | IsEngineRunning (unsigned int n) const |
Is an engine running ? | |
bool | Load (const SGPath &rstname, bool useAircraftPath=true) |
Loads the initial conditions. | |
void | ResetIC (double u0, double v0, double w0, double p0, double q0, double r0, double alpha0, double beta0, double phi0, double theta0, double psi0, double latitudeRad0, double longitudeRad0, double altitudeAGL0, double gamma0) |
Resets the IC data structure to new values. | |
void | SetAlphaDegIC (double a) |
Sets angle of attack initial condition in degrees. | |
void | SetAlphaRadIC (double alpha) |
Sets the initial angle of attack. | |
void | SetAltitudeAGLFtIC (double agl) |
Sets the initial Altitude above ground level. | |
void | SetAltitudeASLFtIC (double altitudeASL) |
Sets the altitude above sea level initial condition in feet. | |
void | SetBetaDegIC (double b) |
Sets angle of sideslip initial condition in degrees. | |
void | SetBetaRadIC (double beta) |
Sets the initial sideslip angle. | |
void | SetClimbRateFpmIC (double roc) |
Sets the climb rate initial condition in feet/minute. | |
void | SetClimbRateFpsIC (double roc) |
Sets the initial climb rate. | |
void | SetCrossWindKtsIC (double cross) |
Sets the initial crosswind speed. | |
void | SetFlightPathAngleDegIC (double gamma) |
Sets the flight path angle initial condition in degrees. | |
void | SetFlightPathAngleRadIC (double gamma) |
Sets the initial flight path angle. | |
void | SetGeodLatitudeDegIC (double glat) |
Sets the initial geodetic latitude. | |
void | SetGeodLatitudeRadIC (double glat) |
Sets the initial geodetic latitude. | |
void | SetHeadWindKtsIC (double head) |
Sets the initial headwind velocity. | |
void | SetLatitudeDegIC (double lat) |
Sets the initial latitude. | |
void | SetLatitudeRadIC (double lat) |
Sets the initial latitude. | |
void | SetLongitudeDegIC (double lon) |
Sets the initial longitude. | |
void | SetLongitudeRadIC (double lon) |
Sets the initial longitude. | |
void | SetMachIC (double mach) |
Set mach initial condition. | |
void | SetPhiDegIC (double phi) |
Sets the roll angle initial condition in degrees. | |
void | SetPhiRadIC (double phi) |
Sets the initial roll angle. | |
void | SetPRadpsIC (double P) |
Sets the initial body axis roll rate. | |
void | SetPsiDegIC (double psi) |
Sets the heading angle initial condition in degrees. | |
void | SetPsiRadIC (double psi) |
Sets the initial heading angle. | |
void | SetQRadpsIC (double Q) |
Sets the initial body axis pitch rate. | |
void | SetRRadpsIC (double R) |
Sets the initial body axis yaw rate. | |
void | SetTargetNlfIC (double nlf) |
Sets the target normal load factor. | |
void | SetTerrainElevationFtIC (double elev) |
Sets the initial terrain elevation. | |
void | SetThetaDegIC (double theta) |
Sets pitch angle initial condition in degrees. | |
void | SetThetaRadIC (double theta) |
Sets the initial pitch angle. | |
void | SetUBodyFpsIC (double ubody) |
Sets the initial body axis X velocity. | |
void | SetVBodyFpsIC (double vbody) |
Sets the initial body axis Y velocity. | |
void | SetVcalibratedKtsIC (double vc) |
Set calibrated airspeed initial condition in knots. | |
void | SetVDownFpsIC (double vd) |
Sets the initial local axis down velocity. | |
void | SetVEastFpsIC (double ve) |
Sets the initial local axis east velocity. | |
void | SetVequivalentKtsIC (double ve) |
Set equivalent airspeed initial condition in knots. | |
void | SetVgroundFpsIC (double vg) |
Sets the initial ground speed. | |
void | SetVgroundKtsIC (double vg) |
Set ground speed initial condition in knots. | |
void | SetVNorthFpsIC (double vn) |
Sets the initial local axis north velocity. | |
void | SetVtrueFpsIC (double vt) |
Sets the initial true airspeed. | |
void | SetVtrueKtsIC (double vtrue) |
Set true airspeed initial condition in knots. | |
void | SetWBodyFpsIC (double wbody) |
Sets the initial body axis Z velocity. | |
void | SetWindDirDegIC (double dir) |
Sets the initial wind direction. | |
void | SetWindDownKtsIC (double wD) |
Sets the initial wind downward speed. | |
void | SetWindMagFpsIC (double mag) |
Sets the initial total wind speed. | |
void | SetWindMagKtsIC (double mag) |
Sets the initial total wind speed. | |
void | SetWindNEDFpsIC (double wN, double wE, double wD) |
Sets the initial wind velocity. | |
int | TrimRequested (void) const |
Does initialization file call for trim ? | |
![]() | |
FGJSBBase () | |
Constructor for FGJSBBase. | |
virtual | ~FGJSBBase () |
Destructor for FGJSBBase. | |
void | disableHighLighting (void) |
Disables highlighting in the console output. | |
Additional Inherited Members | |
![]() | |
enum | { eL = 1 , eM , eN } |
Moments L, M, N. More... | |
enum | { eP = 1 , eQ , eR } |
Rates P, Q, R. More... | |
enum | { eU = 1 , eV , eW } |
Velocities U, V, W. More... | |
enum | { eX = 1 , eY , eZ } |
Positions X, Y, Z. More... | |
enum | { ePhi = 1 , eTht , ePsi } |
Euler angles Phi, Theta, Psi. More... | |
enum | { eDrag = 1 , eSide , eLift } |
Stability axis forces, Drag, Side force, Lift. More... | |
enum | { eRoll = 1 , ePitch , eYaw } |
Local frame orientation Roll, Pitch, Yaw. More... | |
enum | { eNorth = 1 , eEast , eDown } |
Local frame position North, East, Down. More... | |
enum | { eLat = 1 , eLong , eRad } |
Locations Radius, Latitude, Longitude. More... | |
enum | { inNone = 0 , inDegrees , inRadians , inMeters , inFeet } |
Conversion specifiers. More... | |
![]() | |
static const std::string & | GetVersion (void) |
Returns the version number of JSBSim. | |
static constexpr double | KelvinToFahrenheit (double kelvin) |
Converts from degrees Kelvin to degrees Fahrenheit. | |
static constexpr double | CelsiusToRankine (double celsius) |
Converts from degrees Celsius to degrees Rankine. | |
static constexpr double | RankineToCelsius (double rankine) |
Converts from degrees Rankine to degrees Celsius. | |
static constexpr double | KelvinToRankine (double kelvin) |
Converts from degrees Kelvin to degrees Rankine. | |
static constexpr double | RankineToKelvin (double rankine) |
Converts from degrees Rankine to degrees Kelvin. | |
static constexpr double | FahrenheitToCelsius (double fahrenheit) |
Converts from degrees Fahrenheit to degrees Celsius. | |
static constexpr double | CelsiusToFahrenheit (double celsius) |
Converts from degrees Celsius to degrees Fahrenheit. | |
static constexpr double | CelsiusToKelvin (double celsius) |
Converts from degrees Celsius to degrees Kelvin. | |
static constexpr double | KelvinToCelsius (double kelvin) |
Converts from degrees Kelvin to degrees Celsius. | |
static constexpr double | FeetToMeters (double measure) |
Converts from feet to meters. | |
static bool | EqualToRoundoff (double a, double b) |
Finite precision comparison. | |
static bool | EqualToRoundoff (float a, float b) |
Finite precision comparison. | |
static bool | EqualToRoundoff (float a, double b) |
Finite precision comparison. | |
static bool | EqualToRoundoff (double a, float b) |
Finite precision comparison. | |
static constexpr double | Constrain (double min, double value, double max) |
Constrain a value between a minimum and a maximum value. | |
static constexpr double | sign (double num) |
![]() | |
static char | highint [5] = {27, '[', '1', 'm', '\0' } |
highlights text | |
static char | halfint [5] = {27, '[', '2', 'm', '\0' } |
low intensity text | |
static char | normint [6] = {27, '[', '2', '2', 'm', '\0' } |
normal intensity text | |
static char | reset [5] = {27, '[', '0', 'm', '\0' } |
resets text properties | |
static char | underon [5] = {27, '[', '4', 'm', '\0' } |
underlines text | |
static char | underoff [6] = {27, '[', '2', '4', 'm', '\0' } |
underline off | |
static char | fgblue [6] = {27, '[', '3', '4', 'm', '\0' } |
blue text | |
static char | fgcyan [6] = {27, '[', '3', '6', 'm', '\0' } |
cyan text | |
static char | fgred [6] = {27, '[', '3', '1', 'm', '\0' } |
red text | |
static char | fggreen [6] = {27, '[', '3', '2', 'm', '\0' } |
green text | |
static char | fgdef [6] = {27, '[', '3', '9', 'm', '\0' } |
default text | |
static short | debug_lvl = 1 |
![]() | |
static std::string | CreateIndexedPropertyName (const std::string &Property, int index) |
![]() | |
static constexpr double | radtodeg = 180. / M_PI |
static constexpr double | degtorad = M_PI / 180. |
static constexpr double | hptoftlbssec = 550.0 |
static constexpr double | psftoinhg = 0.014138 |
static constexpr double | psftopa = 47.88 |
static constexpr double | fttom = 0.3048 |
static constexpr double | ktstofps = 1852./(3600*fttom) |
static constexpr double | fpstokts = 1.0 / ktstofps |
static constexpr double | inchtoft = 1.0/12.0 |
static constexpr double | m3toft3 = 1.0/(fttom*fttom*fttom) |
static constexpr double | in3tom3 = inchtoft*inchtoft*inchtoft/m3toft3 |
static constexpr double | inhgtopa = 3386.38 |
static constexpr double | slugtolb = 32.174049 |
Note that definition of lbtoslug by the inverse of slugtolb and not to a different constant you can also get from some tables will make lbtoslug*slugtolb == 1 up to the magnitude of roundoff. | |
static constexpr double | lbtoslug = 1.0/slugtolb |
static constexpr double | kgtolb = 2.20462 |
static constexpr double | kgtoslug = 0.06852168 |
static const std::string | needed_cfg_version = "2.0" |
static const std::string | JSBSim_version = JSBSIM_VERSION " " __DATE__ " " __TIME__ |
|
explicit |
Constructor.
Definition at line 63 of file FGInitialCondition.cpp.
~FGInitialCondition | ( | ) |
void bind | ( | FGPropertyManager * | pm | ) |
Definition at line 1451 of file FGInitialCondition.cpp.
|
inline |
Gets the initial angle of attack.
Definition at line 349 of file FGInitialCondition.h.
|
inline |
Gets the initial angle of attack.
Definition at line 625 of file FGInitialCondition.h.
double GetAltitudeAGLFtIC | ( | void | ) | const |
Gets the initial altitude above ground level.
Definition at line 661 of file FGInitialCondition.cpp.
double GetAltitudeASLFtIC | ( | void | ) | const |
Gets the initial altitude above sea level.
Definition at line 654 of file FGInitialCondition.cpp.
|
inline |
Gets the initial sideslip angle.
Definition at line 353 of file FGInitialCondition.h.
|
inline |
Gets the initial angle of sideslip.
Definition at line 629 of file FGInitialCondition.h.
|
inline |
Gets the initial climb rate.
Definition at line 339 of file FGInitialCondition.h.
|
inline |
Gets the initial climb rate.
Definition at line 520 of file FGInitialCondition.h.
|
inline |
Gets the initial Earth position angle.
Definition at line 394 of file FGInitialCondition.h.
|
inline |
Gets the initial flight path angle.
Definition at line 344 of file FGInitialCondition.h.
|
inline |
Gets the initial flight path angle.
If total velocity is zero, this function returns zero.
Definition at line 620 of file FGInitialCondition.h.
|
inline |
Gets the initial geodetic latitude.
Definition at line 373 of file FGInitialCondition.h.
|
inline |
Gets the initial geodetic latitude.
Definition at line 641 of file FGInitialCondition.h.
|
inline |
Gets the initial latitude.
Definition at line 369 of file FGInitialCondition.h.
|
inline |
Gets the initial latitude.
Definition at line 637 of file FGInitialCondition.h.
|
inline |
Gets the initial longitude.
Definition at line 378 of file FGInitialCondition.h.
|
inline |
Gets the initial longitude.
Definition at line 646 of file FGInitialCondition.h.
double GetMachIC | ( | void | ) | const |
Gets the initial mach.
Definition at line 986 of file FGInitialCondition.cpp.
|
inline |
Gets the initial orientation.
Definition at line 650 of file FGInitialCondition.h.
|
inline |
Gets the initial roll angle.
Definition at line 361 of file FGInitialCondition.h.
|
inline |
Gets the initial roll angle.
Definition at line 654 of file FGInitialCondition.h.
|
inline |
Gets the initial position.
Definition at line 633 of file FGInitialCondition.h.
|
inline |
Gets the initial body rotation rate.
Definition at line 560 of file FGInitialCondition.h.
|
inline |
Gets the initial body axis roll rate.
Definition at line 564 of file FGInitialCondition.h.
|
inline |
Gets the initial heading angle.
Definition at line 365 of file FGInitialCondition.h.
|
inline |
Gets the initial heading angle.
Definition at line 662 of file FGInitialCondition.h.
|
inline |
Gets the initial body axis pitch rate.
Definition at line 568 of file FGInitialCondition.h.
|
inline |
Gets the initial body axis yaw rate.
Definition at line 572 of file FGInitialCondition.h.
|
inline |
Gets the initial speedset.
Definition at line 666 of file FGInitialCondition.h.
|
inline |
Gets the target normal load factor set from IC.
Definition at line 670 of file FGInitialCondition.h.
double GetTerrainElevationFtIC | ( | void | ) | const |
Gets the initial terrain elevation.
Definition at line 668 of file FGInitialCondition.cpp.
|
inline |
Gets the initial pitch angle.
Definition at line 357 of file FGInitialCondition.h.
|
inline |
Gets the initial pitch angle.
Definition at line 658 of file FGInitialCondition.h.
|
inline |
Gets the initial body axis X velocity.
Definition at line 536 of file FGInitialCondition.h.
|
inline |
Gets the initial body velocity.
Definition at line 529 of file FGInitialCondition.h.
|
inline |
Gets the initial body axis Y velocity.
Definition at line 540 of file FGInitialCondition.h.
double GetVcalibratedKtsIC | ( | void | ) | const |
Gets the initial calibrated airspeed.
Definition at line 963 of file FGInitialCondition.cpp.
|
inline |
Gets the initial local frame Z (Down) velocity.
Definition at line 556 of file FGInitialCondition.h.
|
inline |
Gets the initial local frame Y (East) velocity.
Definition at line 552 of file FGInitialCondition.h.
double GetVequivalentKtsIC | ( | void | ) | const |
Gets the initial equivalent airspeed.
Definition at line 976 of file FGInitialCondition.cpp.
|
inline |
Gets the initial ground velocity.
Definition at line 476 of file FGInitialCondition.h.
|
inline |
Gets the initial ground speed.
Definition at line 327 of file FGInitialCondition.h.
|
inline |
Gets the initial local frame X (North) velocity.
Definition at line 548 of file FGInitialCondition.h.
|
inline |
Gets the initial true velocity.
Definition at line 480 of file FGInitialCondition.h.
|
inline |
Gets the initial true velocity.
Definition at line 331 of file FGInitialCondition.h.
|
inline |
Gets the initial body axis Z velocity.
Definition at line 544 of file FGInitialCondition.h.
|
inline |
Gets the initial wind velocity in local frame.
Definition at line 508 of file FGInitialCondition.h.
double GetWindDirDegIC | ( | void | ) | const |
Gets the initial wind direction.
Definition at line 920 of file FGInitialCondition.cpp.
|
inline |
Gets the initial wind velocity in local frame.
Definition at line 504 of file FGInitialCondition.h.
double GetWindMagFpsIC | ( | void | ) | const |
Gets the initial total wind velocity in feet/sec.
Definition at line 940 of file FGInitialCondition.cpp.
FGColumnVector3 GetWindNEDFpsIC | ( | void | ) | const |
Gets the initial wind velocity in the NED local frame.
Definition at line 932 of file FGInitialCondition.cpp.
|
inline |
Gets the initial wind velocity in local frame.
Definition at line 500 of file FGInitialCondition.h.
|
inline |
Gets the initial body axis X wind velocity.
Definition at line 484 of file FGInitialCondition.h.
|
inline |
Gets the initial body axis Y wind velocity.
Definition at line 488 of file FGInitialCondition.h.
|
inline |
Gets the initial body axis Z wind velocity.
Definition at line 492 of file FGInitialCondition.h.
void InitializeIC | ( | void | ) |
Initialize the initial conditions to default values.
Definition at line 124 of file FGInitialCondition.cpp.
|
inline |
Is an engine running ?
index | of the engine to be checked |
Definition at line 681 of file FGInitialCondition.h.
bool Load | ( | const SGPath & | rstname, |
bool | useAircraftPath = true |
||
) |
Loads the initial conditions.
rstname | The name of an initial conditions file |
useAircraftPath | true if path is given relative to the aircraft path. |
Definition at line 1006 of file FGInitialCondition.cpp.
void ResetIC | ( | double | u0, |
double | v0, | ||
double | w0, | ||
double | p0, | ||
double | q0, | ||
double | r0, | ||
double | alpha0, | ||
double | beta0, | ||
double | phi0, | ||
double | theta0, | ||
double | psi0, | ||
double | latitudeRad0, | ||
double | longitudeRad0, | ||
double | altitudeAGL0, | ||
double | gamma0 | ||
) |
Resets the IC data structure to new values.
u,v,w,... |
Definition at line 86 of file FGInitialCondition.cpp.
|
inline |
Sets angle of attack initial condition in degrees.
a | Alpha in degrees |
Definition at line 256 of file FGInitialCondition.h.
void SetAlphaRadIC | ( | double | alpha | ) |
Sets the initial angle of attack.
alpha | Initial angle of attack in radians |
Definition at line 317 of file FGInitialCondition.cpp.
void SetAltitudeAGLFtIC | ( | double | agl | ) |
Sets the initial Altitude above ground level.
agl | Altitude above ground level in feet |
Definition at line 681 of file FGInitialCondition.cpp.
void SetAltitudeASLFtIC | ( | double | altitudeASL | ) |
Sets the altitude above sea level initial condition in feet.
altitudeASL | Altitude above sea level in feet |
Definition at line 753 of file FGInitialCondition.cpp.
|
inline |
Sets angle of sideslip initial condition in degrees.
B | Beta in degrees |
Definition at line 260 of file FGInitialCondition.h.
void SetBetaRadIC | ( | double | beta | ) |
Sets the initial sideslip angle.
beta | Initial angle of sideslip in radians. |
Definition at line 402 of file FGInitialCondition.cpp.
|
inline |
Sets the climb rate initial condition in feet/minute.
roc | Rate of Climb in feet/minute |
Definition at line 283 of file FGInitialCondition.h.
void SetClimbRateFpsIC | ( | double | roc | ) |
Sets the initial climb rate.
roc | Initial Rate of climb in feet/second |
Definition at line 288 of file FGInitialCondition.cpp.
void SetCrossWindKtsIC | ( | double | cross | ) |
Sets the initial crosswind speed.
cross | Initial crosswind speed, positive from left to right |
Definition at line 532 of file FGInitialCondition.cpp.
|
inline |
Sets the flight path angle initial condition in degrees.
gamma | Flight path angle in degrees |
Definition at line 287 of file FGInitialCondition.h.
|
inline |
Sets the initial flight path angle.
gamma | Initial flight path angle in radians |
Definition at line 576 of file FGInitialCondition.h.
|
inline |
Sets the initial geodetic latitude.
This method modifies the geodetic altitude in order to keep the altitude above sea level unchanged.
glat | Initial geodetic latitude in degrees |
Definition at line 310 of file FGInitialCondition.h.
void SetGeodLatitudeRadIC | ( | double | glat | ) |
Sets the initial geodetic latitude.
This method modifies the geodetic altitude in order to keep the altitude above sea level unchanged.
glat | Initial geodetic latitude in radians |
Definition at line 854 of file FGInitialCondition.cpp.
void SetHeadWindKtsIC | ( | double | head | ) |
Sets the initial headwind velocity.
head | Initial headwind speed in knots |
Definition at line 555 of file FGInitialCondition.cpp.
|
inline |
Sets the initial latitude.
lat | Initial latitude in degrees |
Definition at line 304 of file FGInitialCondition.h.
void SetLatitudeRadIC | ( | double | lat | ) |
Sets the initial latitude.
lat | Initial latitude in radians |
Definition at line 880 of file FGInitialCondition.cpp.
|
inline |
Sets the initial longitude.
lon | Initial longitude in degrees |
Definition at line 315 of file FGInitialCondition.h.
void SetLongitudeRadIC | ( | double | lon | ) |
Sets the initial longitude.
lon | Initial longitude in radians |
Definition at line 902 of file FGInitialCondition.cpp.
void SetMachIC | ( | double | mach | ) |
Set mach initial condition.
mach | Mach number |
Definition at line 166 of file FGInitialCondition.cpp.
|
inline |
Sets the roll angle initial condition in degrees.
phi | roll angle in degrees |
Definition at line 275 of file FGInitialCondition.h.
|
inline |
Sets the initial roll angle.
phi | Initial roll angle in radians |
Definition at line 589 of file FGInitialCondition.h.
|
inline |
Sets the initial body axis roll rate.
P | Initial roll rate in radians/second |
Definition at line 430 of file FGInitialCondition.h.
|
inline |
Sets the heading angle initial condition in degrees.
psi | Heading angle in degrees |
Definition at line 279 of file FGInitialCondition.h.
|
inline |
Sets the initial heading angle.
psi | Initial heading angle in radians |
Definition at line 597 of file FGInitialCondition.h.
|
inline |
Sets the initial body axis pitch rate.
Q | Initial pitch rate in radians/second |
Definition at line 434 of file FGInitialCondition.h.
|
inline |
Sets the initial body axis yaw rate.
R | initial yaw rate in radians/second |
Definition at line 438 of file FGInitialCondition.h.
|
inline |
Sets the target normal load factor.
nlf | Normal load factor |
Definition at line 615 of file FGInitialCondition.h.
void SetTerrainElevationFtIC | ( | double | elev | ) |
Sets the initial terrain elevation.
elev | Initial terrain elevation in feet |
Definition at line 643 of file FGInitialCondition.cpp.
|
inline |
Sets pitch angle initial condition in degrees.
theta | Theta (pitch) angle in degrees |
Definition at line 264 of file FGInitialCondition.h.
|
inline |
Sets the initial pitch angle.
theta | Initial pitch angle in radians |
Definition at line 593 of file FGInitialCondition.h.
|
inline |
Sets the initial body axis X velocity.
ubody | Initial X velocity in feet/second |
Definition at line 406 of file FGInitialCondition.h.
|
inline |
Sets the initial body axis Y velocity.
vbody | Initial Y velocity in feet/second |
Definition at line 410 of file FGInitialCondition.h.
void SetVcalibratedKtsIC | ( | double | vc | ) |
Set calibrated airspeed initial condition in knots.
vc | Calibrated airspeed in knots |
Definition at line 177 of file FGInitialCondition.cpp.
|
inline |
Sets the initial local axis down velocity.
vd | Initial down velocity in feet/second |
Definition at line 426 of file FGInitialCondition.h.
|
inline |
Sets the initial local axis east velocity.
ve | Initial east velocity in feet/second |
Definition at line 422 of file FGInitialCondition.h.
void SetVequivalentKtsIC | ( | double | ve | ) |
Set equivalent airspeed initial condition in knots.
ve | Equivalent airspeed in knots |
Definition at line 155 of file FGInitialCondition.cpp.
void SetVgroundFpsIC | ( | double | vg | ) |
Sets the initial ground speed.
vg | Initial ground speed in feet/second |
Definition at line 240 of file FGInitialCondition.cpp.
|
inline |
Set ground speed initial condition in knots.
vg | Ground speed in knots |
Definition at line 248 of file FGInitialCondition.h.
|
inline |
Sets the initial local axis north velocity.
vn | Initial north velocity in feet/second |
Definition at line 418 of file FGInitialCondition.h.
void SetVtrueFpsIC | ( | double | vt | ) |
Sets the initial true airspeed.
vt | Initial true airspeed in feet/second |
Definition at line 264 of file FGInitialCondition.cpp.
|
inline |
Set true airspeed initial condition in knots.
vtrue | True airspeed in knots |
Definition at line 244 of file FGInitialCondition.h.
|
inline |
Sets the initial body axis Z velocity.
wbody | Initial Z velocity in feet/second |
Definition at line 414 of file FGInitialCondition.h.
void SetWindDirDegIC | ( | double | dir | ) |
Sets the initial wind direction.
dir | Initial direction wind is coming from in degrees |
Definition at line 625 of file FGInitialCondition.cpp.
void SetWindDownKtsIC | ( | double | wD | ) |
Sets the initial wind downward speed.
wD | Initial downward wind speed in knots |
Definition at line 583 of file FGInitialCondition.cpp.
|
inline |
Sets the initial total wind speed.
mag | Initial wind velocity magnitude in feet/second |
Definition at line 448 of file FGInitialCondition.h.
void SetWindMagKtsIC | ( | double | mag | ) |
Sets the initial total wind speed.
mag | Initial wind velocity magnitude in knots |
Definition at line 599 of file FGInitialCondition.cpp.
void SetWindNEDFpsIC | ( | double | wN, |
double | wE, | ||
double | wD | ||
) |
Sets the initial wind velocity.
wN | Initial wind velocity in local north direction, feet/second |
wE | Initial wind velocity in local east direction, feet/second |
wD | Initial wind velocity in local down direction, feet/second |
Definition at line 519 of file FGInitialCondition.cpp.
|
inline |
Does initialization file call for trim ?
Definition at line 685 of file FGInitialCondition.h.