|
[Sponsors] |
August 23, 2014, 05:03 |
Force on aerodynamic bike
|
#1 |
New Member
Marijo
Join Date: Jan 2011
Posts: 12
Rep Power: 15 |
Hello,
I am running simpleFoam. The report of the forces on aerodynamic bike is: # Time forces(pressure,viscous,porous) moment(pressure,viscous,porous) localForces(pressure,viscous,porous) localMoments(pressure,viscous,porous) 1176 ((1.88755 -16.4704 0.0649157),(8.30496 -0.0435128 -0.000451409),(0 0 0)) ((0.0149643 -0.595882 -164.082),(9.27736e-05 0.00486565 -3.26585),(0 0 0)) 1176 ((1.88755 -16.4704 0.0649157),(8.30496 -0.0435128 -0.000451409),(0 0 0)) ((0.0149643 -0.595882 -164.082),(9.27736e-05 0.00486565 -3.26585),(0 0 0)) As one can see, y component of the pressure force (-16.4704) is high, it should be less than 1. I have the same simulation run in Fluent. I am not sure why this number is so high. The simulation runs without any problems, residuals are low, the mesh is OK. The force file is: forces { type forces; functionObjectLibs ("libforces.so"); outputControl timeStep; outputInterval 1; patches ( "BIKE" "BOTTOM" ); pName p; UName U; rhoName rhoInf; // Indicates incompressible log true; rhoInf 1.205; // Redundant for incompressible dragDir (1 0 0); liftDir (0 0 1); I have also tried with liftDir (0 1 0) and still get the same numbers. The BOTTOM patch is just the lower part of the bike with finer mesh. Thanks in advance! |
|
August 28, 2014, 07:53 |
|
#2 |
New Member
Michael D.
Join Date: Jun 2014
Posts: 14
Rep Power: 12 |
Hi, sorry for the late reply, just in case you haven't solved this yet:
It's the lift force that's supposed to be less than 1, not the lift coefficient right? I'm not very experienced in OpenFOAM or c++, but I haven't seen syntax like Code:
patches ( "BIKE" "BOTTOM" ); I'd either try something like Code:
patches( "(BIKE|BOTTOM)"); |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ActuatorDiskExplicitForce in OF2.1. Help | be_inspired | OpenFOAM Programming & Development | 10 | September 14, 2018 12:12 |
free code to calculate aerodynamic force in re-entry capsule at hypersonic regime | gomnam15010 | Main CFD Forum | 3 | November 24, 2013 12:56 |
Aerodynamic force on an plunging airfoil | mahzad | Main CFD Forum | 0 | June 19, 2012 07:08 |
Force can not converge | colopolo | CFX | 13 | October 4, 2011 23:03 |
DEFINE_CG_MOTION and pressure force | Teo Fumagalli | FLUENT | 0 | April 11, 2008 11:25 |