|
[Sponsors] |
February 17, 2011, 14:30 |
|
#41 |
New Member
Patty
Join Date: Sep 2010
Posts: 13
Rep Power: 16 |
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...
|
|
February 17, 2011, 15:04 |
|
#42 | |
New Member
Patty
Join Date: Sep 2010
Posts: 13
Rep Power: 16 |
Quote:
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 |
||
February 17, 2011, 16:00 |
|
#43 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
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. |
|
February 17, 2011, 17:20 |
|
#44 | |
New Member
Patty
Join Date: Sep 2010
Posts: 13
Rep Power: 16 |
Quote:
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 |
||
February 17, 2011, 18:08 |
|
#45 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
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; } 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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
BC for rhoSimpleFoam | uli_u | OpenFOAM Running, Solving & CFD | 77 | April 4, 2013 12:28 |
RhoSimpleFoam | maritozzo | OpenFOAM Running, Solving & CFD | 1 | April 30, 2010 19:18 |
RhoSimpleFoam | jphandrigan | OpenFOAM Running, Solving & CFD | 18 | March 29, 2009 12:05 |
RhoSimpleFoam negative pressure | gzink | OpenFOAM Running, Solving & CFD | 10 | June 4, 2007 06:35 |
RhoSimpleFoam | luca | OpenFOAM Running, Solving & CFD | 0 | August 22, 2005 13:26 |