|
[Sponsors] |
Is there any tutorials about rotating machineturbomachinery such as pump etc |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 2, 2006, 05:26 |
Hi, I start a simulation which
|
#1 |
New Member
Andy Cong
Join Date: Mar 2009
Posts: 17
Rep Power: 17 |
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. |
|
March 7, 2006, 05:58 |
I'd suggest you check out thes
|
#2 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
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 |
|
March 7, 2006, 06:10 |
Hi Andy,
If you are looking
|
#3 |
Senior Member
Håkan Nilsson
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 205
Rep Power: 18 |
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. |
|
March 7, 2006, 09:29 |
Thank you for your reply.
And
|
#4 |
New Member
Andy Cong
Join Date: Mar 2009
Posts: 17
Rep Power: 17 |
Thank you for your reply.
And I think I am looking for the rotor-stator interaction. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Micro pump design / Diaphragm pump | Michael | Main CFD Forum | 2 | March 1, 2013 02:56 |
Counter rotating wall for rotating domain | melvin | CFX | 0 | February 4, 2008 05:51 |
Rotating region of a centr. pump - Counter R wall | Emre | CFX | 0 | September 20, 2007 10:58 |
Rotating Domain,Blades St frame or rotating? | Pankaj | CFX | 1 | May 5, 2007 08:06 |
Difference b/t rotating wall and rotating domain? | Juno Kim | CFX | 2 | February 20, 2007 21:08 |