USStandardAtmosphere1976MeanMolecularWeightAtSeaLevel Property |
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.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double MeanMolecularWeightAtSeaLevel { get; set; }
Public Property MeanMolecularWeightAtSeaLevel As Double
Get
Set
public:
property double MeanMolecularWeightAtSeaLevel {
double get ();
void set (double value);
}
member MeanMolecularWeightAtSeaLevel : float with get, set
Property Value
Type:
DoubleSee Also