Go to the source code of this file.
|
| Antioch |
| The parameters are reduced parameters.
|
|
|
template<class NumericType > |
void | Antioch::read_cea_mixture_data (CEAThermoMixture< NumericType > &thermo, const std::string &filename, ParsingType type, bool verbose=true) |
|
template void | Antioch::read_cea_mixture_data< float > (CEAThermoMixture< float > &, const std::string &, ParsingType, bool) |
|
template void | Antioch::read_cea_mixture_data< double > (CEAThermoMixture< double > &, const std::string &, ParsingType, bool) |
|
template void | Antioch::read_cea_mixture_data< long double > (CEAThermoMixture< long double > &, const std::string &, ParsingType, bool) |
|