Go to the documentation of this file.
   25 #ifndef GRINS_ANTIOCH_INSTANTIATION_MACRO_H 
   26 #define GRINS_ANTIOCH_INSTANTIATION_MACRO_H 
   28 #include "grins_config.h" 
   30 #ifdef GRINS_HAVE_ANTIOCH 
   32 #define INSTANTIATE_ANTIOCH_TRANSPORT(class_name) \ 
   33   template class GRINS::class_name<Antioch::StatMechThermodynamics<libMesh::Real>, \ 
   34                                    Antioch::SutherlandViscosity<libMesh::Real>, \ 
   35                                    Antioch::EuckenThermalConductivity<Antioch::StatMechThermodynamics<libMesh::Real> >, \ 
   36                                    Antioch::ConstantLewisDiffusivity<libMesh::Real> >; \ 
   37   template class GRINS::class_name<Antioch::StatMechThermodynamics<libMesh::Real>, \ 
   38                                    Antioch::BlottnerViscosity<libMesh::Real>, \ 
   39                                    Antioch::EuckenThermalConductivity<Antioch::StatMechThermodynamics<libMesh::Real> >, \ 
   40                                    Antioch::ConstantLewisDiffusivity<libMesh::Real> > 
   43 #ifdef ANTIOCH_HAVE_GSL 
   44 #define INSTANTIATE_ANTIOCH_KINETICS_THEORY_TRANSPORT(class_name) \ 
   45   template class GRINS::class_name<Antioch::StatMechThermodynamics<libMesh::Real>, \ 
   46                                    Antioch::KineticsTheoryViscosity<libMesh::Real,Antioch::GSLSpliner>, \ 
   47                                    Antioch::KineticsTheoryThermalConductivity<Antioch::StatMechThermodynamics<libMesh::Real>,libMesh::Real>, \ 
   48                                    Antioch::MolecularBinaryDiffusion<libMesh::Real,Antioch::GSLSpliner> > 
   49 #endif // ANTIOCH_HAVE_GSL 
   51 #endif // GRINS_HAVE_ANTIOCH 
   53 #endif // GRINS_ANTIOCH_INSTANTIATION_MACRO_H 
  
Generated on Thu Jun 2 2016 21:52:27 for GRINS-0.7.0
by 
doxygen
1.8.10