antioch-0.4.0
|
#include <iostream>
#include <cmath>
#include "antioch_config.h"
#include "antioch/default_filename.h"
#include "antioch/vector_utils_decl.h"
#include "antioch/sutherland_viscosity.h"
#include "antioch/blottner_viscosity.h"
#include "antioch/kinetics_theory_viscosity.h"
#include "antioch/gsl_spliner.h"
#include "antioch/vector_utils.h"
#include "antioch/mixture_viscosity.h"
#include "antioch/blottner_parsing.h"
#include "antioch/sutherland_parsing.h"
#include "antioch/kinetics_theory_viscosity_building.h"
Go to the source code of this file.
Functions | |
template<typename Scalar > | |
int | test_values (Scalar test_value, Scalar exact_value, Scalar tol) |
template<typename Scalar > | |
int | tester () |
int | main () |
int main | ( | ) |
Definition at line 160 of file mixture_viscosity_unit.C.
int test_values | ( | Scalar | test_value, |
Scalar | exact_value, | ||
Scalar | tol | ||
) |
int tester | ( | ) |
Definition at line 74 of file mixture_viscosity_unit.C.
References Antioch::DefaultSourceFilename::blottner_data(), Antioch::ChemicalMixture< CoeffType >::M(), Antioch::DefaultSourceFilename::sutherland_data(), and test_values().