Cantera
3.0.0
|
A struct to store sets of parameters used in coverage-dependent enthalpy and entropy calculations by a interpolative equation or a piecewise-linear equation in CoverageDependentSurfPhase. More...
#include <CoverageDependentSurfPhase.h>
A struct to store sets of parameters used in coverage-dependent enthalpy and entropy calculations by a interpolative equation or a piecewise-linear equation in CoverageDependentSurfPhase.
Definition at line 164 of file CoverageDependentSurfPhase.h.
Public Member Functions | |
InterpolativeDependency (size_t k, size_t j, const AnyMap &dep_map, const AnyBase &node) | |
Public Attributes | |
size_t | k |
index of a target species whose enthalpy and entropy are calculated | |
size_t | j |
index of a species whose coverage affects enthalpy and entropy of a target species | |
map< double, double > | enthalpy_map |
map of <coverage[dimensionless], enthalpy[J/kmol]> pairs | |
map< double, double > | entropy_map |
map of <coverage[dimensionless], entropy[J/kmol/K]> pairs | |
bool | isPiecewise |
boolean indicating whether the dependency is piecewise-linear | |
InterpolativeDependency | ( | size_t | k, |
size_t | j, | ||
const AnyMap & | dep_map, | ||
const AnyBase & | node | ||
) |
k | index of a target species whose enthalpy and entropy are calculated |
j | index of a species whose coverage affects enthalpy and entropy of a target species |
dep_map | map of coverage-dependency parameters |
node | species node of a target species |
Definition at line 58 of file CoverageDependentSurfPhase.cpp.
size_t k |
index of a target species whose enthalpy and entropy are calculated
Definition at line 177 of file CoverageDependentSurfPhase.h.
size_t j |
index of a species whose coverage affects enthalpy and entropy of a target species
Definition at line 180 of file CoverageDependentSurfPhase.h.
map<double, double> enthalpy_map |
map of <coverage[dimensionless], enthalpy[J/kmol]> pairs
Definition at line 182 of file CoverageDependentSurfPhase.h.
map<double, double> entropy_map |
map of <coverage[dimensionless], entropy[J/kmol/K]> pairs
Definition at line 184 of file CoverageDependentSurfPhase.h.
bool isPiecewise |
boolean indicating whether the dependency is piecewise-linear
Definition at line 186 of file CoverageDependentSurfPhase.h.