mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: forces FO - updated to form that does not create a file ptr by default
This commit is contained in:
@ -733,7 +733,7 @@ Foam::functionObjects::forces::forces
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
fvMeshFunctionObject(name, runTime, dict),
|
fvMeshFunctionObject(name, runTime, dict),
|
||||||
writeFile(mesh_, name, name, dict),
|
writeFile(mesh_, name),
|
||||||
force_(3),
|
force_(3),
|
||||||
moment_(3),
|
moment_(3),
|
||||||
forceFilePtr_(),
|
forceFilePtr_(),
|
||||||
@ -781,7 +781,7 @@ Foam::functionObjects::forces::forces
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
fvMeshFunctionObject(name, obr, dict),
|
fvMeshFunctionObject(name, obr, dict),
|
||||||
writeFile(mesh_, name, name, dict),
|
writeFile(mesh_, name),
|
||||||
force_(3),
|
force_(3),
|
||||||
moment_(3),
|
moment_(3),
|
||||||
forceFilePtr_(),
|
forceFilePtr_(),
|
||||||
|
|||||||
Reference in New Issue
Block a user