mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial update
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user