26 #ifndef GRINS_CANTERA_KINETICS_H 
   27 #define GRINS_CANTERA_KINETICS_H 
   29 #include "grins_config.h" 
   31 #ifdef GRINS_HAVE_CANTERA 
   37 #include "libmesh/libmesh_common.h" 
   61     void omega_dot( 
const libMesh::Real& T, 
const libMesh::Real rho,
 
   62                     const std::vector<libMesh::Real>& mass_fractions,
 
   63                     std::vector<libMesh::Real>& 
omega_dot ) 
const;
 
   77 #endif // GRINS_HAVE_CANTERA 
   79 #endif //GRINS_CANTERA_KINETICS_H 
void omega_dot(const libMesh::Real &T, const libMesh::Real rho, const std::vector< libMesh::Real > &mass_fractions, std::vector< libMesh::Real > &omega_dot) const 
 
Cantera::IdealGasMix & _cantera_gas
 
Wrapper class for storing state for computing thermochemistry and transport properties using Cantera...