|
[Sponsors] |
March 7, 2012, 03:27 |
Post Processing Drag Coefficient
|
#1 |
New Member
This Wiederkehr
Join Date: Feb 2012
Posts: 2
Rep Power: 0 |
Hi all
I used OpenFoam (simpleFoam with RAS turbulence model komegaSST) to calculate the drag coefficient of a car. For calculating the drag coefficient I am using the tool forceCoeffs.so and execut it after the simulation by using: Code:
execFlowFunctionObjects -latestTime Code:
functions { #include "forceCoeffs" } and Code:
forces { type forceCoeffs; functionObjectLibs ( "libforces.so" ); outputControl timeStep; outputInterval 1; patches ( "car" ); pName p; UName U; rhoName rhoInf; // Indicates incompressible log true; rhoInf 1; // Redundant for incompressible liftDir (0 0 1); dragDir (-1 0 0); CofR (0.72 0 0); // Axle midpoint on ground pitchAxis (1 0 0); magUInf 27.8; lRef 1.0; // Wheelbase length Aref 0.94293; // Estimated Since the car is in air I changed rhoInf to 1.188. However this did not have any effect to the drag coefficient. Actually changing rhoInf to any value you'd like does not have any effect on the drag coefficient. However from my point of view this should directly influence the drag coeff. Is this a bug or did I miss something? BTW: I am using 2.0.1 Regards squanto |
|
March 7, 2012, 10:43 |
|
#2 |
New Member
This Wiederkehr
Join Date: Feb 2012
Posts: 2
Rep Power: 0 |
Ah, I think I got it:
For incompressible calculations the pressure and the viscous forces are already divided by the density because kinetic viscosity is used. see here http://openfoamwiki.net/index.php/Ma...ble_solvers.3F Therefore the density should be set to one because no further normalization is required for the calculation of Cd. Thus also to display the correct pressure I have to multiply it by the density.. correct? Could anyone comment on this to ensure that I am on the right track? Thanks and regards squanto773 |
|
Tags |
coefficient, drag, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ansys Post processing | ano999 | ANSYS | 1 | May 27, 2011 17:24 |
NO model vs post processing in coal combustion,CFX | sakalido | CFX | 1 | April 15, 2011 15:07 |
Drag coefficient & Lift coefficient?? | mehrdadeng | CFX | 15 | December 9, 2009 22:49 |
Solidification drag coefficient | atulverma | FLOW-3D | 1 | May 14, 2009 10:24 |
drag coefficient | Amir | FLUENT | 6 | November 7, 2008 06:47 |