#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:
@ -16,7 +16,7 @@ runApplication reconstructPar -latestTime
|
||||
runApplication foamPostProcess -latestTime -func "
|
||||
graphCell
|
||||
(
|
||||
funcName=graph,
|
||||
entryName=graph,
|
||||
start=(3.4901 0 0),
|
||||
end=(3.4901 0.0096 0),
|
||||
fields=(alpha.gas T.liquid T.gas d.gas)
|
||||
@ -24,7 +24,7 @@ runApplication foamPostProcess -latestTime -func "
|
||||
runApplication -append foamPostProcess -latestTime -func "
|
||||
patchSurface
|
||||
(
|
||||
funcName=patchWallBoilingProperties,
|
||||
entryName=patchWallBoilingProperties,
|
||||
patch=wall,
|
||||
surfaceFormat=raw,
|
||||
interpolate=false,
|
||||
|
||||
Reference in New Issue
Block a user