Class AirProperties
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AirProperties
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Materials
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class AirProperties : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>