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

Is there any tutorials about rotating machineturbomachinery such as pump etc

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 2, 2006, 04:26
Default Hi, I start a simulation which
  #1
New Member
 
Andy Cong
Join Date: Mar 2009
Posts: 17
Rep Power: 17
andycong is on a distinguished road
Hi, I start a simulation which has a rotating zone, but I don't know what can do this in FOAM, could anyone help me?

Best Regards.
andycong is offline   Reply With Quote

Old   March 7, 2006, 04:58
Default I'd suggest you check out thes
  #2
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
I'd suggest you check out these threads (the search function of the MessageBoard might give you further hints):

http://www.cfd-online.com/OpenFOAM_D...ges/1/770.html
http://www.cfd-online.com/OpenFOAM_D...es/1/1701.html
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   March 7, 2006, 05:10
Default Hi Andy, If you are looking
  #3
Senior Member
 
Håkan Nilsson
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 203
Rep Power: 18
hani is on a distinguished road
Hi Andy,

If you are looking for a tutorial on rotor-stator interaction, have a look at icoTopoFoam, mixer2D.

If you only want to compute the flow in a rotating reference frame, add something similar to the following to a suitable solver:

dimensionedVector Omega
(
"Omega",
dimensionSet(0, 0, -1, 0, 0),
vector(0, 2*M_PI/60*(-595), 0) //The last number is RPM
);
// Calculate the centrifugal force
volVectorField Fcent = (Omega ^ (Omega ^ mesh.C()));

tmp<fvvectormatrix> UEqn
(
fvm::div(phi, U)
+ turbulence->divR(U)
+ (2*Omega ^ U) // Coriolis force
+ Fcent // Centrifugal force, computed ONCE above
);

Håkan.
hani is offline   Reply With Quote

Old   March 7, 2006, 08:29
Default Thank you for your reply. And
  #4
New Member
 
Andy Cong
Join Date: Mar 2009
Posts: 17
Rep Power: 17
andycong is on a distinguished road
Thank you for your reply.
And I think I am looking for the rotor-stator interaction.
andycong 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
Micro pump design / Diaphragm pump Michael Main CFD Forum 2 March 1, 2013 01:56
Counter rotating wall for rotating domain melvin CFX 0 February 4, 2008 04:51
Rotating region of a centr. pump - Counter R wall Emre CFX 0 September 20, 2007 09:58
Rotating Domain,Blades St frame or rotating? Pankaj CFX 1 May 5, 2007 07:06
Difference b/t rotating wall and rotating domain? Juno Kim CFX 2 February 20, 2007 20:08


All times are GMT -4. The time now is 17:33.