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