Classes | Namespaces | Macros | Functions
Function1.H File Reference
Include dependency graph for Function1.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Function1< 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 table, and provide functions to return the (interpolated) value, and integral between limits. More...
 
class  Function1< 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 table, and provide functions to return the (interpolated) value, and integral between limits. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeFunction1(Type)
 
#define makeFunction1Type(SS, Type)
 

Functions

template<class Type >
Ostream & operator<< (Ostream &, const Function1< Type > &)
 

Detailed Description

Original source file Function1.H

Definition in file Function1.H.

Macro Definition Documentation

#define makeFunction1 (   Type)
Value:
\
( \
Function1<Type>, \
dictionary \
);
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134

Definition at line 178 of file Function1.H.

#define makeFunction1Type (   SS,
  Type 
)
Value:
defineNamedTemplateTypeNameAndDebug(Function1Types::SS<Type>, 0); \
\
Function1<Type>::adddictionaryConstructorToTable<Function1Types::SS<Type>> \
add##SS##Type##ConstructorToTable_;
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 189 of file Function1.H.