Specify a functionObject dictionary file to include, expects the functionObject name to follow with option arguments (without quotes). More...
Public Member Functions | |
ClassName ("includeFunc") | |
Runtime type information. More... | |
![]() | |
declareMemberFunctionSelectionTable (bool, functionEntry, execute, dictionaryIstream,(dictionary &parentDict, Istream &is),(parentDict, is)) | |
declareMemberFunctionSelectionTable (bool, functionEntry, execute, primitiveEntryIstream,(const dictionary &parentDict, primitiveEntry &entry, Istream &is),(parentDict, entry, is)) | |
Static Public Member Functions | |
static bool | execute (dictionary &parentDict, Istream &) |
Execute the functionEntry in a sub-dict context. More... | |
![]() | |
static bool | execute (const word &functionName, dictionary &parentDict, Istream &) |
Execute the functionEntry in a sub-dict context. More... | |
static bool | execute (const word &functionName, const dictionary &parentDict, primitiveEntry &, Istream &) |
Execute the functionEntry in a primitiveEntry context. More... | |
Specify a functionObject dictionary file to include, expects the functionObject name to follow with option arguments (without quotes).
Searches for functionObject dictionary file in user/group/shipped directories allowing for version-specific and version-independent files using the following hierarchy:
The optional field arguments included in the name are inserted in 'field' or 'fields' entries in the functionObject dictionary and included in the name of the functionObject entry to avoid conflict.
Examples:
#includeFunc Q #includeFunc components(U) #includeFunc mag(Ux) #includeFunc mag(p)
Definition at line 81 of file includeFuncEntry.H.
ClassName | ( | "includeFunc" | ) |
Runtime type information.
|
static |
Execute the functionEntry in a sub-dict context.
Definition at line 52 of file includeFuncEntry.C.
References functionObjectList::readFunctionObject().