34 template <
typename Scalar>
35 int tester(
const std::string& filename)
38 std::vector<std::string> species_list;
39 species_list.push_back(
"N2");
40 species_list.push_back(
"O2");
41 species_list.push_back(
"H2");
54 int main(
int argc,
char* argv[])
60 std::cerr <<
"Error: Must specify ascii transport input file." << std::endl;
64 return tester<double>(std::string(argv[1]));
const std::vector< TransportSpecies< CoeffType > * > & transport_species() const
int main(int argc, char *argv[])
void set_ignored_columns(const std::vector< unsigned int > &ignored)
set the indexes of to-be-ignored columns
Class storing chemical mixture properties.
int tester(const std::string &filename)
Class storing chemical mixture properties.
A parser is an instance related to a file.