Namespace for containing a functionEntry. More...
Classes | |
| class | includeFvConstraintEntry |
| Specify a fvConstraint dictionary file to include, expects the fvConstraint name to follow with option arguments (without quotes). More... | |
| class | includeFvModelEntry |
| Specify a fvModel dictionary file to include, expects the fvModel name to follow with option arguments (without quotes). More... | |
| class | calcEntry |
| Compiles and executes code string expressions, returning the result to the dictionary entry. More... | |
| class | codeBlockEntry |
| Part of the #codeBlock...#codeBlock clause. More... | |
| class | codeBlockDictEntry |
| class | codeBlockStreamEntry |
| class | codeDict |
| Compiles and executes C++ OpenFOAM code string expressions. More... | |
| class | codeIncludeEntry |
| Specify an include file or list of files for #calc within #codeBlock. More... | |
| class | codeStream |
| Compiles and executes C++ OpenFOAM code string expressions. More... | |
| class | dumpEntry |
| Dumps the current contents of the dictionary to the info stream. More... | |
| class | elifEntry |
| Conditional parsing of and within dictionary entries. More... | |
| class | elseEntry |
| Part of the if...else...#endif clause. More... | |
| class | endCodeBlockEntry |
| Part of the #codeBlock...#endCodeBlock clause. More... | |
| class | endifEntry |
| Part of the if...#endif clause. More... | |
| class | exitEntry |
| Exit the run without error. More... | |
| class | ifEntry |
| Conditional parsing of and within dictionary entries. More... | |
| class | ifeqEntry |
| Conditional parsing of and within dictionary entries. More... | |
| class | includeEntry |
| Specify an include file when reading dictionaries. More... | |
| class | includeEtcEntry |
| Specify an etc file to include when reading dictionaries, expects a single string to follow. More... | |
| class | includeFuncEntry |
| Specify a functionObject dictionary file to include, expects the functionObject name to follow with option arguments (without quotes). More... | |
| class | includeIfPresentEntry |
| Specify a file to include if it exists. Expects a single string to follow. More... | |
| class | inputModeEntry |
| Specify the input mode when reading dictionaries, expects a single word to follow. More... | |
| class | negEntry |
Negate a variable by prefixing with neg. More... | |
| class | printEntry |
| Print the entire contents of the dictionary after it has been read. Also print any entries which are not present and for which default values were used. More... | |
| class | removeEntry |
| Remove a dictionary entry. More... | |
| class | streamEntry |
| Compiles and executes C++ OpenFOAM code string expressions. More... | |
Namespace for containing a functionEntry.
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | includeFvConstraintEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| includeFvConstraintEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | includeFvModelEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| includeFvModelEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | calcEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| calcEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | codeBlockEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| codeBlockEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | codeBlockDictEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| codeBlockDictEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | codeBlockStreamEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| codeBlockStreamEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| codeBlockStreamEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | codeDict | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| codeDict | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | codeIncludeEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| codeIncludeEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | codeStream | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| codeStream | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| codeStream | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | dumpEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| dumpEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | elifEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| elifEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | elseEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| elseEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | endCodeBlockEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| endCodeBlockEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | endifEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| endifEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | exitEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| exitEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | ifEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| ifEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| ifEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | ifeqEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| ifeqEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| ifeqEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | includeEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| includeEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | includeEtcEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| includeEtcEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEtcEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | includeFuncEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| includeFuncEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | includeIfPresentEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| includeIfPresentEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeIfPresentEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | inputModeEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| inputModeEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | negEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| negEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | printEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| printEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | removeEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| removeEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::defineFunctionTypeNameAndDebug | ( | streamEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToRunTimeSelectionTable | ( | functionEntry | , |
| streamEntry | , | ||
| dictionary | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| streamEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |