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

fvPatchFields.C File Reference


Detailed Description

Definition in file fvPatchFields.C.

#include "src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.H"
Include dependency graph for fvPatchFields.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  makeFvPatchField(fvPatchTypeField)

Functions

 defineNamedTemplateTypeNameAndDebug (fvPatchScalarField, 0)
 defineTemplateRunTimeSelectionTable (fvPatchScalarField, patch)
 defineTemplateRunTimeSelectionTable (fvPatchScalarField, patchMapper)
 defineTemplateRunTimeSelectionTable (fvPatchScalarField, dictionary)

Define Documentation

#define makeFvPatchField (   fvPatchTypeField  )
Value:
\
defineNamedTemplateTypeNameAndDebug(fvPatchTypeField, 0);                     \
template<>                                                                    \
int fvPatchTypeField::disallowGenericFvPatchField                             \
(                                                                             \
    debug::debugSwitch("disallowGenericFvPatchField", 0)                      \
);                                                                            \
defineTemplateRunTimeSelectionTable(fvPatchTypeField, patch);                 \
defineTemplateRunTimeSelectionTable(fvPatchTypeField, patchMapper);           \
defineTemplateRunTimeSelectionTable(fvPatchTypeField, dictionary);

Definition at line 35 of file fvPatchFields.C.