From ff5ed9541bcd19eee869f7e2b1c6328290b6249c Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 30 Jul 2013 09:40:20 +0100 Subject: [PATCH] ENH: Tutorial update --- .../incompressible/simpleFoam/motorBike/system/forceCoeffs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs index 3012c35b32..1d62bff73a 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs +++ b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs @@ -12,7 +12,8 @@ forceCoeffs1 functionObjectLibs ( "libforces.so" ); - outputControl outputTime; + outputControl timeStep; + timeInterval 1; log yes; @@ -30,15 +31,12 @@ forceCoeffs1 lRef 1.42; // Wheelbase length Aref 0.75; // Estimated -/* - Uncomment to have forceCoeffs calculated in 20 bins binData { nBin 20; // output data into 20 bins direction (1 0 0); // bin direction - format gnuplot; cumulative yes; } -*/ }