Loading...
Searching...
No Matches
PatchFunction1.H File Reference
Include dependency graph for PatchFunction1.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PatchFunction1< Type >
 Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a certain type, e.g. constant or time varying, and provide functions to return the (interpolated) value, and integral between limits. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makePatchFunction1(Type)
#define makePatchFunction1Type(SS, Type)
#define makeConcretePatchFunction1Type(SS, Type)
#define makeScalarPatchFunction1(SS)

Functions

template<class Type>
Ostreamoperator<< (Ostream &os, const PatchFunction1< Type > &rhs)

Detailed Description

Original source file PatchFunction1.H

Definition in file PatchFunction1.H.

Macro Definition Documentation

◆ makePatchFunction1

#define makePatchFunction1 ( Type)
Value:
\
defineNamedTemplateTypeNameAndDebug(PatchFunction1<Type>, 0); \
\
( \
PatchFunction1<Type>, \
);
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.

Definition at line 368 of file PatchFunction1.H.

◆ makePatchFunction1Type

#define makePatchFunction1Type ( SS,
Type )
Value:
\
defineNamedTemplateTypeNameAndDebug(PatchFunction1Types::SS<Type>, 0); \
\
PatchFunction1<Type>::adddictionaryConstructorToTable \
<PatchFunction1Types::SS<Type>> \
add##SS##Type##ConstructorToTable_;
dict add("bounds", meshBb)

Definition at line 380 of file PatchFunction1.H.

◆ makeConcretePatchFunction1Type

#define makeConcretePatchFunction1Type ( SS,
Type )
Value:
\
defineTypeNameAndDebug(SS, 0); \
\
PatchFunction1<Type>::adddictionaryConstructorToTable \
<PatchFunction1Types::SS> \
add##SS##Type##ConstructorToTable_;

Definition at line 390 of file PatchFunction1.H.

◆ makeScalarPatchFunction1

#define makeScalarPatchFunction1 ( SS)
Value:
\
makeConcretePatchFunction1Type(SS, scalar);

Definition at line 400 of file PatchFunction1.H.