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

Drag/lift force on rising droplet

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 31, 2015, 00:28
Default Drag/lift force on rising droplet
  #1
New Member
 
Thao Nguyen
Join Date: Oct 2013
Posts: 5
Rep Power: 12
khunyeu is on a distinguished road
Hello,

I am new and I need to simulate a rising droplet with openfoam (interFoam), it run fine, but I faced a problem when I want to calculate the drag or lift force on the droplet, can anyone help me here please?

I searched the forum but couldn't find the answer (or did I miss it?), anyway I tried to add this code and it worked but as I understand, it is only using for patches (fix/solid boundaries?) and not for a moving droplet:

forces
{
type forces;
functionObjectLibs ( "libforces.so" );
outputControl timeStep;
outputInterval 1;

//patches ( "regions.*" );
patches
(
atmosphere
left
right
wall
);
pName p;
UName U;
rhoName rhoInf;
log true;
rhoInf 1000;
CofR (0.1 0.1 0);
pitchAxis (0 1 0);
}


forcesCoeffs
{
type forceCoeffs;
functionObjectLibs ( "libforces.so" );
outputControl timeStep;
outputInterval 1;

patches
(
atmosphere
left
right
wall
);
pName p;
UName U;
rhoName rhoInf;
log true;
rhoInf 1000;
liftDir (0 1 0); //2D
dragDir (1 0 0);
CofR (0.1 0.1 0);
pitchAxis (0 1 0);
magUInf 0.1;
lRef 1;
Aref 1;
}


So anyone have success with this job or have any idea please shed me a light? It would be really appreciated
khunyeu is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Hydrodynamic force? arun7328 STAR-CCM+ 24 July 25, 2020 04:04
ActuatorDiskExplicitForce in OF2.1. Help be_inspired OpenFOAM Programming & Development 10 September 14, 2018 11:12
body force for moving a droplet s.amirzadeh CFX 3 February 28, 2015 06:40
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 19:19.