A component where all quantities are fixed at 1.0. More...
#include <Unit.hpp>
Static Public Member Functions | |
static const char * | name () |
static Scalar | molarMass () |
static Scalar | criticalTemperature () |
static Scalar | criticalPressure () |
static Scalar | tripleTemperature () |
static Scalar | triplePressure () |
template<class Evaluation > | |
static Evaluation | vaporPressure (const Evaluation &) |
static bool | liquidIsCompressible () |
static bool | gasIsCompressible () |
static bool | gasIsIdeal () |
template<class Evaluation > | |
static Evaluation | liquidDensity (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | liquidViscosity (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | gasDensity (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | gasViscosity (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | gasEnthalpy (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | liquidEnthalpy (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | gasInternalEnergy (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | liquidInternalEnergy (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | gasThermalConductivity (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | liquidThermalConductivity (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | gasHeatCapacity (const Evaluation &, const Evaluation &) |
template<class Evaluation > | |
static Evaluation | liquidHeatCapacity (const Evaluation &, const Evaluation &) |
A component where all quantities are fixed at 1.0.
This component is meant as a debugging tool. Do not use it in real-life applications!
Scalar | The type used for scalar values |
static Scalar Opm::Unit< Scalar >::criticalPressure | ( | ) | [inline, static] |
Returns the critical pressure in of the component.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Scalar Opm::Unit< Scalar >::criticalTemperature | ( | ) | [inline, static] |
Returns the critical temperature in of the component.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::gasDensity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
The density in of the component at a given pressure in
and temperature in
.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::gasEnthalpy | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Specific enthalpy of the pure component in gas.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::gasHeatCapacity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Specific isobaric heat capacity of the component [J/kg] as a gas.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::gasInternalEnergy | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Specific internal energy of the pure component in gas.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static bool Opm::Unit< Scalar >::gasIsCompressible | ( | ) | [inline, static] |
Returns true iff the gas phase is assumed to be compressible.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static bool Opm::Unit< Scalar >::gasIsIdeal | ( | ) | [inline, static] |
Returns true iff the gas phase is assumed to be ideal.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::gasThermalConductivity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Thermal conductivity of the component [W/(m^2 K/m)] as a gas.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::gasViscosity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
The dynamic viscosity of the pure component at a given pressure in
and temperature in
.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::liquidDensity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
The density of the liquid component at a given pressure in
and temperature in
.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::liquidEnthalpy | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Specific enthalpy of the pure component in liquid.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::liquidHeatCapacity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Specific isobaric heat capacity of the component [J/kg] as a liquid.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::liquidInternalEnergy | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Specific internal energy of pure the pure component in liquid.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static bool Opm::Unit< Scalar >::liquidIsCompressible | ( | ) | [inline, static] |
Returns true iff the liquid phase is assumed to be compressible.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::liquidThermalConductivity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Thermal conductivity of the component [W/(m^2 K/m)] as a liquid.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::liquidViscosity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
The dynamic liquid viscosity of the pure component.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Scalar Opm::Unit< Scalar >::molarMass | ( | ) | [inline, static] |
The molar mass in of the component.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static const char* Opm::Unit< Scalar >::name | ( | ) | [inline, static] |
A human readable name for the component.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Scalar Opm::Unit< Scalar >::triplePressure | ( | ) | [inline, static] |
Returns the pressure in at the component's triple point.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Scalar Opm::Unit< Scalar >::tripleTemperature | ( | ) | [inline, static] |
Returns the temperature in at the component's triple point.
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.
static Evaluation Opm::Unit< Scalar >::vaporPressure | ( | const Evaluation & | ) | [inline, static] |
The vapor pressure in of the component at a given temperature in
.
temperature | temperature of the component in ![]() |
Reimplemented from Opm::Component< Scalar, Unit< Scalar > >.