Reaktoro
A unified framework for modeling chemically reactive systems
WaterThermoState.hpp
1 // Reaktoro is a unified framework for modeling chemically reactive systems.
2 //
3 // Copyright (C) 2014-2018 Allan Leal
4 //
5 // This library is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU Lesser General Public
7 // License as published by the Free Software Foundation; either
8 // version 2.1 of the License, or (at your option) any later version.
9 //
10 // This library is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 // Lesser General Public License for more details.
14 //
15 // You should have received a copy of the GNU Lesser General Public License
16 // along with this library. If not, see <http://www.gnu.org/licenses/>.
17 
18 #pragma once
19 
20 // Reaktoro includes
21 #include <Reaktoro/Common/ThermoScalar.hpp>
22 
23 namespace Reaktoro {
24 
26 {
29 
32 
35 
38 
41 
44 
47 
50 
53 
56 
59 
62 
65 
68 
71 
74 
77 
80 
83 
86 
89 };
90 
91 } // namespace Reaktoro
ThermoScalar cv
The specific isochoric heat capacity of water (in units of J/(kg*K))
Definition: WaterThermoState.hpp:49
ThermoScalar densityTT
The second-order partial derivative of density with respect to temperature (in units of (kg/m3)/(K*K)...
Definition: WaterThermoState.hpp:64
ThermoScalar density
The specific density of water (in units of kg/m3)
Definition: WaterThermoState.hpp:55
ThermoScalar densityP
The first-order partial derivative of density with respect to pressure (in units of (kg/m3)/Pa)
Definition: WaterThermoState.hpp:61
ThermoScalar densityTP
The second-order partial derivative of density with respect to temperature and pressure (in units of ...
Definition: WaterThermoState.hpp:67
ThermoScalar pressureDD
The second-order partial derivative of pressure with respect to density (in units of Pa/((kg/m3)*(kg/...
Definition: WaterThermoState.hpp:88
ThermoScalar temperature
The temperature of water (in units of K)
Definition: WaterThermoState.hpp:28
ThermoScalar internal_energy
The specific internal energy of water (in units of J/kg)
Definition: WaterThermoState.hpp:40
ThermoScalar pressureTT
The second-order partial derivative of pressure with respect to temperature (in units of Pa/(K*K))
Definition: WaterThermoState.hpp:82
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
Definition: WaterThermoState.hpp:26
ThermoScalar enthalpy
The specific enthalpy of water (in units of J/kg)
Definition: WaterThermoState.hpp:43
ThermoScalar pressure
The pressure of water (in units of Pa)
Definition: WaterThermoState.hpp:73
ThermoScalar volume
The specific volume of water (in units of m3/kg)
Definition: WaterThermoState.hpp:31
ThermoScalar cp
The specific isobaric heat capacity of water (in units of J/(kg*K))
Definition: WaterThermoState.hpp:52
ThermoScalar gibbs
The specific Gibbs free energy of water (in units of J/kg)
Definition: WaterThermoState.hpp:46
ThermoScalar entropy
The specific entropy of water (in units of J/(kg*K))
Definition: WaterThermoState.hpp:34
ThermoScalar pressureT
The first-order partial derivative of pressure with respect to temperature (in units of Pa/K)
Definition: WaterThermoState.hpp:76
ThermoScalar helmholtz
The specific Helmholtz free energy of water (in units of J/kg)
Definition: WaterThermoState.hpp:37
ThermoScalar densityPP
The second-order partial derivative of density with respect to pressure (in units of (kg/m3)/(Pa*Pa))
Definition: WaterThermoState.hpp:70
ThermoScalar pressureTD
The second-order partial derivative of pressure with respect to temperature and density (in units of ...
Definition: WaterThermoState.hpp:85
ThermoScalar pressureD
The first-order partial derivative of pressure with respect to density (in units of Pa/(kg/m3))
Definition: WaterThermoState.hpp:79
ThermoScalar densityT
The first-order partial derivative of density with respect to temperature (in units of (kg/m3)/K)
Definition: WaterThermoState.hpp:58