Skip to content
Snippets Groups Projects
Commit a208e58a authored by mattijs's avatar mattijs
Browse files

BUG: controlDict:outputInterval syntax

parent b6c4e144
Branches
Tags
No related merge requests found
...@@ -58,7 +58,6 @@ functions ...@@ -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 ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment