Go to the source code of this file.
|
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...
|
|
class | FieldFunction1< Type, Function1Type > |
|
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class Type > |
Ostream & | operator<< (Ostream &, const Function1< Type > &) |
|
template<class Type > |
void | writeEntry (Ostream &os, const Function1< Type > &f1) |
|
Original source file Function1.H
Definition in file Function1.H.
◆ makeFunction1
#define makeFunction1 |
( |
|
Type | ) |
|
Value:\
defineNamedTemplateTypeNameAndDebug(Function1<Type>, 0);
\#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.
Definition at line 225 of file Function1.H.
◆ makeFunction1Type
#define makeFunction1Type |
( |
|
SS, |
|
|
|
Type |
|
) |
| |
Value:\
defineNamedTemplateTypeNameAndDebug(Function1s::SS<Type>, 0); \
\
Function1<Type>::adddictionaryConstructorToTable<Function1s::SS<Type>> \
add##SS##Type##ConstructorToTable_;
Definition at line 232 of file Function1.H.
◆ makeScalarFunction1
#define makeScalarFunction1 |
( |
|
SS | ) |
|
Value:\
defineTypeNameAndDebug(SS, 0); \
\
Function1<scalar>::adddictionaryConstructorToTable<SS> \
add##SS##ConstructorToTable_;
Definition at line 240 of file Function1.H.