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 | calcIncludeEntry |
| Specify an include file for #calc, expects a single string to follow. More... | |
| class | codeStream |
| Dictionary entry that contains C++ OpenFOAM code that is compiled to generate the entry itself. More... | |
| class | ifEntry |
| Conditional parsing of dictionary entries. More... | |
| class | ifeqEntry |
| Conditional parsing of 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 dictionary variable by prefixing with neg. More... | |
| class | removeEntry |
| Remove a dictionary entry. More... | |
Namespace for containing a functionEntry.
| Foam::functionEntries::defineTypeNameAndDebug | ( | includeFvConstraintEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeFvConstraintEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | includeFvModelEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeFvModelEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | calcEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| calcEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| calcEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | calcIncludeEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| calcIncludeEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | codeStream | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| codeStream | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| codeStream | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | ifEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| ifEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | ifeqEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| ifeqEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEtcEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEtcEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | includeFuncEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeFuncEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeIfPresentEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeIfPresentEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| inputModeEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | negEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| negEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| negEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| removeEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |