FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

SurfaceReactionModel.H File Reference


Detailed Description

Definition in file SurfaceReactionModel.H.

#include "src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H"
#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"
#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"
#include "src/OpenFOAM/fields/Fields/scalarField/scalarField.H"
Include dependency graph for SurfaceReactionModel.H:

Go to the source code of this file.

Classes

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

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

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

Define 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.