GRINS-0.8.0
|
#include <thermochem_test_common.h>
Static Public Member Functions | |
static libMesh::Real | compute_mass_frac_mixture_prop (const std::vector< libMesh::Real > &properties, const std::vector< libMesh::Real > &mass_fracs) |
static libMesh::Real | arrhenius_rate (libMesh::Real A, libMesh::Real b, libMesh::Real Ea, libMesh::Real T) |
static libMesh::Real | compute_third_body_molar_density (const std::vector< libMesh::Real > &molar_densities, const std::vector< libMesh::Real > &three_body_efficiencies) |
static libMesh::Real | nasa7_cp_R_exact (libMesh::Real T, libMesh::Real a0, libMesh::Real a1, libMesh::Real a2, libMesh::Real a3, libMesh::Real a4) |
static libMesh::Real | nasa7_h_RT_exact (libMesh::Real T, libMesh::Real a0, libMesh::Real a1, libMesh::Real a2, libMesh::Real a3, libMesh::Real a4, libMesh::Real a5) |
static libMesh::Real | nasa7_s_R_exact (libMesh::Real T, libMesh::Real a0, libMesh::Real a1, libMesh::Real a2, libMesh::Real a3, libMesh::Real a4, libMesh::Real a6) |
static libMesh::Real | nasa9_cp_R_exact (libMesh::Real T, libMesh::Real a0, libMesh::Real a1, libMesh::Real a2, libMesh::Real a3, libMesh::Real a4, libMesh::Real a5, libMesh::Real a6) |
static libMesh::Real | nasa9_h_RT_exact (libMesh::Real T, libMesh::Real a0, libMesh::Real a1, libMesh::Real a2, libMesh::Real a3, libMesh::Real a4, libMesh::Real a5, libMesh::Real a6, libMesh::Real a7) |
static libMesh::Real | nasa9_s_R_exact (libMesh::Real T, libMesh::Real a0, libMesh::Real a1, libMesh::Real a2, libMesh::Real a3, libMesh::Real a4, libMesh::Real a5, libMesh::Real a6, libMesh::Real a8) |
Definition at line 40 of file thermochem_test_common.h.
|
inlinestatic |
Definition at line 58 of file thermochem_test_common.h.
References GRINS::Constants::R_universal.
Referenced by GRINSTesting::KineticsTestBase::compute_reaction_rates().
|
inlinestatic |
Definition at line 44 of file thermochem_test_common.h.
Referenced by GRINSTesting::NASAThermoTestBase::test_cp_common().
|
inlinestatic |
Definition at line 68 of file thermochem_test_common.h.
Referenced by GRINSTesting::KineticsTestBase::compute_reaction_rates().
|
inlinestatic |
Definition at line 81 of file thermochem_test_common.h.
Referenced by GRINSTesting::NASA7ThermoTestBase::cp_exact().
|
inlinestatic |
Definition at line 88 of file thermochem_test_common.h.
Referenced by GRINSTesting::NASA7ThermoTestBase::h_exact(), and GRINSTesting::NASA7ThermoTestBase::h_RT_exact().
|
inlinestatic |
Definition at line 95 of file thermochem_test_common.h.
Referenced by GRINSTesting::NASA7ThermoTestBase::s_R_exact().
|
inlinestatic |
Definition at line 102 of file thermochem_test_common.h.
Referenced by GRINSTesting::NASA9ThermoTestBase::cp_exact().
|
inlinestatic |
Definition at line 109 of file thermochem_test_common.h.
Referenced by GRINSTesting::NASA9ThermoTestBase::h_exact(), and GRINSTesting::NASA9ThermoTestBase::h_RT_exact().
|
inlinestatic |
Definition at line 117 of file thermochem_test_common.h.
Referenced by GRINSTesting::NASA9ThermoTestBase::s_R_exact().