1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
12 functionObjectLibs ( "libforces.so" );
13 outputControl timeStep;
16 patches ( "motorBike.*" );
19 rhoName rhoInf; // Indicates incompressible
21 rhoInf 1; // Redundant for incompressible
24 CofR (0.72 0 0); // Axle midpoint on ground
27 lRef 1.42; // Wheelbase length
28 Aref 0.75; // Estimated
32 // ************************************************************************* //