struct PropertiesSolvent
Declaration
struct PropertiesSolvent { /* full declaration omitted */ };
Description
Describes the thermodynamic properties specific to a solvent
Declared at: ThermoFun/ThermoProperties.h:83
Member Variables
- public double speed_of_sound
- speed of sound
- public double dynamic_viscosity
- dynamic viscosity
- public double thermal_conductivity
- thermal conductivity
- public double surface_tension
- surface tension
- public double Tdiff
- not clear (currently not used)
- public double Prndtl
- Prandtl number (currently not used)
- public double Visck
- kinetic viscosity (currently not used)
- public Reaktoro_::ThermoScalar Alpha
- constant pressure expansion (alpha) (in units of 1/K)
- public Reaktoro_::ThermoScalar dAldT
- first order derivative of alpha with T
- public Reaktoro_::ThermoScalar Beta
- constant temperature compressibility (beta) (in units of (1/Pa)
- public Reaktoro_::ThermoScalar Albe
- alpha/beta ratio (in units of K/Pa)
- public Reaktoro_::ThermoScalar density
- The specific density of solvent (in units of kg/m3)
- public Reaktoro_::ThermoScalar densityT
- The first-order partial derivative of density with respect to temperature (in units of (kg/m3)/K)
- public Reaktoro_::ThermoScalar densityP
- The first-order partial derivative of density with respect to pressure (in units of (kg/m3)/Pa)
- public Reaktoro_::ThermoScalar densityTT
- The second-order partial derivative of density with respect to temperature (in units of (kg/m3)/(K*K))
- public Reaktoro_::ThermoScalar densityTP
- The second-order partial derivative of density with respect to temperature and pressure (in units of (kg/m3)/(K*Pa))
- public Reaktoro_::ThermoScalar densityPP
- The second-order partial derivative of density with respect to pressure (in units of (kg/m3)/(Pa*Pa))
- public Reaktoro_::ThermoScalar pressure
- The pressure of solvent (in units of Pa)
- public Reaktoro_::ThermoScalar pressureT
- The first-order partial derivative of pressure with respect to temperature (in units of Pa/K)
- public Reaktoro_::ThermoScalar pressureD
- The first-order partial derivative of pressure with respect to density (in units of Pa/(kg/m3))
- public Reaktoro_::ThermoScalar pressureTT
- The second-order partial derivative of pressure with respect to temperature (in units of Pa/(K*K))
- public Reaktoro_::ThermoScalar pressureTD
- The second-order partial derivative of pressure with respect to temperature and density (in units of Pa/(K*kg/m3))
- public Reaktoro_::ThermoScalar pressureDD
- The second-order partial derivative of pressure with respect to density (in units of Pa/((kg/m3)*(kg/m3)))