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

Detailed Description

Definition in file IntegrationScheme.H.

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

Go to the source code of this file.

Classes

class  IntegrationScheme< Type >
 Top level model for Integration schemes. More...
class  IntegrationScheme< Type >::integrationResult
 Helper class to supply results of integration. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeIntegrationScheme(Type)
#define makeIntegrationSchemeType(SS, Type)

Macro Definition Documentation

#define makeIntegrationScheme (   Type)
Value:
\
defineNamedTemplateTypeNameAndDebug(IntegrationScheme<Type>, 0); \
\
defineTemplateRunTimeSelectionTable \
( \
IntegrationScheme<Type>, \
dictionary \
);

Definition at line 191 of file IntegrationScheme.H.

#define makeIntegrationSchemeType (   SS,
  Type 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
\
IntegrationScheme<Type>::adddictionaryConstructorToTable<SS<Type> > \
add##SS##Type##ConstructorToTable_;

Definition at line 202 of file IntegrationScheme.H.