CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Force on aerodynamic bike

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 23, 2014, 04:03
Default Force on aerodynamic bike
  #1
New Member
 
Marijo
Join Date: Jan 2011
Posts: 12
Rep Power: 15
krembil is on a distinguished road
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!
krembil is offline   Reply With Quote

Old   August 28, 2014, 06:53
Default
  #2
New Member
 
Michael D.
Join Date: Jun 2014
Posts: 14
Rep Power: 11
MichaelD is on a distinguished road
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" );
before. So maybe what's happening it's only calculating the forces for one of the patches?

I'd either try something like

Code:
patches( "(BIKE|BOTTOM)");
or create a group like they do in the motorcycle tutorial.
MichaelD is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ActuatorDiskExplicitForce in OF2.1. Help be_inspired OpenFOAM Programming & Development 10 September 14, 2018 11:12
free code to calculate aerodynamic force in re-entry capsule at hypersonic regime gomnam15010 Main CFD Forum 3 November 24, 2013 11:56
Aerodynamic force on an plunging airfoil mahzad Main CFD Forum 0 June 19, 2012 06:08
Force can not converge colopolo CFX 13 October 4, 2011 22:03
DEFINE_CG_MOTION and pressure force Teo Fumagalli FLUENT 0 April 11, 2008 10:25


All times are GMT -4. The time now is 09:30.