My Project
|
Properties of pure molecular n-Decane .
More...
#include <C10.hpp>
Static Public Member Functions | |
static const char * | name () |
A human readable name for NDecane. | |
static Scalar | molarMass () |
The molar mass in ![]() | |
static Scalar | criticalTemperature () |
Returns the critical temperature ![]() | |
static Scalar | criticalPressure () |
Returns the critical pressure ![]() | |
static Scalar | criticalVolume () |
Critical volume of ![]() | |
static Scalar | acentricFactor () |
Acentric factor of ![]() | |
![]() | |
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 | acentricFactor () |
Returns the acentric factor of the component. | |
static Scalar | criticalVolume () |
Returns the critical volume 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. | |
Additional Inherited Members | |
![]() | |
typedef Scalar | Scalar |
![]() | |
static const bool | isTabulated |
Properties of pure molecular n-Decane .
Scalar | The type used for scalar values |