mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: controlDict:outputInterval syntax
This commit is contained in:
@ -58,7 +58,6 @@ functions
|
|||||||
type forces;
|
type forces;
|
||||||
functionObjectLibs ("libforces.so");
|
functionObjectLibs ("libforces.so");
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
outputInterval 1;
|
|
||||||
patches (floatingObject);
|
patches (floatingObject);
|
||||||
pName p;
|
pName p;
|
||||||
UName U;
|
UName U;
|
||||||
@ -74,7 +73,7 @@ functions
|
|||||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
enabled true;
|
enabled true;
|
||||||
outputControl timeStep;
|
outputControl timeStep;
|
||||||
timeInteval 1;
|
outputInterval 1;
|
||||||
log true;
|
log true;
|
||||||
valueOutput false;
|
valueOutput false;
|
||||||
source faceZone;
|
source faceZone;
|
||||||
|
|||||||
Reference in New Issue
Block a user