antioch-0.4.0
|
#include "antioch/transport_species_parsing.h"
#include "antioch/transport_species_ascii_parsing.h"
#include "antioch/ascii_parser.h"
#include "antioch/transport_mixture.h"
Go to the source code of this file.
Namespaces | |
Antioch | |
The parameters are reduced parameters. | |
Functions | |
template<typename NumericType > | |
void | Antioch::read_transport_species_data (ParserBase< NumericType > *parser, TransportMixture< NumericType > &transport) |
template<typename NumericType > | |
void | Antioch::read_transport_species_data_ascii (TransportMixture< NumericType > &transport, const std::string &filename) |
template void | Antioch::read_transport_species_data< float > (ParserBase< float > *, TransportMixture< float > &) |
template void | Antioch::read_transport_species_data< double > (ParserBase< double > *, TransportMixture< double > &) |
template void | Antioch::read_transport_species_data< long double > (ParserBase< long double > *, TransportMixture< long double > &) |
template void | Antioch::read_transport_species_data_ascii< float > (TransportMixture< float > &, const std::string &) |
template void | Antioch::read_transport_species_data_ascii< double > (TransportMixture< double > &, const std::string &) |
template void | Antioch::read_transport_species_data_ascii< long double > (TransportMixture< long double > &, const std::string &) |