|
[Sponsors] |
October 29, 2013, 13:31 |
Rotor 37 problem
|
#1 |
New Member
Paul
Join Date: Oct 2013
Posts: 2
Rep Power: 0 |
Hello,
I am doing a rotor 37 simulation of a single blade passage with periodic BC using openfoam 2.2, i am not able to figure out which solver to use. Currently i m using rhoPorousMRFSimpleFoam. I am not able to get any results, negligible flow is going inside the main domain .Can anyone guide me how to do this. I read somewhere that you have to develop a compressor map by changing the back pressure. How to do that ?? rpm of rotor is = 12465 My boundary conditions are: ------------------------------------------------------------------------- p Code:
dimensions [ 1 -1 -2 0 0 0 0 ]; internalField uniform 349300; boundaryField { Blade { type zeroGradient; } Inlet { type totalPressure; p0 uniform 342000; value uniform 349300; U U; phi phi; gamma 1.40; rho rho; psi none; } Outlet { type fixedValue; value uniform 349300; } Shroud { type zeroGradient; } Hub { type zeroGradient; } periodic_upper { type cyclic; } periodic_lower { type cyclic; } } U Code:
dimensions [ 0 1 -1 0 0 0 0 ]; internalField uniform (1 1 0); boundaryField { Blade { type fixedValue; value uniform (0 0 0); } Inlet { type pressureDirectedInletVelocity; inletDirection uniform (0.9975 0.0704 0); value uniform (0 0 0); } Outlet { type inletOutlet; inletValue $internalField; value $internalField; } Shroud { type fixedValue; value uniform (0 0 0); } Hub { type fixedValue; value uniform (0 0 0); } periodic_upper { type cyclic; } periodic_lower { type cyclic; } } T Code:
dimensions [ 0 0 0 1 0 0 0 ]; internalField uniform 482.94; boundaryField { Blade { type zeroGradient; } Inlet { type totalTemperature; T0 uniform 500.5; value uniform 500.5; gamma 1.4; phi phi; psi thermo:psi; } Outlet { type zeroGradient; } Shroud { type zeroGradient; } Hub { type zeroGradient; } periodic_upper { type cyclic; } periodic_lower { type cyclic; } } Thanks a lot !! Last edited by wyldckat; November 1, 2013 at 20:01. Reason: Added [CODE][/CODE] |
|
November 1, 2013, 20:08 |
|
#2 | ||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Paul and welcome to the forum!
I've gotten the private message you sent me. Quote:
Quote:
My advice: step back and take a simpler look into the problem you're trying to solve. In other words: use the strategy to divide and conquer. So, the basic questions are:
Bruno
__________________
|
|||
November 2, 2013, 14:07 |
|
#3 |
New Member
Paul
Join Date: Oct 2013
Posts: 2
Rep Power: 0 |
Hello Bruno,
Thanks for your reply The NASA rotor 37 is an isolated transonic axial compressor rotor with 36 blades. So instead of the whole rotor, i am simulating a single blade with periodic boundary conditions. So my domain consists of (inlet, outlet, hub shroud and a single blade) I have the results from some other software, i just want to validate them using openfoam using the same BC. So now any suggestions !! |
|
November 2, 2013, 16:36 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Paul,
Transonic? That's a big jump, at least for me, given my level of experience on this. The best I can do is to suggest the following (and since you're using OpenFOAM 2.2):
Best regards, Bruno
__________________
|
|
November 26, 2013, 06:44 |
|
#5 |
Member
Mahdi
Join Date: Jul 2012
Posts: 53
Rep Power: 14 |
I think you might finally end up with "sonicFoam" because NASA rotor 37
is a transonic rotor and you need to consider compressibility and turbulence for that. "sonicFoam" provides these issues for you, however you need to make a decision whether you should have mesh motion or not. in this case "sonicDyMFoam" could be a try. |
|
June 20, 2018, 07:41 |
|
#6 | |
Member
Tom
Join Date: Apr 2017
Posts: 50
Rep Power: 9 |
Quote:
I am currently trying to solve the same problem but after a bit of research I found that the best solver is supposed to be steadyCompressibleMRFFoam from the extended edition of openfoam and using cyclicGgi boundaries |
||
Tags |
rotor, rotor 37, turbomachinery |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |
Is this problem well posed? | Thomas P. Abraham | Main CFD Forum | 5 | September 8, 1999 15:52 |