#includeFunc: Changed entry renaming option funcName -> entryName

so that the same option with a rational name is also available for #includeModel
and #includeConstraint.  Support for funcName is maintained for
backwards-compatibility.
This commit is contained in:
Henry Weller
2023-01-31 18:25:10 +00:00
parent 75da5c3d4c
commit 5982e04bc8
42 changed files with 99 additions and 105 deletions

View File

@ -52,8 +52,8 @@ maxCo 0.5;
functions
{
#includeFunc patchFlowRate(patch=inlet, funcName=inletFlowRate)
#includeFunc patchFlowRate(patch=outlet, funcName=outletFlowRate)
#includeFunc patchFlowRate(patch=inlet, entryName=inletFlowRate)
#includeFunc patchFlowRate(patch=outlet, entryName=outletFlowRate)
}