mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: fluxSummary - updated constructor for writeFile. Fixes #362
This commit is contained in:
@ -795,7 +795,7 @@ Foam::functionObjects::fluxSummary::fluxSummary
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
fvMeshFunctionObject(name, runTime, dict),
|
fvMeshFunctionObject(name, runTime, dict),
|
||||||
writeFile(obr_, name, typeName, dict),
|
writeFile(obr_, name),
|
||||||
mode_(mdFaceZone),
|
mode_(mdFaceZone),
|
||||||
scaleFactor_(1),
|
scaleFactor_(1),
|
||||||
phiName_("phi"),
|
phiName_("phi"),
|
||||||
|
|||||||
Reference in New Issue
Block a user