GRINS-0.8.0
|
Public Member Functions | |
CPPUNIT_TEST_SUITE (CanteraAirNASA9KineticsTest) | |
CPPUNIT_TEST (test_omega_dot) | |
CPPUNIT_TEST_SUITE_END () | |
void | setUp () |
void | test_omega_dot () |
Public Member Functions inherited from GRINSTesting::CanteraTestBase | |
void | init_cantera (const std::string &input_file, const std::string &material_name) |
Public Member Functions inherited from GRINSTesting::AirKineticsTestBase | |
void | init_air_kinetics () |
Public Member Functions inherited from GRINSTesting::KineticsTestBase | |
template<typename ThermoMixture , typename ThermoEvaluator > | |
void | test_omega_dot_common (ThermoMixture &mixture, NASAThermoTestBase &thermo_funcs, const std::vector< libMesh::Real > &Y, libMesh::Real rel_tol) |
Public Member Functions inherited from GRINSTesting::SpeciesTestBase | |
SpeciesTestBase () | |
libMesh::Real | molar_mass (unsigned int idx) |
libMesh::Real | R_species (unsigned int idx) |
Public Member Functions inherited from GRINSTesting::AirTestBase | |
void | init_air_test (unsigned int &N2_idx, unsigned int &O2_idx, unsigned int &N_idx, unsigned int &O_idx, unsigned int &NO_idx, std::vector< unsigned int > &active_species) |
Additional Inherited Members | |
Protected Attributes inherited from GRINSTesting::CanteraTestBase | |
libMesh::UniquePtr< GRINS::CanteraMixture > | _cantera_mixture |
Protected Attributes inherited from GRINSTesting::KineticsTestBase | |
unsigned int | _n_reactions |
std::vector< libMesh::Real > | _Ea_coeffs |
std::vector< libMesh::Real > | _preexp_coeffs |
std::vector< libMesh::Real > | _temp_exp_coeffs |
std::vector< std::vector< libMesh::Real > > | _three_body_coeffs |
std::vector< bool > | _is_three_body_rxn |
std::vector< std::vector< libMesh::Real > > | _reactant_stoich_coeffs |
std::vector< std::vector< libMesh::Real > > | _product_stoich_coeffs |
Protected Attributes inherited from GRINSTesting::SpeciesTestBase | |
unsigned int | _N2_idx |
unsigned int | _O2_idx |
unsigned int | _O_idx |
unsigned int | _N_idx |
unsigned int | _NO_idx |
std::vector< unsigned int > | _active_species |
GRINSTesting::CanteraAirNASA9KineticsTest::CPPUNIT_TEST | ( | test_omega_dot | ) |
GRINSTesting::CanteraAirNASA9KineticsTest::CPPUNIT_TEST_SUITE | ( | CanteraAirNASA9KineticsTest | ) |
GRINSTesting::CanteraAirNASA9KineticsTest::CPPUNIT_TEST_SUITE_END | ( | ) |
|
inline |
Definition at line 337 of file air_5sp.C.
References GRINSTesting::AirKineticsTestBase::init_air_kinetics(), and GRINSTesting::CanteraTestBase::init_cantera().
|
inline |
Definition at line 347 of file air_5sp.C.
References GRINSTesting::CanteraTestBase::_cantera_mixture, GRINSTesting::SpeciesTestBase::_N2_idx, GRINSTesting::SpeciesTestBase::_N_idx, GRINSTesting::SpeciesTestBase::_NO_idx, GRINSTesting::SpeciesTestBase::_O2_idx, and GRINSTesting::SpeciesTestBase::_O_idx.