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"
46 void init_antioch(
const std::string & input_file,
const std::string & material_name)
48 GetPot input(input_file);
58 libMesh::UniquePtr<GRINS::AntiochMixture<Antioch::CEACurveFit<libMesh::Real> > >
_antioch_mixture;
63 #endif // GRINS_HAVE_ANTIOCH
65 #endif // GRINS_ANTIOCH_TEST_BASE_H
void init_antioch(const std::string &input_file, const std::string &material_name)
libMesh::UniquePtr< AntiochMixture< KineticsThermoCurveFit > > build_antioch_mixture(const GetPot &input, const std::string &material)
Base class building Antioch mixture wrappers.
libMesh::UniquePtr< GRINS::AntiochMixture< Antioch::CEACurveFit< libMesh::Real > > > _antioch_mixture