41 template<
class NumericType>
43 const std::string &filename)
45 std::ifstream in(filename.c_str());
48 std::cerr <<
"ERROR: unable to load file " << filename << std::endl;
76 std::vector<NumericType> coeffs(2);
86 template<
class NumericType>
ANTIOCH_SUTHERLAND_PARSING_INSTANTIATE()
const ChemicalMixture< CoeffType > & chemical_mixture() const
method to send this back
Container class for species viscosities.
void read_sutherland_data_ascii_default(MixtureViscosity< SutherlandViscosity< NumericType >, NumericType > &mu)
void read_sutherland_data_ascii(MixtureViscosity< SutherlandViscosity< NumericType >, NumericType > &mu, const std::string &filename)
const std::map< std::string, Species > & species_name_map() const
static const std::string & sutherland_data()
Class storing chemical mixture properties.
The parameters are reduced parameters.
void skip_comment_lines(std::istream &in, const char comment_start)
Skip comment lines in the header of an ASCII text file prefixed with the comment character 'comment_s...