Go to the source code of this file.
|
| Antioch |
| The parameters are reduced parameters.
|
|
|
template<class NumericType , typename CurveType > |
void | Antioch::read_nasa_mixture_data (NASAThermoMixture< NumericType, CurveType > &thermo, const std::string &filename=DefaultSourceFilename::thermo_data(), ParsingType=ASCII, bool verbose=true) |
|
template<class NumericType > |
void | Antioch::read_nasa_mixture_data_ascii (NASAThermoMixture< NumericType, NASA7CurveFit< NumericType > > &thermo, const std::string &filename) |
|
| Antioch::ANTIOCH_NASA_MIXTURE_PARSING_INSTANTIATE (NASA7CurveFit) |
|
| Antioch::ANTIOCH_NASA_MIXTURE_PARSING_INSTANTIATE (NASA9CurveFit) |
|
| Antioch::ANTIOCH_NASA_MIXTURE_PARSING_INSTANTIATE (CEACurveFit) |
|
template void | Antioch::read_nasa_mixture_data_ascii< float > (NASAThermoMixture< float, NASA7CurveFit< float > > &, const std::string &) |
|
template void | Antioch::read_nasa_mixture_data_ascii< double > (NASAThermoMixture< double, NASA7CurveFit< double > > &, const std::string &) |
|
template void | Antioch::read_nasa_mixture_data_ascii< long double > (NASAThermoMixture< long double, NASA7CurveFit< long double > > &, const std::string &) |
|