antioch-0.4.0
|
#include <cea_mixture_ascii_parsing.h>
Public Member Functions | |
CEAThermoMixture (const ChemicalMixture< CoeffType > &chem_mixture) | |
~CEAThermoMixture () | |
void | add_curve_fit (const std::string &species_name, const std::vector< CoeffType > &coeffs) |
void | add_curve_fit (const std::string &species_name, const std::vector< CoeffType > &coeffs, const std::vector< CoeffType > &temps) |
const CEACurveFit< CoeffType > & | curve_fit (unsigned int s) const |
CoeffType | cp_at_200p1 (unsigned int s) const |
bool | check () const |
Checks that curve fits have been specified for all species in the mixture. More... | |
const ChemicalMixture < CoeffType > & | chemical_mixture () const |
Protected Attributes | |
const ChemicalMixture < CoeffType > & | _chem_mixture |
std::vector< CEACurveFit < CoeffType > * > | _species_curve_fits |
std::vector< CoeffType > | _cp_at_200p1 |
Definition at line 48 of file cea_mixture_ascii_parsing.h.
|
inline |
|
inline |
Definition at line 51 of file cea_mixture.h.
|
inherited |
|
inherited |
|
inherited |
Checks that curve fits have been specified for all species in the mixture.
Referenced by Antioch::read_cea_mixture_data().
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
Definition at line 79 of file nasa_mixture.h.
|
protectedinherited |
Definition at line 83 of file nasa_mixture.h.
|
protectedinherited |
Definition at line 81 of file nasa_mixture.h.