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

Can anyone give me a introduction of the rhoPimpleFoam solvers?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 22, 2012, 20:37
Default Can anyone give me a introduction of the rhoPimpleFoam solvers?
  #1
Member
 
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 77
Rep Power: 13
Sunxing is on a distinguished road
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
Sunxing is offline   Reply With Quote

Old   December 23, 2012, 05:41
Default
  #2
Senior Member
 
fumiya's Avatar
 
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 266
Blog Entries: 1
Rep Power: 18
fumiya is on a distinguished road
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
fumiya is offline   Reply With Quote

Old   December 23, 2012, 06:12
Default
  #3
Member
 
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 77
Rep Power: 13
Sunxing is on a distinguished road
Quote:
Originally Posted by fumiya View Post
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

Hi fumiya,

Thanks for your reply. And it is very helpful for me.

Regards
Sunxing
Sunxing is offline   Reply With Quote

Old   March 15, 2013, 02:43
Default
  #4
Member
 
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 77
Rep Power: 13
Sunxing is on a distinguished road
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...
Attached Images
File Type: jpg fig1.JPG (18.5 KB, 53 views)
File Type: jpg velocity near the wall.jpg (40.6 KB, 59 views)
Sunxing is offline   Reply With Quote

Old   January 31, 2018, 09:22
Default
  #5
Member
 
Foad
Join Date: Aug 2017
Posts: 58
Rep Power: 8
foadsf is on a distinguished road
There is actually a very good example within the OpenFOAM tutorials. just take a look at :

Quote:
tutorials\combustion\XiDyMFoam\annularCombustorTur bine
foadsf 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
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


All times are GMT -4. The time now is 21:14.