includeFuncEntry: Added functionObjectTemplatePath for foamPostProcess

This commit is contained in:
Henry Weller
2024-02-21 16:52:17 +00:00
parent 1896616caf
commit be00d3ecdc
3 changed files with 12 additions and 2 deletions

View File

@ -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;

View File

@ -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

View File

@ -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