From a208e58ac3e7a6809fefdc29e96e5081f787665d Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Thu, 20 Sep 2012 14:45:24 +0100 Subject: [PATCH] BUG: controlDict:outputInterval syntax --- .../potentialFreeSurfaceFoam/oscillatingBox/system/controlDict | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/incompressible/potentialFreeSurfaceFoam/oscillatingBox/system/controlDict b/tutorials/incompressible/potentialFreeSurfaceFoam/oscillatingBox/system/controlDict index 7ca125be5bd..6a1045207ab 100644 --- a/tutorials/incompressible/potentialFreeSurfaceFoam/oscillatingBox/system/controlDict +++ b/tutorials/incompressible/potentialFreeSurfaceFoam/oscillatingBox/system/controlDict @@ -58,7 +58,6 @@ functions type forces; functionObjectLibs ("libforces.so"); outputControl outputTime; - outputInterval 1; patches (floatingObject); pName p; UName U; @@ -74,7 +73,7 @@ functions functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl timeStep; - timeInteval 1; + outputInterval 1; log true; valueOutput false; source faceZone; -- GitLab