JSBSim Flight Dynamics Model 1.2.2 (22 Mar 2025)
An Open Source Flight Dynamics and Control Software Library in C++
Loading...
Searching...
No Matches
FGAtmosphere Class Referenceabstract

Detailed Description

Models an empty, abstract base atmosphere class.

Properties

  • atmosphere/T-R The current modeled temperature in degrees Rankine.
  • atmosphere/rho-slugs_ft3
  • atmosphere/P-psf
  • atmosphere/a-fps
  • atmosphere/T-sl-R
  • atmosphere/rho-sl-slugs_ft3
  • atmosphere/P-sl-psf
  • atmosphere/a-sl-fps
  • atmosphere/theta
  • atmosphere/sigma
  • atmosphere/delta
  • atmosphere/a-ratio
Author
Jon Berndt

Definition at line 76 of file FGAtmosphere.h.

#include <FGAtmosphere.h>

+ Inheritance diagram for FGAtmosphere:
+ Collaboration diagram for FGAtmosphere:

Classes

struct  Inputs
 

Public Types

enum  ePressure {
  eNoPressUnit =0 , ePSF , eMillibars , ePascals ,
  eInchesHg
}
 Enums for specifying pressure units. More...
 
enum  eTemperature {
  eNoTempUnit =0 , eFahrenheit , eCelsius , eRankine ,
  eKelvin
}
 Enums for specifying temperature units. More...
 
- Public Types inherited from FGJSBBase
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...
 

Public Member Functions

 FGAtmosphere (FGFDMExec *)
 Constructor.
 
virtual ~FGAtmosphere ()
 Destructor.
 
bool InitModel (void) override
 
bool Run (bool Holding) override
 Runs the atmosphere forces model; called by the Executive.
 
Temperature access functions.

There are several ways to get the temperature, and several modeled temperature values that can be retrieved.

virtual double GetTemperature () const
 Returns the actual, modeled temperature at the current altitude in degrees Rankine.
 
virtual double GetTemperature (double altitude) const =0
 Returns the actual modeled temperature in degrees Rankine at a specified altitude.
 
virtual double GetTemperatureSL () const
 Returns the actual, modeled sea level temperature in degrees Rankine.
 
virtual double GetTemperatureRatio () const
 Returns the ratio of the at-current-altitude temperature as modeled over the sea level value.
 
virtual double GetTemperatureRatio (double h) const
 Returns the ratio of the temperature as modeled at the supplied altitude over the sea level value.
 
virtual void SetTemperatureSL (double t, eTemperature unit=eFahrenheit)
 Sets the Sea Level temperature.
 
virtual void SetTemperature (double t, double h, eTemperature unit=eFahrenheit)=0
 Sets the temperature at the supplied altitude.
 
Pressure access functions.
virtual double GetPressure (void) const
 Returns the pressure in psf.
 
virtual double GetPressure (double altitude) const =0
 Returns the pressure at a specified altitude in psf.
 
virtual double GetPressureSL (ePressure to=ePSF) const
 
virtual double GetPressureRatio (void) const
 Returns the ratio of at-altitude pressure over the sea level value.
 
virtual void SetPressureSL (ePressure unit, double pressure)
 Sets the sea level pressure for modeling.
 
Density access functions.
virtual double GetDensity (void) const
 Returns the density in slugs/ft^3.
 
virtual double GetDensity (double altitude) const
 Returns the density in slugs/ft^3 at a given altitude in ft.
 
virtual double GetDensitySL (void) const
 Returns the sea level density in slugs/ft^3.
 
virtual double GetDensityRatio (void) const
 Returns the ratio of at-altitude density over the sea level value.
 
Speed of sound access functions.
virtual double GetSoundSpeed (void) const
 Returns the speed of sound in ft/sec.
 
virtual double GetSoundSpeed (double altitude) const
 Returns the speed of sound in ft/sec at a given altitude in ft.
 
virtual double GetSoundSpeedSL (void) const
 Returns the sea level speed of sound in ft/sec.
 
virtual double GetSoundSpeedRatio (void) const
 Returns the ratio of at-altitude sound speed over the sea level value.
 
- Public Member Functions inherited from FGModel
 FGModel (FGFDMExec *)
 Constructor.
 
 ~FGModel () override
 Destructor.
 
virtual SGPath FindFullPathName (const SGPath &path) const
 
FGFDMExecGetExec (void)
 
const std::string & GetName (void)
 
unsigned int GetRate (void)
 Get the output rate for the model in frames.
 
bool InitModel (void) override
 
virtual bool Load (Element *el)
 
void SetPropertyManager (std::shared_ptr< FGPropertyManager > fgpm)
 
void SetRate (unsigned int tt)
 Set the ouput rate for the model in frames.
 
- Public Member Functions inherited from FGModelFunctions
std::string GetFunctionStrings (const std::string &delimeter) const
 Gets the strings for the current set of functions.
 
std::string GetFunctionValues (const std::string &delimeter) const
 Gets the function values.
 
std::shared_ptr< FGFunctionGetPreFunction (const std::string &name)
 Get one of the "pre" function.
 
bool Load (Element *el, FGFDMExec *fdmex, std::string prefix="")
 
void PostLoad (Element *el, FGFDMExec *fdmex, std::string prefix="")
 
void PreLoad (Element *el, FGFDMExec *fdmex, std::string prefix="")
 
void RunPostFunctions (void)
 
void RunPreFunctions (void)
 
- Public Member Functions inherited from FGJSBBase
 FGJSBBase ()
 Constructor for FGJSBBase.
 
virtual ~FGJSBBase ()
 Destructor for FGJSBBase.
 
void disableHighLighting (void)
 Disables highlighting in the console output.
 

Viscosity access functions.

struct JSBSim::FGAtmosphere::Inputs in
 
const double StdDaySLsoundspeed
 
static constexpr double StdDaySLtemperature = 518.67
 
static constexpr double StdDaySLpressure = 2116.228
 
static constexpr double SHRatio = 1.4
 
double SLtemperature = 1.8
 
double SLdensity = 1.0
 
double SLpressure = 1.0
 
double SLsoundspeed = 1.0
 
double Temperature = 1.8
 
double Density = 0.0
 
double Pressure = 0.0
 
double Soundspeed = 0.0
 
double PressureAltitude = 0.0
 
double DensityAltitude = 0.0
 
double Viscosity = 0.0
 
double KinematicViscosity = 0.0
 
static constexpr double SutherlandConstant = 198.72
 
static constexpr double Beta = 2.269690E-08
 
virtual double GetAbsoluteViscosity (void) const
 Returns the absolute viscosity.
 
virtual double GetKinematicViscosity (void) const
 Returns the kinematic viscosity.
 
virtual double GetDensityAltitude () const
 
virtual double GetPressureAltitude () const
 
virtual void Calculate (double altitude)
 Calculate the atmosphere for the given altitude.
 
virtual double CalculateDensityAltitude (double density, double geometricAlt)
 Calculates the density altitude given any temperature or pressure bias.
 
virtual double CalculatePressureAltitude (double pressure, double geometricAlt)
 Calculates the pressure altitude given any temperature or pressure bias.
 
double ConvertToRankine (double t, eTemperature unit) const
 Converts to Rankine from one of several unit systems.
 
double ConvertFromRankine (double t, eTemperature unit) const
 Converts from Rankine to one of several unit systems.
 
double ConvertToPSF (double t, ePressure unit=ePSF) const
 Converts to PSF (pounds per square foot) from one of several unit systems.
 
double ConvertFromPSF (double t, ePressure unit=ePSF) const
 Converts from PSF (pounds per square foot) to one of several unit systems.
 
double ValidatePressure (double p, const std::string &msg, bool quiet=false) const
 Check that the pressure is within plausible boundaries.
 
double ValidateTemperature (double t, const std::string &msg, bool quiet=false) const
 Check that the temperature is within plausible boundaries.
 

ISA constants

static constexpr double StdDaySLdensity = StdDaySLpressure / (Reng0 * StdDaySLtemperature)
 
double Reng = Reng0
 
static constexpr double Rstar = 8.31432 * kgtoslug / KelvinToRankine(fttom * fttom)
 Universal gas constant - ft*lbf/R/mol.
 
static constexpr double Mair = 28.9645 * kgtoslug / 1000.0
 Mean molecular weight for air - slug/mol.
 
static constexpr double g0 = 9.80665 / fttom
 Sea-level acceleration of gravity - ft/s^2.
 
static constexpr double Reng0 = Rstar / Mair
 Specific gas constant for air - ft*lbf/slug/R.
 
virtual void bind (void)
 
void Debug (int from) override
 

Additional Inherited Members

- Static Public Member Functions inherited from FGJSBBase
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 Public Attributes inherited from FGJSBBase
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
 
- Protected Member Functions inherited from FGModel
bool Upload (Element *el, bool preLoad)
 Uploads this model in memory.
 
- Static Protected Member Functions inherited from FGJSBBase
static std::string CreateIndexedPropertyName (const std::string &Property, int index)
 
- Protected Attributes inherited from FGModel
unsigned int exe_ctr
 
FGFDMExecFDMExec
 
std::string Name
 
std::shared_ptr< FGPropertyManagerPropertyManager
 
unsigned int rate
 
- Protected Attributes inherited from FGModelFunctions
FGPropertyReader LocalProperties
 
std::vector< std::shared_ptr< FGFunction > > PostFunctions
 
std::vector< std::shared_ptr< FGFunction > > PreFunctions
 
- Static Protected Attributes inherited from FGJSBBase
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__
 

Member Enumeration Documentation

◆ ePressure

enum ePressure

Enums for specifying pressure units.

Definition at line 83 of file FGAtmosphere.h.

83{eNoPressUnit=0, ePSF, eMillibars, ePascals, eInchesHg};

◆ eTemperature

Enums for specifying temperature units.

Definition at line 80 of file FGAtmosphere.h.

80{eNoTempUnit=0, eFahrenheit, eCelsius, eRankine, eKelvin};

Constructor & Destructor Documentation

◆ FGAtmosphere()

FGAtmosphere ( FGFDMExec fdmex)

Constructor.

Definition at line 56 of file FGAtmosphere.cpp.

57 : FGModel(fdmex),
58 StdDaySLsoundspeed(sqrt(SHRatio*Reng0*StdDaySLtemperature))
59{
60 Name = "FGAtmosphere";
61
62 bind();
63 Debug(0);
64}
static constexpr double Reng0
Specific gas constant for air - ft*lbf/slug/R.
FGModel(FGFDMExec *)
Constructor.
Definition FGModel.cpp:57

◆ ~FGAtmosphere()

~FGAtmosphere ( )
virtual

Destructor.

Definition at line 68 of file FGAtmosphere.cpp.

69{
70 Debug(1);
71}

Member Function Documentation

◆ bind()

void bind ( void  )
protectedvirtual

Definition at line 314 of file FGAtmosphere.cpp.

315{
316 PropertyManager->Tie("atmosphere/T-R", this, &FGAtmosphere::GetTemperature);
317 PropertyManager->Tie("atmosphere/rho-slugs_ft3", this, &FGAtmosphere::GetDensity);
318 PropertyManager->Tie("atmosphere/P-psf", this, &FGAtmosphere::GetPressure);
319 PropertyManager->Tie("atmosphere/a-fps", this, &FGAtmosphere::GetSoundSpeed);
320 PropertyManager->Tie("atmosphere/T-sl-R", this, &FGAtmosphere::GetTemperatureSL);
321 PropertyManager->Tie("atmosphere/rho-sl-slugs_ft3", this, &FGAtmosphere::GetDensitySL);
322 PropertyManager->Tie("atmosphere/a-sl-fps", this, &FGAtmosphere::GetSoundSpeedSL);
323 PropertyManager->Tie("atmosphere/theta", this, &FGAtmosphere::GetTemperatureRatio);
324 PropertyManager->Tie("atmosphere/sigma", this, &FGAtmosphere::GetDensityRatio);
325 PropertyManager->Tie("atmosphere/delta", this, &FGAtmosphere::GetPressureRatio);
326 PropertyManager->Tie("atmosphere/a-ratio", this, &FGAtmosphere::GetSoundSpeedRatio);
327 PropertyManager->Tie("atmosphere/density-altitude", this, &FGAtmosphere::GetDensityAltitude);
328 PropertyManager->Tie("atmosphere/pressure-altitude", this, &FGAtmosphere::GetPressureAltitude);
329}
virtual double GetSoundSpeedRatio(void) const
Returns the ratio of at-altitude sound speed over the sea level value.
virtual double GetPressureRatio(void) const
Returns the ratio of at-altitude pressure over the sea level value.
virtual double GetTemperatureRatio() const
Returns the ratio of the at-current-altitude temperature as modeled over the sea level value.
virtual double GetPressure(void) const
Returns the pressure in psf.
virtual double GetSoundSpeedSL(void) const
Returns the sea level speed of sound in ft/sec.
virtual double GetSoundSpeed(void) const
Returns the speed of sound in ft/sec.
virtual double GetDensitySL(void) const
Returns the sea level density in slugs/ft^3.
virtual double GetTemperatureSL() const
Returns the actual, modeled sea level temperature in degrees Rankine.
virtual double GetDensityRatio(void) const
Returns the ratio of at-altitude density over the sea level value.
virtual double GetDensity(void) const
Returns the density in slugs/ft^3.
virtual double GetTemperature() const
Returns the actual, modeled temperature at the current altitude in degrees Rankine.

◆ Calculate()

void Calculate ( double  altitude)
protectedvirtual

Calculate the atmosphere for the given altitude.

Reimplemented in FGMSIS, and FGStandardAtmosphere.

Definition at line 139 of file FGAtmosphere.cpp.

140{
141 FGPropertyNode* node = PropertyManager->GetNode();
142 double t =0.0;
143 if (!PropertyManager->HasNode("atmosphere/override/temperature"))
144 t = GetTemperature(altitude);
145 else
146 t = node->GetDouble("atmosphere/override/temperature");
147 Temperature = ValidateTemperature(t, "", true);
148
149 double p = 0.0;
150 if (!PropertyManager->HasNode("atmosphere/override/pressure"))
151 p = GetPressure(altitude);
152 else
153 p = node->GetDouble("atmosphere/override/pressure");
154 Pressure = ValidatePressure(p, "", true);
155
156 if (!PropertyManager->HasNode("atmosphere/override/density"))
157 Density = Pressure/(Reng*Temperature);
158 else
159 Density = node->GetDouble("atmosphere/override/density");
160
161 Soundspeed = sqrt(SHRatio*Reng*Temperature);
162 PressureAltitude = CalculatePressureAltitude(Pressure, altitude);
163 DensityAltitude = CalculateDensityAltitude(Density, altitude);
164
165 Viscosity = Beta * pow(Temperature, 1.5) / (SutherlandConstant + Temperature);
166 KinematicViscosity = Viscosity / Density;
167}
virtual double CalculatePressureAltitude(double pressure, double geometricAlt)
Calculates the pressure altitude given any temperature or pressure bias.
double ValidatePressure(double p, const std::string &msg, bool quiet=false) const
Check that the pressure is within plausible boundaries.
double ValidateTemperature(double t, const std::string &msg, bool quiet=false) const
Check that the temperature is within plausible boundaries.
virtual double CalculateDensityAltitude(double density, double geometricAlt)
Calculates the density altitude given any temperature or pressure bias.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CalculateDensityAltitude()

virtual double CalculateDensityAltitude ( double  density,
double  geometricAlt 
)
inlineprotectedvirtual

Calculates the density altitude given any temperature or pressure bias.

Calculated density for the specified geometric altitude given any temperature or pressure biases is passed in.

Parameters
density
geometricAlt

Reimplemented in FGStandardAtmosphere.

Definition at line 247 of file FGAtmosphere.h.

247{ return geometricAlt; }
+ Here is the caller graph for this function:

◆ CalculatePressureAltitude()

virtual double CalculatePressureAltitude ( double  pressure,
double  geometricAlt 
)
inlineprotectedvirtual

Calculates the pressure altitude given any temperature or pressure bias.

Calculated pressure for the specified geometric altitude given any temperature or pressure biases is passed in.

Parameters
pressure
geometricAlt

Reimplemented in FGStandardAtmosphere.

Definition at line 254 of file FGAtmosphere.h.

254{ return geometricAlt; }
+ Here is the caller graph for this function:

◆ ConvertFromPSF()

double ConvertFromPSF ( double  t,
ePressure  unit = ePSF 
) const
protected

Converts from PSF (pounds per square foot) to one of several unit systems.

Definition at line 288 of file FGAtmosphere.cpp.

289{
290 double targetPressure=0; // Pressure
291
292 switch(unit) {
293 case ePSF:
294 targetPressure = p;
295 break;
296 case eMillibars:
297 targetPressure = p/2.08854342;
298 break;
299 case ePascals:
300 targetPressure = p/0.0208854342;
301 break;
302 case eInchesHg:
303 targetPressure = p/70.7180803;
304 break;
305 default:
306 throw BaseException("Undefined pressure unit given");
307 }
308
309 return targetPressure;
310}
+ Here is the caller graph for this function:

◆ ConvertFromRankine()

double ConvertFromRankine ( double  t,
eTemperature  unit 
) const
protected

Converts from Rankine to one of several unit systems.

Definition at line 236 of file FGAtmosphere.cpp.

237{
238 double targetTemp=0;
239
240 switch(unit) {
241 case eFahrenheit:
242 targetTemp = t - 459.67;
243 break;
244 case eCelsius:
245 targetTemp = t/1.8 - 273.15;
246 break;
247 case eRankine:
248 targetTemp = t;
249 break;
250 case eKelvin:
251 targetTemp = t/1.8;
252 break;
253 default:
254 throw BaseException("Undefined temperature unit given");
255 }
256
257 return targetTemp;
258}
+ Here is the caller graph for this function:

◆ ConvertToPSF()

double ConvertToPSF ( double  t,
ePressure  unit = ePSF 
) const
protected

Converts to PSF (pounds per square foot) from one of several unit systems.

Definition at line 262 of file FGAtmosphere.cpp.

263{
264 double targetPressure=0; // Pressure in PSF
265
266 switch(unit) {
267 case ePSF:
268 targetPressure = p;
269 break;
270 case eMillibars:
271 targetPressure = p*2.08854342;
272 break;
273 case ePascals:
274 targetPressure = p*0.0208854342;
275 break;
276 case eInchesHg:
277 targetPressure = p*70.7180803;
278 break;
279 default:
280 throw BaseException("Undefined pressure unit given");
281 }
282
283 return targetPressure;
284}
+ Here is the caller graph for this function:

◆ ConvertToRankine()

double ConvertToRankine ( double  t,
eTemperature  unit 
) const
protected

Converts to Rankine from one of several unit systems.

Definition at line 210 of file FGAtmosphere.cpp.

211{
212 double targetTemp=0; // in degrees Rankine
213
214 switch(unit) {
215 case eFahrenheit:
216 targetTemp = t + 459.67;
217 break;
218 case eCelsius:
219 targetTemp = (t + 273.15) * 1.8;
220 break;
221 case eRankine:
222 targetTemp = t;
223 break;
224 case eKelvin:
225 targetTemp = t*1.8;
226 break;
227 default:
228 throw BaseException("Undefined temperature unit given");
229 }
230
231 return targetTemp;
232}
+ Here is the caller graph for this function:

◆ Debug()

void Debug ( int  from)
overrideprotectedvirtual

Reimplemented from FGModel.

Definition at line 350 of file FGAtmosphere.cpp.

351{
352 if (debug_lvl <= 0) return;
353
354 if (debug_lvl & 1) { // Standard console startup message output
355 if (from == 0) { // Constructor
356 }
357 }
358 if (debug_lvl & 2 ) { // Instantiation/Destruction notification
359 if (from == 0) std::cout << "Instantiated: FGAtmosphere" << std::endl;
360 if (from == 1) std::cout << "Destroyed: FGAtmosphere" << std::endl;
361 }
362 if (debug_lvl & 4 ) { // Run() method entry print for FGModel-derived objects
363 }
364 if (debug_lvl & 8 ) { // Runtime state variables
365 }
366 if (debug_lvl & 16) { // Sanity checking
367 }
368 if (debug_lvl & 128) { //
369 }
370 if (debug_lvl & 64) {
371 if (from == 0) { // Constructor
372 }
373 }
374}

◆ GetAbsoluteViscosity()

virtual double GetAbsoluteViscosity ( void  ) const
inlinevirtual

Returns the absolute viscosity.

Definition at line 199 of file FGAtmosphere.h.

199{return Viscosity;}

◆ GetDensity() [1/2]

double GetDensity ( double  altitude) const
virtual

Returns the density in slugs/ft^3 at a given altitude in ft.

Reimplemented in FGMSIS, and FGMSIS.

Definition at line 182 of file FGAtmosphere.cpp.

183{
184 return GetPressure(altitude)/(Reng * GetTemperature(altitude));
185}
+ Here is the call graph for this function:

◆ GetDensity() [2/2]

virtual double GetDensity ( void  ) const
inlinevirtual

Returns the density in slugs/ft^3.

This function may only be used if Run() is called first.

Reimplemented in FGMSIS.

Definition at line 167 of file FGAtmosphere.h.

167{return Density;}
+ Here is the caller graph for this function:

◆ GetDensityAltitude()

virtual double GetDensityAltitude ( ) const
inlinevirtual

Definition at line 205 of file FGAtmosphere.h.

205{return DensityAltitude;}

◆ GetDensityRatio()

virtual double GetDensityRatio ( void  ) const
inlinevirtual

Returns the ratio of at-altitude density over the sea level value.

Definition at line 176 of file FGAtmosphere.h.

176{ return Density/SLdensity; }

◆ GetDensitySL()

virtual double GetDensitySL ( void  ) const
inlinevirtual

Returns the sea level density in slugs/ft^3.

Definition at line 173 of file FGAtmosphere.h.

173{ return SLdensity; }

◆ GetKinematicViscosity()

virtual double GetKinematicViscosity ( void  ) const
inlinevirtual

Returns the kinematic viscosity.

Definition at line 202 of file FGAtmosphere.h.

202{return KinematicViscosity;}

◆ GetPressure() [1/2]

virtual double GetPressure ( double  altitude) const
pure virtual

Returns the pressure at a specified altitude in psf.

Implemented in FGMSIS, FGStandardAtmosphere, and FGMSIS.

◆ GetPressure() [2/2]

virtual double GetPressure ( void  ) const
inlinevirtual

Returns the pressure in psf.

Reimplemented in FGMSIS.

Definition at line 144 of file FGAtmosphere.h.

144{return Pressure;}
+ Here is the caller graph for this function:

◆ GetPressureAltitude()

virtual double GetPressureAltitude ( ) const
inlinevirtual

Definition at line 207 of file FGAtmosphere.h.

207{return PressureAltitude;}

◆ GetPressureRatio()

virtual double GetPressureRatio ( void  ) const
inlinevirtual

Returns the ratio of at-altitude pressure over the sea level value.

Definition at line 153 of file FGAtmosphere.h.

153{ return Pressure/SLpressure; }

◆ GetPressureSL()

virtual double GetPressureSL ( ePressure  to = ePSF) const
inlinevirtual

Definition at line 150 of file FGAtmosphere.h.

150{ return ConvertFromPSF(SLpressure, to); }
double ConvertFromPSF(double t, ePressure unit=ePSF) const
Converts from PSF (pounds per square foot) to one of several unit systems.

◆ GetSoundSpeed() [1/2]

double GetSoundSpeed ( double  altitude) const
virtual

Returns the speed of sound in ft/sec at a given altitude in ft.

Reimplemented in FGMSIS, and FGMSIS.

Definition at line 189 of file FGAtmosphere.cpp.

190{
191 return sqrt(SHRatio * Reng * GetTemperature(altitude));
192}
+ Here is the call graph for this function:

◆ GetSoundSpeed() [2/2]

virtual double GetSoundSpeed ( void  ) const
inlinevirtual

Returns the speed of sound in ft/sec.

Reimplemented in FGMSIS.

Definition at line 183 of file FGAtmosphere.h.

183{return Soundspeed;}
+ Here is the caller graph for this function:

◆ GetSoundSpeedRatio()

virtual double GetSoundSpeedRatio ( void  ) const
inlinevirtual

Returns the ratio of at-altitude sound speed over the sea level value.

Definition at line 192 of file FGAtmosphere.h.

192{ return Soundspeed/SLsoundspeed; }

◆ GetSoundSpeedSL()

virtual double GetSoundSpeedSL ( void  ) const
inlinevirtual

Returns the sea level speed of sound in ft/sec.

Definition at line 189 of file FGAtmosphere.h.

189{ return SLsoundspeed; }

◆ GetTemperature() [1/2]

virtual double GetTemperature ( ) const
inlinevirtual

Returns the actual, modeled temperature at the current altitude in degrees Rankine.

Returns
Modeled temperature in degrees Rankine.

Reimplemented in FGMSIS.

Definition at line 109 of file FGAtmosphere.h.

109{return Temperature;}
+ Here is the caller graph for this function:

◆ GetTemperature() [2/2]

virtual double GetTemperature ( double  altitude) const
pure virtual

Returns the actual modeled temperature in degrees Rankine at a specified altitude.

Parameters
altitudeThe altitude above sea level (ASL) in feet.
Returns
Modeled temperature in degrees Rankine at the specified altitude.

Implemented in FGMSIS, FGStandardAtmosphere, and FGMSIS.

◆ GetTemperatureRatio() [1/2]

virtual double GetTemperatureRatio ( ) const
inlinevirtual

Returns the ratio of the at-current-altitude temperature as modeled over the sea level value.

Definition at line 122 of file FGAtmosphere.h.

122{ return GetTemperature()/SLtemperature; }

◆ GetTemperatureRatio() [2/2]

virtual double GetTemperatureRatio ( double  h) const
inlinevirtual

Returns the ratio of the temperature as modeled at the supplied altitude over the sea level value.

Definition at line 126 of file FGAtmosphere.h.

126{ return GetTemperature(h)/SLtemperature; }

◆ GetTemperatureSL()

virtual double GetTemperatureSL ( ) const
inlinevirtual

Returns the actual, modeled sea level temperature in degrees Rankine.

Returns
The modeled temperature in degrees Rankine at sea level.

Definition at line 118 of file FGAtmosphere.h.

118{ return SLtemperature; }

◆ InitModel()

bool InitModel ( void  )
overridevirtual

Reimplemented from FGModelFunctions.

Reimplemented in FGMSIS.

Definition at line 75 of file FGAtmosphere.cpp.

76{
77 if (!FGModel::InitModel()) return false;
78
79 SLtemperature = Temperature = StdDaySLtemperature;
80 SLpressure = Pressure = StdDaySLpressure;
81 SLdensity = Density = Pressure/(Reng*Temperature);
82 SLsoundspeed = Soundspeed = StdDaySLsoundspeed;
83 Calculate(0.0);
84
85 return true;
86}
virtual void Calculate(double altitude)
Calculate the atmosphere for the given altitude.

◆ Run()

bool Run ( bool  Holding)
overridevirtual

Runs the atmosphere forces model; called by the Executive.

Can pass in a value indicating if the executive is directing the simulation to Hold.

Parameters
Holdingif true, the executive has been directed to hold the sim from advancing time. Some models may ignore this flag, such as the Input model, which may need to be active to listen on a socket for the "Resume" command to be given.
Returns
false if no error

Reimplemented from FGModel.

Definition at line 90 of file FGAtmosphere.cpp.

91{
92 if (FGModel::Run(Holding)) return true;
93 if (Holding) return false;
94
95 Calculate(in.altitudeASL);
96
97 Debug(2);
98 return false;
99}
virtual bool Run(bool Holding)
Runs the model; called by the Executive.
Definition FGModel.cpp:89
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SetPressureSL()

void SetPressureSL ( ePressure  unit,
double  pressure 
)
virtual

Sets the sea level pressure for modeling.

Parameters
pressureThe pressure in the units specified.
unitthe unit of measure that the specified pressure is supplied in.

Reimplemented in FGStandardAtmosphere.

Definition at line 171 of file FGAtmosphere.cpp.

172{
173 double press = ConvertToPSF(pressure, unit);
174
175 SLpressure = ValidatePressure(press, "Sea Level pressure");
176 SLdensity = GetDensity(0.0);
177}
double ConvertToPSF(double t, ePressure unit=ePSF) const
Converts to PSF (pounds per square foot) from one of several unit systems.
+ Here is the call graph for this function:

◆ SetTemperature()

virtual void SetTemperature ( double  t,
double  h,
eTemperature  unit = eFahrenheit 
)
pure virtual

Sets the temperature at the supplied altitude.

Parameters
tThe temperature value in the unit provided.
hThe altitude in feet above sea level.
unitThe unit of the temperature.

Implemented in FGStandardAtmosphere.

◆ SetTemperatureSL()

void SetTemperatureSL ( double  t,
eTemperature  unit = eFahrenheit 
)
virtual

Sets the Sea Level temperature.

Parameters
tthe temperature value in the unit provided.
unitthe unit of the temperature.

Reimplemented in FGStandardAtmosphere.

Definition at line 199 of file FGAtmosphere.cpp.

200{
201 double temp = ConvertToRankine(t, unit);
202
203 SLtemperature = ValidateTemperature(temp, "Sea Level temperature");
204 SLdensity = GetDensity(0.0);
205 SLsoundspeed = GetSoundSpeed(0.0);
206}
double ConvertToRankine(double t, eTemperature unit) const
Converts to Rankine from one of several unit systems.
+ Here is the call graph for this function:

◆ ValidatePressure()

double ValidatePressure ( double  p,
const std::string &  msg,
bool  quiet = false 
) const
protected

Check that the pressure is within plausible boundaries.

Parameters
msgMessage to display if the pressure is out of boundaries
quietDon't display the message if set to true

Definition at line 104 of file FGAtmosphere.cpp.

105{
106 const double MinPressure = ConvertToPSF(1E-15, ePascals);
107 if (p < MinPressure) {
108 if (!quiet) {
109 cerr << msg << " " << p << " is too low." << endl
110 << msg << " is capped to " << MinPressure << endl;
111 }
112 return MinPressure;
113 }
114 return p;
115}
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ValidateTemperature()

double ValidateTemperature ( double  t,
const std::string &  msg,
bool  quiet = false 
) const
protected

Check that the temperature is within plausible boundaries.

Parameters
msgMessage to display if the pressure is out of boundaries
quietDon't display the message if set to true

Definition at line 122 of file FGAtmosphere.cpp.

123{
124 // Minimum known temperature in the universe currently
125 constexpr double minUniverseTemperature = KelvinToRankine(1.0);
126
127 if (t < minUniverseTemperature) {
128 if (!quiet) {
129 cerr << msg << " " << t << " is too low." << endl
130 << msg << " is capped to " << minUniverseTemperature << endl;
131 }
132 return minUniverseTemperature;
133 }
134 return t;
135}
static constexpr double KelvinToRankine(double kelvin)
Converts from degrees Kelvin to degrees Rankine.
Definition FGJSBBase.h:206
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Beta

constexpr double Beta = 2.269690E-08
staticconstexprprotected

Definition at line 235 of file FGAtmosphere.h.

◆ Density

double Density = 0.0
protected

Definition at line 228 of file FGAtmosphere.h.

◆ DensityAltitude

double DensityAltitude = 0.0
protected

Definition at line 232 of file FGAtmosphere.h.

◆ g0

constexpr double g0 = 9.80665 / fttom
staticconstexprprotected

Sea-level acceleration of gravity - ft/s^2.

This constant is defined to compute the International Standard Atmosphere. It is by definition the sea level gravity at a latitude of 45deg. This value is fixed whichever gravity model is used by FGInertial.

Definition at line 289 of file FGAtmosphere.h.

◆ KinematicViscosity

double KinematicViscosity = 0.0
protected

Definition at line 237 of file FGAtmosphere.h.

◆ Mair

constexpr double Mair = 28.9645 * kgtoslug / 1000.0
staticconstexprprotected

Mean molecular weight for air - slug/mol.

Definition at line 283 of file FGAtmosphere.h.

◆ Pressure

double Pressure = 0.0
protected

Definition at line 229 of file FGAtmosphere.h.

◆ PressureAltitude

double PressureAltitude = 0.0
protected

Definition at line 231 of file FGAtmosphere.h.

◆ Reng

double Reng = Reng0
protected

Definition at line 294 of file FGAtmosphere.h.

◆ Reng0

constexpr double Reng0 = Rstar / Mair
staticconstexprprotected

Specific gas constant for air - ft*lbf/slug/R.

Definition at line 291 of file FGAtmosphere.h.

◆ Rstar

constexpr double Rstar = 8.31432 * kgtoslug / KelvinToRankine(fttom * fttom)
staticconstexprprotected

Universal gas constant - ft*lbf/R/mol.

Definition at line 281 of file FGAtmosphere.h.

◆ SHRatio

constexpr double SHRatio = 1.4
staticconstexpr

Definition at line 218 of file FGAtmosphere.h.

◆ SLdensity

double SLdensity = 1.0
protected

Definition at line 223 of file FGAtmosphere.h.

◆ SLpressure

double SLpressure = 1.0
protected

Definition at line 224 of file FGAtmosphere.h.

◆ SLsoundspeed

double SLsoundspeed = 1.0
protected

Definition at line 225 of file FGAtmosphere.h.

◆ SLtemperature

double SLtemperature = 1.8
protected

Definition at line 222 of file FGAtmosphere.h.

◆ Soundspeed

double Soundspeed = 0.0
protected

Definition at line 230 of file FGAtmosphere.h.

◆ StdDaySLdensity

constexpr double StdDaySLdensity = StdDaySLpressure / (Reng0 * StdDaySLtemperature)
staticconstexpr

Definition at line 300 of file FGAtmosphere.h.

◆ StdDaySLpressure

constexpr double StdDaySLpressure = 2116.228
staticconstexpr

Definition at line 216 of file FGAtmosphere.h.

◆ StdDaySLsoundspeed

const double StdDaySLsoundspeed

Definition at line 217 of file FGAtmosphere.h.

◆ StdDaySLtemperature

constexpr double StdDaySLtemperature = 518.67
staticconstexpr

Definition at line 215 of file FGAtmosphere.h.

◆ SutherlandConstant

constexpr double SutherlandConstant = 198.72
staticconstexprprotected

Definition at line 234 of file FGAtmosphere.h.

◆ Temperature

double Temperature = 1.8
protected

Definition at line 227 of file FGAtmosphere.h.

◆ Viscosity

double Viscosity = 0.0
protected

Definition at line 236 of file FGAtmosphere.h.


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