ENH: Added example of using data bins to motorbike tutorial

This commit is contained in:
andy
2012-09-24 12:40:06 +01:00
parent b7a50c0c93
commit 66eac7a20b

View File

@ -12,6 +12,7 @@ forces
functionObjectLibs ( "libforces.so" );
outputControl timeStep;
outputInterval 1;
log yes;
patches ( "motorBike.*" );
pName p;
@ -26,6 +27,10 @@ forces
magUInf 20;
lRef 1.42; // Wheelbase length
Aref 0.75; // Estimated
nBin 20; // output data into bins
binDir (1 0 0); // bin direction
binFormat gnuplot;
}