antioch-0.4.0
|
#include "antioch/sutherland_parsing.h"
#include "antioch/sutherland_viscosity.h"
#include "antioch/mixture_viscosity.h"
#include "antioch/input_utils.h"
#include "antioch/sutherland_parsing_instantiate_macro.h"
#include <fstream>
#include <iostream>
Go to the source code of this file.
Namespaces | |
Antioch | |
The parameters are reduced parameters. | |
Functions | |
template<class NumericType > | |
void | Antioch::read_sutherland_data_ascii (MixtureViscosity< SutherlandViscosity< NumericType >, NumericType > &mu, const std::string &filename) |
template<class NumericType > | |
void | Antioch::read_sutherland_data_ascii_default (MixtureViscosity< SutherlandViscosity< NumericType >, NumericType > &mu) |
Antioch::ANTIOCH_SUTHERLAND_PARSING_INSTANTIATE () | |