includeFvModel: now searches the constant directory for local configuration files

This commit is contained in:
Henry Weller
2023-08-28 23:31:54 +01:00
parent 30940e0e1d
commit b9a8910739
6 changed files with 21 additions and 5 deletions

View File

@ -173,6 +173,7 @@ Foam::autoPtr<Foam::functionObjectList> Foam::functionObjectList::New
args["func"],
functionsDict,
functionEntries::includeFuncEntry::functionObjectDictPath,
"system",
{"command", args.commandLine()},
region
);
@ -190,6 +191,7 @@ Foam::autoPtr<Foam::functionObjectList> Foam::functionObjectList::New
funcs[i],
functionsDict,
functionEntries::includeFuncEntry::functionObjectDictPath,
"system",
{"command", args.commandLine()},
region
);