|
[Sponsors] |
Can anyone give me a introduction of the rhoPimpleFoam solvers? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 22, 2012, 21:37 |
Can anyone give me a introduction of the rhoPimpleFoam solvers?
|
#1 |
Member
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 77
Rep Power: 14 |
Hi foamers,
My tutor asked me to simulate a case using the rhoPimpleFoam solver. However, I am not familiar with it. What's more, I don't know what the LES oneEqEddy model exactly is. Can anyone help me to give me some hints? Bests, Sunxing |
|
December 23, 2012, 06:41 |
|
#2 |
Senior Member
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 266
Blog Entries: 1
Rep Power: 19 |
Hi,
The rhoPimpleFoam is transient solver for laminar or turbulent flow of compressible fluids using the flexible PIMPLE (PISO-SIMPLE) algorithm. The oneEqEddy model is one of the LES turbulence models implemented in OpenFOAM and you can find the related information in the following document: http://www.tfd.chalmers.se/~hani/kur...jectReport.pdf Best regards, fumiya |
|
December 23, 2012, 07:12 |
|
#3 | |
Member
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 77
Rep Power: 14 |
Quote:
Hi fumiya, Thanks for your reply. And it is very helpful for me. Regards Sunxing |
||
March 15, 2013, 03:43 |
|
#4 |
Member
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 77
Rep Power: 14 |
Hi Funiya,
First thank you for your anser my thread. Now I have a new problem, that you may know how to deal with. I have simulated a 2D flot film cooling case using pisoFoam(modified by adding temperature) instead of rhoPimpleFoam(my tutor suggested to use this solver, however the inlet velocity was quite low, so I didn't choose it). Then I performed the case with three different models: Launder Shama k-εmodel(RANS), Smagorinsky model(LES) and k-equation eddy-viscosity model(LES). After analysing the reslut, I find two problem: 1, the temperature filed doesn't have an aggrement with the experimential data. For this point I want to know what leads to this. 2, I have a good result with the RNAS model in velocity and pressure. However the reslut using LES models is bad in velocity, especially that the velocity in the boundary layer is quite low than that of the experimental data. So can you give me some suggestions? This the code that I modify the pisoFoam Code:
//add these lines... fvScalarMatrix TEqn ( fvm::ddt(T) + fvm::div(phi, T) - fvm::laplacian(DT, T) ); TEqn.solve(); //done adding lines... |
|
January 31, 2018, 10:22 |
|
#5 | |
Member
Foad
Join Date: Aug 2017
Posts: 58
Rep Power: 9 |
There is actually a very good example within the OpenFOAM tutorials. just take a look at :
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
New AMG Solvers in OF141dev SVN | philippose | OpenFOAM Running, Solving & CFD | 8 | July 27, 2009 15:52 |
The LESModel for the family of LESmultiphase solvers | ngj | OpenFOAM Bugs | 4 | September 23, 2008 19:15 |
Must periodic oscillation give periodic results? | zonexo | Main CFD Forum | 6 | May 13, 2007 16:36 |
network comms amg solvers | bob | Main CFD Forum | 0 | March 1, 2007 20:58 |
PHOENICS Solvers | Hu | Phoenics | 0 | June 28, 2002 08:37 |