| Name | Description | 
|---|
  ThermodynamicState | Thermodynamic state of ideal gas | 
  BaseProperties | Base properties of ideal gas | 
  setState_pTX | Return thermodynamic state from p, T, and X or Xi | 
  setState_phX | Return thermodynamic state from p, h, and X or Xi | 
  setState_psX | Return thermodynamic state from p, s, and X or Xi | 
  setState_dTX | Return thermodynamic state from d, T, and X or Xi | 
  setSmoothState | Return thermodynamic state so that it smoothly approximates: if x > 0 then state_a else state_b | 
  pressure | Return pressure of ideal gas | 
  temperature | Return temperature of ideal gas | 
  density | Return density of ideal gas | 
  specificEnthalpy | Return specific enthalpy | 
  specificInternalEnergy | Return specific internal energy | 
  specificEntropy | Return specific entropy | 
  specificGibbsEnergy | Return specific Gibbs energy | 
  specificHelmholtzEnergy | Return specific Helmholtz energy | 
  dynamicViscosity | Return dynamic viscosity | 
  thermalConductivity | Return thermal conductivity | 
  specificHeatCapacityCp | Return specific heat capacity at constant pressure | 
  specificHeatCapacityCv | Return specific heat capacity at constant volume | 
  isentropicExponent | Return isentropic exponent | 
  velocityOfSound | Return velocity of sound | 
  specificEnthalpy_pTX | Return specific enthalpy from p, T, and X or Xi | 
  temperature_phX | Return temperature from p, h, and X or Xi | 
  density_phX | Return density from p, h, and X or Xi | 
  isentropicEnthalpy | Return isentropic enthalpy | 
  isobaricExpansionCoefficient | Returns overall the isobaric expansion coefficient beta | 
  isothermalCompressibility | Returns overall the isothermal compressibility factor | 
  density_derp_T | Returns the partial derivative of density with respect to pressure at constant temperature | 
  density_derT_p | Returns the partial derivative of density with respect to temperature at constant pressure | 
  density_derX | Returns the partial derivative of density with respect to mass fractions at constant pressure and temperature | 
  molarMass | Returns the molar mass of the medium |