USStandardAtmosphere1976SpecificHeatRatio Property |
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.
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 SpecificHeatRatio { get; set; }
Public Property SpecificHeatRatio As Double
Get
Set
public:
property double SpecificHeatRatio {
double get ();
void set (double value);
}
member SpecificHeatRatio : float with get, set
Property Value
Type:
DoubleSee Also