Click or drag to resize

USStandardAtmosphere1976 Class

Provides scalars that calculate values using the U.S. Standard Atmosphere model, 1976 version. This model is defined with respect to mean sea level, so you must configure the MeanSeaLevel property on EarthCentralBody before using this model.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class USStandardAtmosphere1976 : DefinitionalObject

The USStandardAtmosphere1976 type exposes the following members.

Constructors
  NameDescription
Public methodUSStandardAtmosphere1976
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyDensity
Gets a ScalarDependentOnServiceProvider that calculates atmospheric density using the U.S. Standard Atmosphere model, 1976 version, in kg/m^3. The calculation requires the given service provider to provide the ILocationPointService service.
Public propertyDensityRatio
Gets a ScalarDependentOnServiceProvider that calculates the ratio of the local density to the density at sea level using the U.S. Standard Atmosphere model, 1976 version. The calculation requires the given service provider to provide the ILocationPointService service.
Public propertyEarthRadius
Gets or sets the effective radius of the Earth (r0) used by the model, in meters. By default, this value is 6356766.0.
Public propertyEarthSurfaceGravity
Gets or sets the sea-level value of the acceleration of gravity (g0) used by the model, in m/s^2. By default, this value is 9.80665.
Public propertyIdealGasConstant
Gets or sets the ideal gas constant (R*) used by the model, in J/(kmol*K). By default, this value is 8314.32.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyMeanMolecularWeightAtSeaLevel
Gets or sets the mean molecular weight of the atmosphere at sea level (M0) used by the model, in kg/kmol. By default, this value is 28.9644.
Public propertyPressure
Gets a ScalarDependentOnServiceProvider that calculates atmospheric pressure using the U.S. Standard Atmosphere model, 1976 version, in pascals. The calculation requires the given service provider to provide the ILocationPointService service.
Public propertySpecificHeatRatio
Gets or sets the ratio of specific heat of air at constant pressure to the specific heat of air at constant volume used by the model (γ). By default this value is 1.4.
Public propertySpeedOfSound
Gets a ScalarDependentOnServiceProvider that calculates the speed of sound using the U.S. Standard Atmosphere model, 1976 version, in m/s. The calculation requires the given service provider to provide the ILocationPointService service.
Public propertyTemperature
Gets a ScalarDependentOnServiceProvider that calculates temperature using the U.S. Standard Atmosphere model, 1976 version, in kelvin. The calculation requires the given service provider to provide the ILocationPointService service.
Top
Methods
  NameDescription
Public methodCalculate
Calculate results from the U.S. Standard Atmosphere model, 1976 version.
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).)
Public methodEnumerateDependencies
Enumerates the dependencies of this object by calling EnumerateT(T) for each object that this object directly depends upon. Derived classes which contain additional dependencies MUST override this method, call the base implementation, and enumerate dependencies introduced by the derived class.
(Inherited from DefinitionalObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFreeze
Freezes this object. Further attempts to modify it will result in an ObjectFrozenException.
(Inherited from DefinitionalObject.)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.)
Public methodGetEvaluator(IServiceProvider)
Gets an evaluator that can be used to calculate results from this model for a given location.
Public methodGetEvaluator(EvaluatorGroup, IServiceProvider)
Gets an evaluator that can be used to calculate results from this model for a given location.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also