antioch-0.4.0
|
#include <limits>
#include <string>
#include <vector>
#include "antioch/vector_utils.h"
#include "antioch/antioch_asserts.h"
#include "antioch/chemical_species.h"
#include "antioch/chemical_mixture.h"
#include "antioch/reaction_set.h"
#include "antioch/read_reaction_set_data.h"
#include "antioch/cea_thermo.h"
#include "antioch/kinetics_evaluator.h"
Go to the source code of this file.
Functions | |
template<typename Scalar > | |
int | tester_N2N (const std::string &input_name) |
template<typename Scalar > | |
int | tester (const std::string &input_name) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
int tester | ( | const std::string & | input_name | ) |
Definition at line 135 of file kinetics_unit.C.
References Antioch::ChemicalMixture< CoeffType >::chemical_species(), Antioch::CEAThermodynamics< CoeffType >::h_RT_minus_s_R(), Antioch::ChemicalMixture< CoeffType >::molar_densities, and Antioch::ChemicalMixture< CoeffType >::R().
int tester_N2N | ( | const std::string & | input_name | ) |
Definition at line 49 of file kinetics_unit.C.
References Antioch::ChemicalMixture< CoeffType >::chemical_species(), Antioch::CEAThermodynamics< CoeffType >::h_RT_minus_s_R(), Antioch::ChemicalMixture< CoeffType >::molar_densities, Antioch::ReactionSet< CoeffType >::print_chemical_scheme(), and Antioch::ChemicalMixture< CoeffType >::R().