Reaktoro  v2.11.0
A unified framework for modeling chemically reactive systems
WaterThermoProps Struct Reference

Used to store thermodynamic properties of water. More...

#include <WaterThermoProps.hpp>

Public Member Functions

auto operator+= (WaterThermoProps const &x) -> WaterThermoProps &
 Add another WaterThermoProps object to this.
 
auto operator-= (WaterThermoProps const &x) -> WaterThermoProps &
 Subtract another WaterThermoProps object to this.
 
auto operator*= (double const &x) -> WaterThermoProps &
 Multiply this WaterThermoProps object by a scalar.
 
auto operator*= (real const &x) -> WaterThermoProps &
 Multiply this WaterThermoProps object by a scalar.
 
auto operator/= (double const &x) -> WaterThermoProps &
 Divide this WaterThermoProps object by a scalar.
 
auto operator/= (real const &x) -> WaterThermoProps &
 Divide this WaterThermoProps object by a scalar.
 

Public Attributes

real T
 The temperature of water (in K).
 
real V
 The specific volume of water (in m3/kg).
 
real S
 The specific entropy of water (in J/(kg*K)).
 
real A
 The specific Helmholtz free energy of water (in J/kg).
 
real U
 The specific internal energy of water (in J/kg).
 
real H
 The specific enthalpy of water (in J/kg).
 
real G
 The specific Gibbs free energy of water (in J/kg).
 
real Cv
 The specific isochoric heat capacity of water (in J/(kg*K)).
 
real Cp
 The specific isobaric heat capacity of water (in J/(kg*K)).
 
real D
 The specific density of water (in kg/m3).
 
real DT
 The first-order partial derivative of density with respect to temperature (in (kg/m3)/K).
 
real DP
 The first-order partial derivative of density with respect to pressure (in (kg/m3)/Pa).
 
real DTT
 The second-order partial derivative of density with respect to temperature (in (kg/m3)/(K*K)).
 
real DTP
 The second-order partial derivative of density with respect to temperature and pressure (in (kg/m3)/(K*Pa)).
 
real DPP
 The second-order partial derivative of density with respect to pressure (in (kg/m3)/(Pa*Pa)).
 
real P
 The pressure of water (in Pa).
 
real PT
 The first-order partial derivative of pressure with respect to temperature (in Pa/K).
 
real PD
 The first-order partial derivative of pressure with respect to density (in Pa/(kg/m3)).
 
real PTT
 The second-order partial derivative of pressure with respect to temperature (in Pa/(K*K)).
 
real PTD
 The second-order partial derivative of pressure with respect to temperature and density (in Pa/(K*kg/m3)).
 
real PDD
 The second-order partial derivative of pressure with respect to density (in Pa/((kg/m3)*(kg/m3))).
 

Detailed Description

Used to store thermodynamic properties of water.


The documentation for this struct was generated from the following file: