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

Pressure instability with rhoSimpleFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 17, 2011, 13:30
Default
  #41
New Member
 
Patty
Join Date: Sep 2010
Posts: 13
Rep Power: 15
ptbs is on a distinguished road
Quote:
Originally Posted by aerothermal View Post
One thing that helped a lot was to mirror the mesh.
In case of cylinder I mirrored it at mid plane from top to bottom.
So the numerical disturbances did not cause any further symmetry issues.
I can understand it can help, but real life is not always symmetric...Unfortunately, my actual case is not symmetric, and with a porous area...
ptbs is offline   Reply With Quote

Old   February 17, 2011, 14:04
Default
  #42
New Member
 
Patty
Join Date: Sep 2010
Posts: 13
Rep Power: 15
ptbs is on a distinguished road
Quote:
Originally Posted by alberto View Post
Your fvSolution has a nUCorrectors, while the correct syntax in rhoPorousSimpleFoam is nCorrectors.

Best,
Hi Alberto

Are you sure? I made a research like that on my PC:
grep -r nUCorrectors /opt/openfoam171 | grep rhoPorous
and found always nUcorrectors. Moreover, I found it from haukurtReport Tutorial describing the use of rhoPorousSimpleFoam at this address
http://http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2008/HaukurElvarHafsteinsson/haukurReport.pdf

Isn't "nCorrectors" for RhoPisoFoam alone?

Best regards
ptbs is offline   Reply With Quote

Old   February 17, 2011, 15:00
Default
  #43
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
My bad. It seems nUCorrectors is used in porous solvers. Sorry for the confusion!

nCorrectors is for PISO and PIMPLE, and they have a different role there.
__________________
Alberto Passalacqua

GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541)
OpenQBMM - An open-source implementation of quadrature-based moment methods.

To obtain more accurate answers, please specify the version of OpenFOAM you are using.
alberto is offline   Reply With Quote

Old   February 17, 2011, 16:20
Default
  #44
New Member
 
Patty
Join Date: Sep 2010
Posts: 13
Rep Power: 15
ptbs is on a distinguished road
Quote:
Originally Posted by alberto View Post
You are going to have a sort of wave reflection at the outlet I think. Maybe you want to give a try to waveTransmissive BC's and an unsteady run (rhoPisoFoam, rhoPimpleFoam).
Hi Alberto

I think neither RhoPisoFoam nor rhoPimpleFoam have a concept of porous zone, am I right?

I will try wave transmissive BC's but how to set it is not clear for me. Any suggestion?

Best regards
ptbs is offline   Reply With Quote

Old   February 17, 2011, 17:08
Default
  #45
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
Hi, yes they do not have the porous zone implemented, but adding it should be easy, even if it means modifying a solver.

Anyway, my suggestion was mainly to understand what is going on. The BC can be set as shown in the rhoPisoFoam LES tutorial:

Code:
outlet          
    {
        type            waveTransmissive;
        field           p;
        phi             phi;
        rho             rho;
        psi             psi;
        gamma           1.3;
        fieldInf        1e5;
        lInf            0.3;
        value           uniform 1e5;
    }
Best,
Alberto
__________________
Alberto Passalacqua

GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541)
OpenQBMM - An open-source implementation of quadrature-based moment methods.

To obtain more accurate answers, please specify the version of OpenFOAM you are using.
alberto 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
BC for rhoSimpleFoam uli_u OpenFOAM Running, Solving & CFD 77 April 4, 2013 11:28
RhoSimpleFoam maritozzo OpenFOAM Running, Solving & CFD 1 April 30, 2010 18:18
RhoSimpleFoam jphandrigan OpenFOAM Running, Solving & CFD 18 March 29, 2009 11:05
RhoSimpleFoam negative pressure gzink OpenFOAM Running, Solving & CFD 10 June 4, 2007 05:35
RhoSimpleFoam luca OpenFOAM Running, Solving & CFD 0 August 22, 2005 12:26


All times are GMT -4. The time now is 02:30.