|
My Project
|
A component that only throws exceptions. More...
#include <NullComponent.hpp>
Additional Inherited Members | |
Public Types inherited from Opm::Component< Scalar, NullComponent< Scalar > > | |
| typedef Scalar | Scalar |
Static Public Member Functions inherited from Opm::Component< Scalar, NullComponent< Scalar > > | |
| static void | init (Scalar, Scalar, unsigned, Scalar, Scalar, unsigned) |
| A default routine for initialization, not needed for components and must not be called. More... | |
| static bool | gasIsCompressible () |
| Returns true iff the gas phase is assumed to be compressible. | |
| static bool | gasIsIdeal () |
| Returns true iff the gas phase is assumed to be ideal. | |
| static bool | liquidIsCompressible () |
| Returns true iff the liquid phase is assumed to be compressible. | |
| static const char * | name () |
| A human readable name for the component. | |
| static Scalar | molarMass () |
| The molar mass in | |
| static Scalar | criticalTemperature () |
| Returns the critical temperature in | |
| static Scalar | criticalPressure () |
| Returns the critical pressure in | |
| static Scalar | tripleTemperature () |
| Returns the temperature in | |
| static Scalar | triplePressure () |
| Returns the pressure in | |
| static Evaluation | vaporPressure (const Evaluation &) |
| The vapor pressure in | |
| static Evaluation | gasDensity (const Evaluation &, const Evaluation &) |
| The density in | |
| static Evaluation | liquidDensity (const Evaluation &, const Evaluation &) |
| The density | |
| static Evaluation | gasEnthalpy (const Evaluation &, const Evaluation &) |
| Specific enthalpy | |
| static Evaluation | liquidEnthalpy (const Evaluation &, const Evaluation &) |
| Specific enthalpy | |
| static Evaluation | gasInternalEnergy (const Evaluation &, const Evaluation &) |
| Specific internal energy | |
| static Evaluation | liquidInternalEnergy (const Evaluation &, const Evaluation &) |
| Specific internal energy | |
| static Evaluation | gasViscosity (const Evaluation &, const Evaluation &) |
| The dynamic viscosity | |
| static Evaluation | liquidViscosity (const Evaluation &, const Evaluation &) |
| The dynamic liquid viscosity | |
| static Evaluation | gasThermalConductivity (const Evaluation &, const Evaluation &) |
| Thermal conductivity of the component [W/(m^2 K/m)] as a gas. | |
| static Evaluation | liquidThermalConductivity (const Evaluation &, const Evaluation &) |
| Thermal conductivity of the component [W/(m^2 K/m)] as a liquid. | |
| static Evaluation | gasHeatCapacity (const Evaluation &, const Evaluation &) |
| Specific isobaric heat capacity of the component [J/kg] as a gas. | |
| static Evaluation | liquidHeatCapacity (const Evaluation &, const Evaluation &) |
| Specific isobaric heat capacity of the component [J/kg] as a liquid. | |
Static Public Attributes inherited from Opm::Component< Scalar, NullComponent< Scalar > > | |
| static const bool | isTabulated |
A component that only throws exceptions.
Its main purpose is to make things compile and give runtime errors if it is actually used.