|
GRINS-0.6.0
|
#include "grins_config.h"#include <iomanip>#include <limits>#include <vector>#include "grins/antioch_mixture.h"#include "grins/antioch_evaluator.h"#include "grins/cached_values.h"#include "libmesh/getpot.h"#include "antioch/cea_evaluator.h"#include "antioch/stat_mech_thermo.h"#include "boost/math/special_functions/fpclassify.hpp"
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 Thermo > | |
| int | test_cp (const libMesh::Real cp) |
| template<typename Thermo > | |
| int | test_cv (const libMesh::Real cv) |
| template<typename Thermo > | |
| int | test_h_s (const libMesh::Real h_s) |
| template<> | |
| int | test_cp< Antioch::CEAEvaluator< libMesh::Real > > (const libMesh::Real cp) |
| template<> | |
| int | test_cv< Antioch::CEAEvaluator< libMesh::Real > > (const libMesh::Real cv) |
| template<> | |
| int | test_h_s< Antioch::CEAEvaluator< libMesh::Real > > (const libMesh::Real h_s) |
| template<> | |
| int | test_cp< Antioch::StatMechThermodynamics< libMesh::Real > > (const libMesh::Real cp) |
| template<> | |
| int | test_cv< Antioch::StatMechThermodynamics< libMesh::Real > > (const libMesh::Real cv) |
| template<> | |
| int | test_h_s< Antioch::StatMechThermodynamics< libMesh::Real > > (const libMesh::Real h_s) |
| template<typename Thermo > | |
| int | test_evaluator (const GRINS::AntiochMixture &antioch_mixture) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 255 of file antioch_evaluator_regression.C.
| int test_cp | ( | const libMesh::Real | cp | ) |
| int test_cp< Antioch::CEAEvaluator< libMesh::Real > > | ( | const libMesh::Real | cp | ) |
Definition at line 80 of file antioch_evaluator_regression.C.
References test_generic().
| int test_cp< Antioch::StatMechThermodynamics< libMesh::Real > > | ( | const libMesh::Real | cp | ) |
Definition at line 104 of file antioch_evaluator_regression.C.
References test_generic().
| int test_cv | ( | const libMesh::Real | cv | ) |
| int test_cv< Antioch::CEAEvaluator< libMesh::Real > > | ( | const libMesh::Real | cv | ) |
Definition at line 88 of file antioch_evaluator_regression.C.
References test_generic().
| int test_cv< Antioch::StatMechThermodynamics< libMesh::Real > > | ( | const libMesh::Real | cv | ) |
Definition at line 112 of file antioch_evaluator_regression.C.
References test_generic().
| int test_evaluator | ( | const GRINS::AntiochMixture & | antioch_mixture | ) |
Definition at line 129 of file antioch_evaluator_regression.C.
References GRINS::CachedValues::add_quantity(), GRINS::AntiochEvaluator< Thermo >::cp(), GRINS::AntiochEvaluator< Thermo >::cv(), GRINS::AntiochEvaluator< Thermo >::h_s(), GRINS::Cache::MASS_FRACTIONS, GRINS::Cache::MIXTURE_DENSITY, GRINS::Cache::MIXTURE_GAS_CONSTANT, GRINS::AntiochEvaluator< Thermo >::omega_dot(), GRINS::AntiochChemistry::R_mix(), GRINS::CachedValues::set_values(), GRINS::CachedValues::set_vector_values(), and GRINS::Cache::TEMPERATURE.
| int test_generic | ( | const libMesh::Real | value, |
| const libMesh::Real | value_reg, | ||
| const std::string & | name | ||
| ) |
Definition at line 50 of file antioch_evaluator_regression.C.
Referenced by test_cp< Antioch::CEAEvaluator< libMesh::Real > >(), test_cp< Antioch::StatMechThermodynamics< libMesh::Real > >(), test_cv< Antioch::CEAEvaluator< libMesh::Real > >(), test_cv< Antioch::StatMechThermodynamics< libMesh::Real > >(), test_h_s< Antioch::CEAEvaluator< libMesh::Real > >(), and test_h_s< Antioch::StatMechThermodynamics< libMesh::Real > >().
| int test_h_s | ( | const libMesh::Real | h_s | ) |
| int test_h_s< Antioch::CEAEvaluator< libMesh::Real > > | ( | const libMesh::Real | h_s | ) |
Definition at line 96 of file antioch_evaluator_regression.C.
References test_generic().
| int test_h_s< Antioch::StatMechThermodynamics< libMesh::Real > > | ( | const libMesh::Real | h_s | ) |
Definition at line 120 of file antioch_evaluator_regression.C.
References test_generic().