|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 52
Rep Power: 2 ![]() |
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 |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 107
Rep Power: 4 ![]() |
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 |
|
|
|
|
|
|
|
|
#3 | |
|
Member
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 52
Rep Power: 2 ![]() |
Quote:
Hi fumiya, Thanks for your reply. And it is very helpful for me. Regards Sunxing |
||
|
|
|
||
|
|
|
#4 |
|
Member
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 52
Rep Power: 2 ![]() |
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...
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New AMG Solvers in OF141dev SVN | philippose | OpenFOAM Running, Solving & CFD | 8 | July 27, 2009 14:52 |
| The LESModel for the family of LESmultiphase solvers | ngj | OpenFOAM Bugs | 4 | September 23, 2008 18:15 |
| Must periodic oscillation give periodic results? | zonexo | Main CFD Forum | 6 | May 13, 2007 15:36 |
| network comms amg solvers | bob | Main CFD Forum | 0 | March 1, 2007 19:58 |
| PHOENICS Solvers | Hu | Phoenics | 0 | June 28, 2002 07:37 |