includeFuncEntry: Added functionObjectTemplatePath for foamPostProcess
This commit is contained in:
@ -243,8 +243,7 @@ int main(int argc, char *argv[])
|
||||
<< "Available functionObject templates:"
|
||||
<< listAllConfigFiles
|
||||
(
|
||||
functionEntries::includeFuncEntry::functionObjectDictPath
|
||||
/"../functionTemplates"
|
||||
functionEntries::includeFuncEntry::functionObjectTemplatePath
|
||||
)
|
||||
<< endl;
|
||||
|
||||
|
||||
@ -51,6 +51,13 @@ Foam::fileName Foam::functionEntries::includeFuncEntry::functionObjectDictPath
|
||||
);
|
||||
|
||||
|
||||
Foam::fileName
|
||||
Foam::functionEntries::includeFuncEntry::functionObjectTemplatePath
|
||||
(
|
||||
"caseDicts/functionTemplates"
|
||||
);
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
|
||||
bool Foam::functionEntries::includeFuncEntry::execute
|
||||
|
||||
@ -95,6 +95,10 @@ public:
|
||||
// containing the functionObject dictionary files
|
||||
static fileName functionObjectDictPath;
|
||||
|
||||
//- Default relative path to the directory structure
|
||||
// containing the functionObject template files
|
||||
static fileName functionObjectTemplatePath;
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user