FreeFOAM The Cross-Platform CFD Toolkit
SurfaceReactionModel.H File Reference

Detailed Description

Definition in file SurfaceReactionModel.H.

+ Include dependency graph for SurfaceReactionModel.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SurfaceReactionModel< CloudType >
 Templated surface reaction model class. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeSurfaceReactionModel(CloudType)
#define makeSurfaceReactionModelThermoType(SS, CloudType, ParcelType, ThermoType)

Macro Definition Documentation

#define makeSurfaceReactionModel (   CloudType)
Value:
\
defineNamedTemplateTypeNameAndDebug(SurfaceReactionModel<CloudType>, 0); \
\
defineTemplateRunTimeSelectionTable \
( \
SurfaceReactionModel<CloudType>, \
dictionary \
);

Definition at line 163 of file SurfaceReactionModel.H.

#define makeSurfaceReactionModelThermoType (   SS,
  CloudType,
  ParcelType,
  ThermoType 
)
Value:
\
defineNamedTemplateTypeNameAndDebug \
( \
SS<CloudType<ParcelType<ThermoType> > >, \
0 \
); \
\
SurfaceReactionModel<CloudType<ParcelType<ThermoType> > >:: \
adddictionaryConstructorToTable \
<SS<CloudType<ParcelType<ThermoType> > > > \
add##SS##CloudType##ParcelType##ThermoType##ConstructorToTable_;

Definition at line 174 of file SurfaceReactionModel.H.