25 #ifndef GRINS_CANTERA_TEST_BASE_H 
   26 #define GRINS_CANTERA_TEST_BASE_H 
   28 #include "grins_config.h" 
   30 #ifdef GRINS_HAVE_CANTERA 
   36 #include "libmesh/libmesh_common.h" 
   37 #include "libmesh/getpot.h" 
   45     void init_cantera(
const std::string& input_file, 
const std::string& material_name)
 
   47       GetPot input(input_file);
 
   59 #endif // GRINS_HAVE_CANTERA 
   61 #endif // GRINS_CANTERA_TEST_BASE_H 
libMesh::UniquePtr< GRINS::CanteraMixture > _cantera_mixture
 
Wrapper class for storing state for computing thermochemistry and transport properties using Cantera...
 
void init_cantera(const std::string &input_file, const std::string &material_name)