GRINS-0.6.0
turbulence_models_macro.h
Go to the documentation of this file.
1 #ifndef GRINS_TURBULENCE_MODELS_MACRO_H
2 #define GRINS_TURBULENCE_MODELS_MACRO_H
3 
4 #define INSTANTIATE_TURBULENCE_MODELS_SUBCLASS(class_name) \
5 template class GRINS::class_name<GRINS::ConstantViscosity>; \
6  template class GRINS::class_name<GRINS::ParsedViscosity>; \
7 template class GRINS::class_name<GRINS::SpalartAllmarasViscosity<GRINS::ConstantViscosity> >
8 
9 #endif // GRINS_TURBULENCE_MODELS_MACRO_H

Generated on Mon Jun 22 2015 21:32:20 for GRINS-0.6.0 by  doxygen 1.8.9.1