Class AirProperties
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Materials
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class AirProperties : APIBase, IEquatable<APIBase>
Properties
AdiabaticIndex
Otherwise known as the heat capacity ratio, ratio of specific heats or Poisson constant. It is the ratio of the heat capacity at constant pressure to the heat capacity at constant volume.
Declaration
public double AdiabaticIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Pressure
Measurement: Stress
Declaration
public double Pressure { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpecificGasConstant
Measurement: SpecificHeat
Declaration
public double SpecificGasConstant { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>