From 0ed07eadcfc2ee84a94cca89cca9d29d168283a2 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Fri, 15 Feb 2013 12:39:06 +0000 Subject: [PATCH] ENH: Tutorial update --- .../simpleFoam/motorBike/system/forceCoeffs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs index 7ecdf604787..75d414718e1 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs +++ b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs @@ -27,9 +27,13 @@ forceCoeffs1 lRef 1.42; // Wheelbase length Aref 0.75; // Estimated - nBin 20; // output data into bins - binDir (1 0 0); // bin direction - binFormat gnuplot; + binData + { + nBin 20; // output data into 20 bins + direction (1 0 0); // bin direction + format gnuplot; + cumulative yes; + } } -- GitLab