ENH: add coded Function1 (#2282)

- update coded templates with qualified names

GIT: add in missing PatchFunction1 constant() method

- was missed in a previous commit
This commit is contained in:
Mark Olesen
2021-12-03 15:33:07 +01:00
parent 8624d65c5a
commit 9a5125111e
31 changed files with 883 additions and 112 deletions

View File

@ -70,7 +70,7 @@ boundaryField
{
baseVel = Function1<scalar>::New
(
"timeFunction", dict, &db()
"timeFunction", dict, this->whichDb()
);
}
@ -81,7 +81,7 @@ boundaryField
// ie, NewIfPresent
baseDir = Function1<vector>::New
(
"directionFunction", dict, &db()
"directionFunction", dict, this->whichDb()
);
InfoErr