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

Modeling shaking motion Vs Rotational motion

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 17, 2007, 15:02
Default Dear OpenFoam users While s
  #1
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Dear OpenFoam users

While searching for the rotational motion of single frame I have found enough support and explanation. For the rotation one adds terms corresponding to the Coriolis force and the Centripetal Force

volVectorField Fcent = (Omega ^ (Omega ^ mesh.C()));

tmp<fvvectormatrix> UEqn
(
fvm::div(phi, U)
+ turbulence->divR(U)
+ (2*Omega ^ U)
+ Fcent
);
------------------------------------------
In the above case, all the cell centres follow a circular trajectory.

My question is regarding the shaking motion. The object is placed on a platform which shakes with a given frequency and amplitude. I have attached a sketch for clarity. As can be seen from the sketch , a point on the circumference of the object doesn't follows a circular trajectory.
I guess the term:

volVectorField Fcent = (Omega ^ (Omega ^ mesh.C()));

has to be changed as messh.C() varies and depends on the angle of rotation.
Does any body have a clue how the Fcent has to be modified to properly model such kind of behaviour.

With best Regards
Jaswinder


jaswi is offline   Reply With Quote

Old   July 19, 2007, 10:23
Default Hi, Jaswinder, Yes, I looke
  #2
Senior Member
 
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 317
Rep Power: 18
hsieh is on a distinguished road
Hi, Jaswinder,

Yes, I looked into this type of motion before. Basically, you have to decompose force in X-direction and in Y-Direction (assuming a 2D case in X-Y). Based on omega, you should know the position of the object, i.e., (x, y) as a function of time. Then, do two derivatives to computation acceleration, then, multipy by mass to get Force as function of time.

Pei
hsieh is offline   Reply With Quote

Old   July 19, 2007, 22:44
Default Thanks Pei Shall give it a
  #3
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Thanks Pei

Shall give it a try.

Regards
Jaswinder
jaswi 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
Modeling of airfoil rotary motion Agni FLUENT 0 November 24, 2008 03:43
Mesh motion Samuel CFX 2 October 1, 2007 10:48
Dynamic Mesh _ Rotational Motion of a Rigid Plate ROOZBEH FLUENT 2 January 30, 2007 00:02
C.G. Motion Giuseppe FLUENT 0 January 24, 2006 13:02
WALL MOTION caloggero FLUENT 0 June 10, 2003 07:53


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