26 #ifndef GRINS_CANTERA_TRANSPORT_H 
   27 #define GRINS_CANTERA_TRANSPORT_H 
   29 #include "grins_config.h" 
   31 #ifdef GRINS_HAVE_CANTERA 
   37 #include "libmesh/libmesh_common.h" 
   70     libMesh::Real 
mu( 
const CachedValues& cache, 
unsigned int qp ) 
const;
 
   72     libMesh::Real 
k( 
const CachedValues& cache, 
unsigned int qp ) 
const;
 
   75             std::vector<libMesh::Real>& 
D ) 
const;
 
   91 #endif // GRINS_HAVE_CANTERA 
   93 #endif // GRINS_CANTERA_TRANSPORT_H 
void D(const CachedValues &cache, unsigned int qp, std::vector< libMesh::Real > &D) const 
Cantera::IdealGasMix & _cantera_gas
Cantera::Transport & _cantera_transport
libMesh::Real mu(const CachedValues &cache, unsigned int qp) const 
libMesh::Real k(const CachedValues &cache, unsigned int qp) const 
Wrapper class for storing state for computing thermochemistry and transport properties using Cantera...
Wrapper class for evaluating transport properties using Cantera.