|
static std::string | name () |
| A human readable name for methane. More...
|
|
static constexpr Scalar | molarMass () |
| The molar mass in of molecular methane. More...
|
|
static Scalar | criticalTemperature () |
| Returns the critical temperature of molecular methane. More...
|
|
static Scalar | criticalPressure () |
| Returns the critical pressure of molecular methane. More...
|
|
static Scalar | tripleTemperature () |
| Returns the temperature at molecular methane's triple point. More...
|
|
static Scalar | triplePressure () |
| Returns the pressure at molecular methane's triple point. More...
|
|
static Scalar | vaporPressure (Scalar T) |
| The vapor pressure in of pure molecular methane at a given temperature. More...
|
|
static constexpr bool | gasIsCompressible () |
| Returns true if the gas phase is assumed to be compressible. More...
|
|
static Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| The density of gas at a given pressure and temperature. More...
|
|
static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| The molar density of gas in , depending on pressure and temperature. More...
|
|
static constexpr bool | gasIsIdeal () |
| Returns true if the gas phase is assumed to be ideal. More...
|
|
static Scalar | gasPressure (Scalar temperature, Scalar density) |
| The pressure of gaseous in at a given density and temperature. More...
|
|
static const Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| Specific enthalpy of pure methane gas. Shomate Equation is used for a temperature range of 298K to 6000K. More...
|
|
static Scalar | gasHeatCapacity (Scalar T, Scalar pressure) |
| Specific isobaric heat capacity of pure methane gas. Shomate Equation is used for a temperature range of 298K to 6000K. More...
|
|
static const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific enthalpy of pure methane gas. More...
|
|
static Scalar | gasViscosity (Scalar temperature, Scalar pressure) |
| The dynamic viscosity of at a given pressure and temperature. More...
|
|
static void | init (Scalar tempMin, Scalar tempMax, unsigned nTemp, Scalar pressMin, Scalar pressMax, unsigned nPress) |
| A default routine for initialization, not needed for components and must not be called. More...
|
|
static constexpr bool | gasViscosityIsConstant () |
| Returns true if the gas phase viscostiy is constant. More...
|
|
static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity of the component as a gas. More...
|
|