|
static std::string | name () |
| A human readable name for the . More...
|
|
static constexpr Scalar | molarMass () |
| The molar mass in of molecular oxygen. More...
|
|
static constexpr Scalar | criticalTemperature () |
| Returns the critical temperature in of molecular oxygen. More...
|
|
static constexpr Scalar | criticalPressure () |
| Returns the critical pressure in of molecular oxygen. More...
|
|
static constexpr Scalar | tripleTemperature () |
| Returns the temperature in at molecular oxygen's triple point. More...
|
|
static constexpr Scalar | triplePressure () |
| Returns the pressure in at molecular oxygen's triple point. More...
|
|
static Scalar | vaporPressure (Scalar T) |
| The vapor pressure in of pure molecular oxygen at a given temperature. More...
|
|
static constexpr bool | gasIsCompressible () |
| Returns true if the gas phase is assumed to be compressible. More...
|
|
static constexpr Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| The density in of pure at a given pressure and temperature. More...
|
|
static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| The molar density of pure in , depending on pressure and temperature. More...
|
|
static constexpr bool | gasIsIdeal () |
| Returns true if the gas phase is assumed to be ideal. More...
|
|
static constexpr Scalar | gasPressure (Scalar temperature, Scalar density) |
| The pressure of gaseous in at a given density and temperature. More...
|
|
static Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| Specific enthalpy of pure oxygen gas. More...
|
|
static Scalar | gasHeatCapacity (Scalar T, Scalar pressure) |
| Specific isobaric heat capacity of pure oxygen gas. More...
|
|
static Scalar | gasViscosity (Scalar temperature, Scalar pressure) |
| The dynamic viscosity of at a given pressure and temperature. More...
|
|
static constexpr Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity of nitrogen. 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 const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific internal energy of the pure component in gas. More...
|
|