25 #ifndef GRINS_ANTIOCH_TEST_BASE_H 
   26 #define GRINS_ANTIOCH_TEST_BASE_H 
   28 #include "grins_config.h" 
   30 #ifdef GRINS_HAVE_ANTIOCH 
   36 #include "libmesh/libmesh_common.h" 
   37 #include "libmesh/getpot.h" 
   45     void init_antioch(
const std::string& input_file, 
const std::string& material_name)
 
   47       GetPot input(input_file);
 
   59 #endif // GRINS_HAVE_ANTIOCH 
   61 #endif // GRINS_ANTIOCH_TEST_BASE_H 
void init_antioch(const std::string &input_file, const std::string &material_name)
 
libMesh::UniquePtr< GRINS::AntiochMixture > _antioch_mixture
 
Wrapper class for storing state for Antioch thermo and kinetics.