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: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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:
Double
See Also