antioch-0.4.0
|
#include "antioch/species_parsing.h"
#include "antioch/parser_base.h"
#include "antioch/chemical_mixture.h"
#include "antioch/species_parsing_instantiation_macro.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
Antioch | |
The parameters are reduced parameters. | |
Functions | |
template<typename NumericType > | |
void | Antioch::read_chemical_species_composition (ParserBase< NumericType > *parser, ChemicalMixture< NumericType > &mixture) |
template<class NumericType > | |
void | Antioch::read_species_data (ParserBase< NumericType > *parser, ChemicalMixture< NumericType > &chem_mixture) |
template<class NumericType > | |
void | Antioch::read_species_vibrational_data (ParserBase< NumericType > *parser, ChemicalMixture< NumericType > &chem_mixture) |
template<class NumericType > | |
void | Antioch::read_species_electronic_data (ParserBase< NumericType > *parser, ChemicalMixture< NumericType > &chem_mixture) |
Antioch::ANTIOCH_SPECIES_PARSING_INSTANTIATE () | |