template<class
Scalar>
class Dumux::Components::HeavyOil< Scalar >
- Template Parameters
-
| Scalar | The type used for scalar values |
|
| static std::string | name () |
| | A human readable name for heavyoil.
|
| |
| static constexpr Scalar | molarMass () |
| | The molar mass in \(\mathrm{[kg/mol]}\) of heavyoil.
|
| |
| static constexpr Scalar | refComponentMolecularWeight () |
| | The MolecularWeight in \(\mathrm{[kg/mol]}\) of refComponent.
|
| |
| static constexpr Scalar | molecularWeight () |
| | The molar mass in \(\mathrm{[kg/mol]}\) of heavyoil.
|
| |
| static constexpr Scalar | specificGravity () |
| | The Specific Gravity \(\mathrm{[ ]}\) of heavyoil.
|
| |
| static Scalar | tripleTemperature () |
| | Returns the temperature \(\mathrm{[K]}\) at heavyoil's triple point.
|
| |
| static Scalar | triplePressure () |
| | Returns the pressure \(\mathrm{[Pa]}\) at heavyoil's triple point.
|
| |
| static Scalar | refComponentSpecificGravity () |
| |
| static Scalar | perbutationFactorBoilingTemperature () |
| |
| static Scalar | perbutationFactorCriticalTemperature () |
| |
| static Scalar | perbutationFactorCriticalPressure () |
| |
| static Scalar | refComponentBoilingTemperature () |
| |
| static Scalar | refComponentCriticalTemperature () |
| |
| static Scalar | refComponentCriticalPressure () |
| |
| static Scalar | boilingTemperature () |
| | Returns the temperature \(\mathrm{[K]}\) at heavyoil's boiling point (1 atm)
|
| |
| static Scalar | criticalTemperature () |
| | Returns the critical temperature \(\mathrm{[K]}\) of heavyoil.
|
| |
| static Scalar | criticalPressure () |
| | Returns the critical pressure \(\mathrm{[Pa]}\) of heavyoil.
|
| |
| static Scalar | vaporPressure (Scalar temperature) |
| | The saturation vapor pressure in \(\mathrm{[Pa]}\) of.
|
| |
| static Scalar | vaporTemperature (Scalar pressure) |
| |
| static Scalar | liquidEnthalpy (const Scalar temperature, const Scalar pressure) |
| | Specific enthalpy of liquid heavyoil \(\mathrm{[J/kg]}\).
|
| |
| static Scalar | heatVap (Scalar temperature, const Scalar pressure) |
| | Latent heat of vaporization for heavyoil \(\mathrm{[J/kg]}\).
|
| |
| static Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| | Specific enthalpy of heavyoil vapor \(\mathrm{[J/kg]}\).
|
| |
| static Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| | The (ideal) gas density of heavyoil vapor at a given temperature and pressure \(\mathrm{[kg/m^3]}\).
|
| |
| static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| | The molar density of pure heavyoil in \(\mathrm{[mol/m^3]}\), depending on pressure and temperature.
|
| |
| static Scalar | liquidDensity (Scalar temperature, Scalar pressure) |
| | The density of pure heavyoil at a given pressure and temperature \(\mathrm{[kg/m^3]}\).
|
| |
| static Scalar | liquidMolarDensity (Scalar temperature, Scalar pressure) |
| | The molar density of pure heavyoil in \(\mathrm{[mol/m^3]}\) at a given pressure and temperature.
|
| |
| static constexpr bool | gasIsCompressible () |
| | Returns true if the gas phase is assumed to be compressible.
|
| |
| static constexpr bool | gasIsIdeal () |
| | Returns true if the gas phase is assumed to be ideal.
|
| |
| static constexpr bool | liquidIsCompressible () |
| | Returns true if the liquid phase is assumed to be compressible.
|
| |
| static Scalar | gasViscosity (Scalar temperature, Scalar pressure) |
| | The dynamic viscosity \(\mathrm{[Pa*s]}\) of heavyoil vapor.
|
| |
| static Scalar | liquidViscosity (Scalar temperature, Scalar pressure) |
| | The dynamic viscosity \(\mathrm{[Pa*s]}\) of pure heavyoil.
|
| |
| static Scalar | liquidHeatCapacity (const Scalar temperature, const Scalar pressure) |
| | Specific heat cap of liquid heavyoil \(\mathrm{[J/kg]}\).
|
| |
| static Scalar | liquidThermalConductivity (Scalar temperature, Scalar pressure) |
| | Thermal conductivity \(\mathrm{[[W/(m*K)]}\) of heavy oil.
|
| |
| 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.
|
| |
| static constexpr bool | liquidViscosityIsConstant () |
| | Returns true if the liquid phase viscostiy is constant.
|
| |
| static const Scalar | liquidInternalEnergy (Scalar temperature, Scalar pressure) |
| | Specific internal energy \(\mathrm{[J/kg]}\) of pure the pure component in liquid.
|
| |
| static constexpr bool | gasViscosityIsConstant () |
| | Returns true if the gas phase viscostiy is constant.
|
| |
| static const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) |
| | Specific internal energy \(\mathrm{[J/kg]}\) of the pure component in gas.
|
| |
| static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| | Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a gas.
|
| |
| static Scalar | gasHeatCapacity (Scalar temperature, Scalar pressure) |
| | Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*K)]}\) as a gas.
|
| |