|
static constexpr bool | gasIsCompressible () |
| Returns true if the gas phase is assumed to be compressible. More...
|
|
static constexpr bool | gasViscosityIsConstant () |
| Returns true if the gas phase viscosity is constant. 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 constexpr bool | liquidViscosityIsConstant () |
| Returns true if the liquid phase viscosity is constant. More...
|
|
static const std::string & | name () |
| A human readable name for the component. More...
|
|
static Scalar | molarMass () |
| The mass in of one mole of the component. More...
|
|
static Scalar | tripleTemperature () |
| Returns the temperature at the components's triple point. More...
|
|
static Scalar | triplePressure () |
| Returns the pressure at the component's triple point. More...
|
|
static Scalar | vaporizationEnthalpy () |
| The vaporization enthalpy in needed to vaporize one kilogram of the liquid component to the gaseous state. More...
|
|
static Scalar | liquidDensity (Scalar temperature, Scalar pressure) |
| Sets the liquid density in . More...
|
|
static Scalar | liquidMolarDensity (Scalar temperature, Scalar pressure) |
| The molar density in at a given pressure and temperature. More...
|
|
static Scalar | liquidViscosity (Scalar temperature, Scalar pressure) |
| Sets the liquid dynamic viscosity in . More...
|
|
static Scalar | liquidThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity of the component as a liquid. More...
|
|
static Scalar | liquidInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific internal energy of the component as a liquid. More...
|
|
static Scalar | liquidEnthalpy (Scalar temperature, Scalar pressure) |
| Specific enthalpy of the component as a liquid. More...
|
|
static Scalar | liquidHeatCapacity (Scalar temperature, Scalar pressure) |
| Specific isobaric heat capacity of the component as a liquid. More...
|
|
static Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| Sets the gas density in . More...
|
|
static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| The molar density in at a given pressure and temperature. More...
|
|
static Scalar | gasViscosity (Scalar temperature, Scalar pressure) |
| Sets the gas dynamic viscosity in . More...
|
|
static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity of the component as a gas. More...
|
|
static Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific internal energy of the component as a gas. More...
|
|
static Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| Specific enthalpy 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...
|
|
static Scalar | vaporPressure (Scalar T) |
| The vapor pressure in of a the component at a given temperature. More...
|
|
static Scalar | solidDensity (Scalar temperature) |
| The density in of the component at a given pressure in and temperature in . More...
|
|
static Scalar | solidThermalConductivity (Scalar temperature) |
| Thermal conductivity of the component as a solid. More...
|
|
static Scalar | solidHeatCapacity (Scalar temperature) |
| Specific isobaric heat capacity of the component as a solid. 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 Scalar | criticalTemperature () |
| Returns the critical temperature in of the component. More...
|
|
static constexpr Scalar | criticalPressure () |
| Returns the critical pressure in of the component. More...
|
|
static constexpr bool | solidIsCompressible () |
| Returns true if the solid phase is assumed to be compressible. More...
|
|