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

The complete set of standard thermodynamic properties of a chemical species. More...

#include <SpeciesThermoProps.hpp>

Public Member Functions

 SpeciesThermoProps (const real &T, const real &P, const StandardThermoProps &sprops)
 Construct a SpeciesThermoProps object. More...
 

Public Attributes

real T
 The temperature used to compute the standard thermodynamic properties (in K).
 
real P
 The pressure used to compute the standard thermodynamic properties (in Pa).
 
real G0
 The standard molar Gibbs energy \(G^{\circ}\) of the species (in J/mol).
 
real H0
 The standard molar enthalpy \(H^{\circ}\) of the species (in J/mol).
 
real V0
 The standard molar volume \(V^{\circ}\) of the species (in m3/mol).
 
real VT0
 The temperature derivative of the standard molar volume \(\partial V^{\circ}/\partial T\) of the species (in m³/(mol·K)).
 
real VP0
 The pressure derivative of the standard molar volume \(\partial V^{\circ}/\partial P\) of the species (in m³/(mol·Pa)).
 
real Cp0
 The standard molar isobaric heat capacity \(C_{P}^{\circ}\) of the species (in J/(mol·K)).
 
real Cv0
 The standard molar isochoric heat capacity \(C_{V}^{\circ}\) of the species (in J/(mol·K)).
 
real U0
 The standard molar internal energy \(U^{\circ}\) of the species (in J/mol).
 
real S0
 The standard molar entropy \(S^{\circ}\) of the species (in J/(mol·K)).
 
real A0
 The standard molar Helmholtz energy \(A^{\circ}\) of the species (in J/mol).
 

Detailed Description

The complete set of standard thermodynamic properties of a chemical species.

Constructor & Destructor Documentation

◆ SpeciesThermoProps()

SpeciesThermoProps ( const real T,
const real P,
const StandardThermoProps sprops 
)

Construct a SpeciesThermoProps object.

Parameters
TThe temperature corresponding to the standard thermodynamic properties (in K).
PThe pressure corresponding to the standard thermodynamic properties (in Pa).
spropsThe primary standard thermodynamic properties of a chemical species.

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