GRINS-0.7.0
Macros
reacting_low_mach_navier_stokes_macro.h File Reference
#include "grins/antioch_mixture_averaged_transport_mixture.h"
#include "grins/antioch_mixture_averaged_transport_evaluator.h"
#include "grins/antioch_constant_transport_mixture.h"
#include "grins/antioch_constant_transport_evaluator.h"
Include dependency graph for reacting_low_mach_navier_stokes_macro.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INSTANTIATE_REACTING_LOW_MACH_SUBCLASS_MIXTURE_AND_EVALUATOR(class_name)
 
#define INSTANTIATE_REACTING_LOW_MACH_SUBCLASS_MIXTURE_ONLY(class_name)
 

Macro Definition Documentation

#define INSTANTIATE_REACTING_LOW_MACH_SUBCLASS_MIXTURE_AND_EVALUATOR (   class_name)

Definition at line 10 of file reacting_low_mach_navier_stokes_macro.h.

#define INSTANTIATE_REACTING_LOW_MACH_SUBCLASS_MIXTURE_ONLY (   class_name)
Value:
/*
*MixtureAveraged: StatMech thermo, Sutherland viscosity, Eucken conductivity, constant Lewis diffusivity
*/ \
template class GRINS::class_name<GRINS::AntiochMixtureAveragedTransportMixture<Antioch::StatMechThermodynamics<libMesh::Real>, \
Antioch::SutherlandViscosity<libMesh::Real>, \
Antioch::EuckenThermalConductivity<Antioch::StatMechThermodynamics<libMesh::Real> >, \
Antioch::ConstantLewisDiffusivity<libMesh::Real> > >;\
/*
*MixtureAveraged: StatMech thermo, Blottner viscosity, Eucken conductivity, constant Lewis diffusivity
*/ \
template class GRINS::class_name<GRINS::AntiochMixtureAveragedTransportMixture<Antioch::StatMechThermodynamics<libMesh::Real>, \
Antioch::BlottnerViscosity<libMesh::Real>, \
Antioch::EuckenThermalConductivity<Antioch::StatMechThermodynamics<libMesh::Real> >, \
Antioch::ConstantLewisDiffusivity<libMesh::Real> > >; \
/*
*MixtureAveraged: StatMech thermo, Kinetic theory viscosity, Kinetic theory conductivity, Molecular binary diffusivity
*/ \
template class GRINS::class_name<GRINS::AntiochMixtureAveragedTransportMixture<Antioch::StatMechThermodynamics<libMesh::Real>, \
Antioch::KineticsTheoryViscosity<libMesh::Real,Antioch::GSLSpliner>, \
Antioch::KineticsTheoryThermalConductivity<Antioch::StatMechThermodynamics<libMesh::Real>,libMesh::Real>, \
Antioch::MolecularBinaryDiffusion<libMesh::Real,Antioch::GSLSpliner> > >; \
/*
*Constant transport: constant conductivity
*/ \
template class GRINS::class_name<GRINS::AntiochConstantTransportMixture<GRINS::ConstantConductivity> >; \
/*
*Constant transport: constant Prandtl conductivity
*/ \
template class GRINS::class_name<GRINS::AntiochConstantTransportMixture<GRINS::ConstantPrandtlConductivity> >
GRINS namespace.

Definition at line 66 of file reacting_low_mach_navier_stokes_macro.h.


Generated on Thu Jun 2 2016 21:52:29 for GRINS-0.7.0 by  doxygen 1.8.10