antioch-0.4.0
|
#include "antioch/read_reaction_set_data.h"
#include "antioch/read_reaction_set_data_instantiate_macro.h"
#include "antioch/string_utils.h"
#include "antioch/units.h"
#include "antioch/reaction_set.h"
#include "antioch/reaction_parsing.h"
#include "antioch/kinetics_parsing.h"
#include "antioch/physical_constants.h"
#include "antioch/ascii_parser.h"
#include "antioch/chemkin_parser.h"
#include "antioch/xml_parser.h"
Go to the source code of this file.
Namespaces | |
Antioch | |
The parameters are reduced parameters. | |
Functions | |
template<typename NumericType > | |
void | Antioch::verify_unit_of_parameter (Units< NumericType > &default_unit, const std::string &provided_unit, const std::vector< std::string > &accepted_unit, const std::string &equation, const std::string ¶meter_name) |
template<typename NumericType > | |
void | Antioch::read_reaction_set_data (const std::string &filename, const bool verbose, ReactionSet< NumericType > &reaction_set, ParsingType type=ASCII) |
Antioch::ANTIOCH_READ_REACTION_SET_DATA_INSTANTIATE () | |