| 
    GRINS-0.7.0
    
   | 
 
#include "grins_config.h"#include <iomanip>#include <limits>#include <vector>#include "grins/antioch_mixture_averaged_transport_mixture.h"#include "grins/antioch_mixture_averaged_transport_evaluator.h"#include "grins/cached_values.h"#include "grins/materials_parsing.h"#include "grins/physics_naming.h"#include "libmesh/getpot.h"
Go to the source code of this file.
Functions | |
| int | test_generic (const libMesh::Real value, const libMesh::Real value_reg, const std::string &name) | 
| template<typename Viscosity > | |
| int | test_mu (const libMesh::Real mu) | 
| template<typename Thermo , typename Conductivity > | |
| int | test_k (const libMesh::Real k) | 
| template<typename Thermo , typename Viscosity , typename Conductivity , typename Diffusivity > | |
| int | test_D (const std::vector< libMesh::Real > &D) | 
| template<> | |
| int | test_mu< Antioch::BlottnerViscosity< libMesh::Real > > (const libMesh::Real mu) | 
| template<typename Thermo , typename Viscosity , typename Conductivity , typename Diffusivity > | |
| int | test_evaluator (const GetPot &input) | 
| int | main (int argc, char *argv[]) | 
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 167 of file antioch_mixture_averaged_transport_evaluator_regression.C.
| int test_D | ( | const std::vector< libMesh::Real > & | D | ) | 
| int test_evaluator | ( | const GetPot & | input | ) | 
Definition at line 117 of file antioch_mixture_averaged_transport_evaluator_regression.C.
References GRINS::AntiochEvaluator< Thermo >::cp(), GRINS::AntiochMixtureAveragedTransportEvaluator< Thermo, Viscosity, Conductivity, Diffusivity >::mu_and_k_and_D(), GRINS::AntiochEvaluator< Thermo >::R_mix(), and GRINS::AntiochChemistry::species_name().
| int test_generic | ( | const libMesh::Real | value, | 
| const libMesh::Real | value_reg, | ||
| const std::string & | name | ||
| ) | 
Definition at line 45 of file antioch_mixture_averaged_transport_evaluator_regression.C.
Referenced by test_mu< Antioch::BlottnerViscosity< libMesh::Real > >().
| int test_k | ( | const libMesh::Real | k | ) | 
| int test_mu | ( | const libMesh::Real | mu | ) | 
| int test_mu< Antioch::BlottnerViscosity< libMesh::Real > > | ( | const libMesh::Real | mu | ) | 
Definition at line 76 of file antioch_mixture_averaged_transport_evaluator_regression.C.
References test_generic().