ENH: Tutorial update

This commit is contained in:
andy
2013-07-30 09:40:20 +01:00
parent 1e711927a7
commit ff5ed9541b

View File

@ -12,7 +12,8 @@ forceCoeffs1
functionObjectLibs ( "libforces.so" ); functionObjectLibs ( "libforces.so" );
outputControl outputTime; outputControl timeStep;
timeInterval 1;
log yes; log yes;
@ -30,15 +31,12 @@ forceCoeffs1
lRef 1.42; // Wheelbase length lRef 1.42; // Wheelbase length
Aref 0.75; // Estimated Aref 0.75; // Estimated
/* - Uncomment to have forceCoeffs calculated in 20 bins
binData binData
{ {
nBin 20; // output data into 20 bins nBin 20; // output data into 20 bins
direction (1 0 0); // bin direction direction (1 0 0); // bin direction
format gnuplot;
cumulative yes; cumulative yes;
} }
*/
} }