|
static std::string | name () |
| A human readable name for heavyoil. More...
|
|
static constexpr Scalar | molarMass () |
| The molar mass in of heavyoil. More...
|
|
static constexpr Scalar | refComponentMolecularWeight () |
| The MolecularWeight in of refComponent. More...
|
|
static constexpr Scalar | molecularWeight () |
| The molar mass in of heavyoil. More...
|
|
static constexpr Scalar | specificGravity () |
| The Specific Gravity of heavyoil. More...
|
|
static Scalar | tripleTemperature () |
| Returns the temperature at heavyoil's triple point. More...
|
|
static Scalar | triplePressure () |
| Returns the pressure at heavyoil's triple point. More...
|
|
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 at heavyoil's boiling point (1 atm) More...
|
|
static Scalar | criticalTemperature () |
| Returns the critical temperature of heavyoil. More...
|
|
static Scalar | criticalPressure () |
| Returns the critical pressure of heavyoil. More...
|
|
static Scalar | vaporPressure (Scalar temperature) |
| The saturation vapor pressure in of. More...
|
|
static Scalar | vaporTemperature (Scalar pressure) |
|
static Scalar | liquidEnthalpy (const Scalar temperature, const Scalar pressure) |
| Specific enthalpy of liquid heavyoil . More...
|
|
static Scalar | heatVap (Scalar temperature, const Scalar pressure) |
| Latent heat of vaporization for heavyoil . More...
|
|
static Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| Specific enthalpy of heavyoil vapor . More...
|
|
static Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| The (ideal) gas density of heavyoil vapor at a given temperature and pressure . More...
|
|
static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| The molar density of pure heavyoil in , depending on pressure and temperature. More...
|
|
static Scalar | liquidDensity (Scalar temperature, Scalar pressure) |
| The density of pure heavyoil at a given pressure and temperature . More...
|
|
static Scalar | liquidMolarDensity (Scalar temperature, Scalar pressure) |
| The molar density of pure heavyoil in at a given pressure and temperature. More...
|
|
static constexpr bool | gasIsCompressible () |
| Returns true if the gas phase is assumed to be compressible. More...
|
|
static constexpr bool | gasIsIdeal () |
| Returns true if the gas phase is assumed to be ideal. More...
|
|
static constexpr bool | liquidIsCompressible () |
| Returns true if the liquid phase is assumed to be compressible. More...
|
|
static Scalar | gasViscosity (Scalar temperature, Scalar pressure) |
| The dynamic viscosity of heavyoil vapor. More...
|
|
static Scalar | liquidViscosity (Scalar temperature, Scalar pressure) |
| The dynamic viscosity of pure heavyoil. More...
|
|
static Scalar | liquidHeatCapacity (const Scalar temperature, const Scalar pressure) |
| Specific heat cap of liquid heavyoil . More...
|
|
static Scalar | liquidThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity of heavy oil. 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 | liquidViscosityIsConstant () |
| Returns true if the liquid phase viscostiy is constant. More...
|
|
static const Scalar | liquidInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific internal energy of pure the pure component in liquid. 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...
|
|
static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity of the component as a gas. More...
|
|
static Scalar | gasHeatCapacity (Scalar temperature, Scalar pressure) |
| Specific isobaric heat capacity of the component as a gas. More...
|
|