28 #include "grins_config.h"
33 #ifdef GRINS_HAVE_CANTERA
37 #ifdef GRINS_HAVE_ANTIOCH
43 #ifdef GRINS_HAVE_CANTERA
46 libMesh::UniquePtr<CanteraMixture> & chem_ptr )
50 #endif // GRINS_HAVE_CANTERA
52 #ifdef GRINS_HAVE_ANTIOCH
55 libMesh::UniquePtr<AntiochChemistry> & chem_ptr )
59 libMesh::UniquePtr<Antioch::ChemicalMixture<libMesh::Real> > antioch_chem_mix
64 #endif // GRINS_HAVE_ANTIOCH
Wrapper class for Antioch::ChemicalMixture.
Base class building Antioch mixture wrappers.
Wrapper class for storing state for computing thermochemistry and transport properties using Cantera...
void build_chemistry(const GetPot &input, const std::string &material, libMesh::UniquePtr< ChemistryType > &chem_ptr)
libMesh::UniquePtr< Antioch::ChemicalMixture< libMesh::Real > > build_chem_mix(const GetPot &input, const std::string &material)