USStandardAtmosphere1976IdealGasConstant Property |
Gets or sets the ideal gas constant (R*) used by the model, in J/(kmol*K).
By default, this value is 8314.32.
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 IdealGasConstant { get; set; }
Public Property IdealGasConstant As Double
Get
Set
public:
property double IdealGasConstant {
double get ();
void set (double value);
}
member IdealGasConstant : float with get, set
Property Value
Type:
DoubleSee Also