Pure species representation of methane.
Values and functions are from Reynolds [35].
Definition at line 16 of file Methane.h.
|
double | MolWt () override |
| Molecular weight [kg/kmol]. More...
|
|
double | Tcrit () override |
| Critical temperature [K]. More...
|
|
double | Pcrit () override |
| Critical pressure [Pa]. More...
|
|
double | Vcrit () override |
| Critical specific volume [m^3/kg]. More...
|
|
double | Tmin () override |
| Minimum temperature for which the equation of state is valid. More...
|
|
double | Tmax () override |
| Maximum temperature for which the equation of state is valid. More...
|
|
double | Pp () override |
|
double | up () override |
| Internal energy of a single-phase state. More...
|
|
double | sp () override |
| Entropy of a single-phase state. More...
|
|
double | Psat () override |
| Saturation pressure. Equation S3 from Reynolds TPSI. More...
|
|
void | setStdState (double h0=0.0, double s0=0.0, double t0=298.15, double p0=1.01325e5) |
|
double | hp () |
| Enthalpy of a single-phase state. More...
|
|
double | gp () |
| Gibbs function of a single-phase state. More...
|
|
double | prop (propertyFlag::type ijob) |
|
void | set_TPp (double t0, double p0) |
| set T and P More...
|
|
void | Set (PropertyPair::type XY, double x0, double y0) |
| Function to set or change the state for a property pair XY where x0 is the value of first property and y0 is the value of the second property. More...
|
|
const char * | name () |
| Name of the substance. More...
|
|
const char * | formula () |
| Chemical formula for the substance. More...
|
|
double | P () |
| Pressure [Pa]. More...
|
|
double | Temp () |
| Temperature [K]. More...
|
|
double | v () |
| Specific volume [m^3/kg]. More...
|
|
double | u () |
| Internal energy [J/kg]. More...
|
|
double | h () |
| Enthalpy [J/kg]. More...
|
|
double | s () |
| Entropy [J/kg/K]. More...
|
|
double | f () |
| Helmholtz function [J/kg]. More...
|
|
double | g () |
| Gibbs function [J/kg]. More...
|
|
virtual double | cv () |
| Specific heat at constant volume [J/kg/K]. More...
|
|
virtual double | cp () |
| Specific heat at constant pressure [J/kg/K]. More...
|
|
virtual double | thermalExpansionCoeff () |
|
virtual double | isothermalCompressibility () |
|
double | Ps () |
|
virtual double | dPsdT () |
| The derivative of the saturation pressure with respect to temperature. More...
|
|
double | Tsat (double p) |
| Saturation temperature at pressure p. More...
|
|
double | x () |
| Vapor mass fraction. More...
|
|
int | TwoPhase (bool strict=false) |
| Returns 1 if the current state is a liquid/vapor mixture, 0 otherwise. More...
|
|