Cantera
Install
User Guide
Examples
Reference
Develop
Community
4.0.0a2
Toggle main menu visibility
Loading...
Searching...
No Matches
thermo_utils.h
1
// This file is part of Cantera. See License.txt in the top-level directory or
2
// at https://cantera.org/license.txt for license and copyright information.
3
4
#ifndef CT_PY_THERMO_UTILS_H
5
#define CT_PY_THERMO_UTILS_H
6
7
#include "
cantera/thermo/ThermoPhase.h
"
8
#include "wrappers.h"
9
10
#define THERMO_1D(FUNC_NAME) ARRAY_FUNC(thermo, ThermoPhase, FUNC_NAME)
11
12
THERMO_1D(getMassFractions)
13
THERMO_1D(setMassFractions)
14
THERMO_1D(getMoleFractions)
15
THERMO_1D(setMoleFractions)
16
THERMO_1D(getConcentrations)
17
THERMO_1D(setConcentrations)
18
19
THERMO_1D(getMolecularWeights)
20
THERMO_1D(getCharges)
21
THERMO_1D(getChemPotentials)
22
THERMO_1D(getElectrochemPotentials)
23
THERMO_1D(getPartialMolarEnthalpies)
24
THERMO_1D(getPartialMolarEntropies)
25
THERMO_1D(getPartialMolarIntEnergies)
26
THERMO_1D(getPartialMolarIntEnergies_TV)
27
THERMO_1D(getPartialMolarCp)
28
THERMO_1D(getPartialMolarCv_TV)
29
THERMO_1D(getPartialMolarVolumes)
30
THERMO_1D(getEnthalpy_RT)
31
THERMO_1D(getEntropy_R)
32
THERMO_1D(getIntEnergy_RT)
33
THERMO_1D(getGibbs_RT)
34
THERMO_1D(getCp_R)
35
THERMO_1D(getActivities)
36
THERMO_1D(getActivityCoefficients)
37
38
#endif
ThermoPhase.h
Header file for class ThermoPhase, the base class for phases with thermodynamic properties,...
include
cantera
cython
thermo_utils.h
Generated by
1.17.0