|
[Sponsors] |
July 2, 2007, 03:47 |
The release notes for v. 1.4 r
|
#1 |
New Member
gac
Join Date: Mar 2009
Location: Pennsylvania, USA
Posts: 2
Rep Power: 0 |
The release notes for v. 1.4 refer to a "Porous media model including power-law inertial and viscous models for either explicit or implicit implementation in any of the pressure-velocity solvers (demonstration example included)."
However, there is no mention of the porous media model in the User Guide, and I can't find the "demonstration example." Any assistance is appreciated. |
|
July 2, 2007, 04:46 |
In the tutorials directory, yo
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
In the tutorials directory, you should find both
rhoExplicitPorousSimpleFoam and rhoImplicitPorousSimpleFoam with an angleDuct example. For higher flow resistances, the implicit formulation should be more robust. I don't think that it costs much more either. |
|
July 2, 2007, 06:12 |
You can find class files in:
|
#3 |
New Member
Masato Otsuki
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 26
Rep Power: 17 |
You can find class files in:
OpenFOAM-1.4/src/finiteVolume/cfdTools/general/porousMedia You can find brief comments in "porousZones.H". |
|
July 4, 2007, 09:03 |
Hi
When I try to run the a
|
#4 |
New Member
abhishek k n
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 16
Rep Power: 17 |
Hi
When I try to run the angleDuct tutorial the following error is reported. FoamXError "getApplication::Invalid application class name 'rhoExplicitPorousSimpleFoam'." In function "IPropertiesImpl" in file "IPropertiesImpl.C" at line 910 |
|
July 4, 2007, 10:13 |
Do you get it to work without
|
#5 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Do you get it to work without FoamX?
|
|
July 4, 2007, 10:41 |
No I can't get it to run witho
|
#6 |
New Member
abhishek k n
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 16
Rep Power: 17 |
No I can't get it to run without FoamX: in fact I don't know how to create a case from the terminal using solvers that don't have a tutorial associated with them (like dieselEngineFoam). I have so far been using the drop down menu in FoamX having only access to the default solvers upon creating a case. Maybe knowing how to do this will solve my problem.
When i run the case angleDuct on terminal I am using this command: rhoPorousSimpleFoam ~/ angledDuctImplicit the following error is reported: FOAM FATAL ERROR : Cannot find file "points" in directory "constant/polyMesh" From function Time::findInstance(const word& dir, const word& name) in file db/Time/findInstance.C at line 133. I have aslo noticed there is no solver with name rhoImplicitPorousSimpleFoam and rhoExplicitPorousSimpleFoam But there is a rhoPorousSimpleFoam. Maybe I need to use rhoExplicitPorousSimpleFoam in conjunction with something?? |
|
July 4, 2007, 11:35 |
The points are missing because
|
#7 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
The points are missing because you didn't run blockMesh yet
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
August 1, 2007, 15:24 |
Hi,
i've just downloaded and
|
#8 |
Guest
Posts: n/a
|
Hi,
i've just downloaded and installed the last version of OpenFoam and i was wondering if anybody had any experience with it on solving coupled and non linear convection-diffusion problems like those in reservoir or bassin simulation in the oil industry. Particularly with heterogenous and anisotropic porous media, has anyone ever used OpenFoam to simulate compressible two-phase flows in porous media? Thanks for your answers. |
|
August 1, 2007, 18:34 |
Hi Stephane,
Compressible t
|
#9 |
Senior Member
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21 |
Hi Stephane,
Compressible two-phase flow has been done for transonic sprays, but I am not aware of any two-phase flow calculations in conjunction with porous media. To get it working would require some coding and depending on your working fluids, the possible implementation of additional equations of state. You can mail me directly if you require additional info. |
|
September 12, 2007, 08:35 |
Hi
When I try to run the an
|
#10 |
Member
Paul Mauk
Join Date: Mar 2009
Posts: 39
Rep Power: 17 |
Hi
When I try to run the angleDuct tutorial the following error is reported: FoamXError "getApplication::Invalid application class name 'rhoExplicitPorousSimpleFoam'." I know, the same question was asked by "abhishek kn" but I couldnt find any answer... |
|
September 12, 2007, 09:23 |
I've tried to run this case wi
|
#11 |
Member
Paul Mauk
Join Date: Mar 2009
Posts: 39
Rep Power: 17 |
I've tried to run this case without FoamX,
but it did not work. I've got following message: FOAM FATAL IO ERROR : keyword pressureImplicitPorousity is undefined in dictionary "/home/cfduser1/OpenFOAM/cfduser1-1.4.1/run/tutorials/rhoExplicitPorousSimpleFoa m/angledDuctExplicit/system/fvSolution::SIMPLE" file: /home/cfduser1/OpenFOAM/cfduser1-1.4.1/run/tutorials/rhoExplicitPorousSimpleFoam /angledDuctExplicit/system/fvSolution::SIMPLE from line 75 to line 76. From function dictionary::lookupEntry(const word& keyword) const in file db/dictionary/dictionary.C at line 146. |
|
September 12, 2007, 22:35 |
Hi Paul,
The swich pressure
|
#12 |
New Member
Masato Otsuki
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 26
Rep Power: 17 |
Hi Paul,
The swich pressureImplicitPorousity has no effect for rhoExplicitPorousSimpleFoam. Modify angledDuctExplicit/system/fvSolution as: SIMPLE { nNonOrthogonalCoccectors 0; pMin pMin [1 -1 -2 0 0 0 0] 100; pressureImplicitPorousity No; } and try again. Masato |
|
September 13, 2007, 09:22 |
Hi, Masato!
It seems to work.
|
#13 |
Member
Paul Mauk
Join Date: Mar 2009
Posts: 39
Rep Power: 17 |
Hi, Masato!
It seems to work. Thank you very mutch! |
|
October 30, 2007, 07:01 |
Hi, everyone!
The case don't
|
#14 |
Member
Paul Mauk
Join Date: Mar 2009
Posts: 39
Rep Power: 17 |
Hi, everyone!
The case don't work once again. FOAM FATAL ERROR : Cannot find file "points" in directory "constant/polyMesh" From function Time::findInstance(const word& dir, const word& name) in file db/Time/findInstance.C at line 133. FOAM exiting Can anybody help me please? |
|
October 30, 2007, 07:55 |
To Paul Mauk: you should run b
|
#15 |
Senior Member
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21 |
To Paul Mauk: you should run blockMesh before running case
__________________
MDPI Fluids (Q2) special issue for OSS software: https://www.mdpi.com/journal/fluids/..._modelling_OSS GitHub: https://github.com/unicfdlab Linkedin: https://linkedin.com/in/matvey-kraposhin-413869163 RG: https://www.researchgate.net/profile/Matvey_Kraposhin |
|
October 31, 2007, 07:19 |
To Matvej Karposhin: Thank you
|
#16 |
Member
Paul Mauk
Join Date: Mar 2009
Posts: 39
Rep Power: 17 |
To Matvej Karposhin: Thank you very match for helping. Would you like to share some experience in Open Foam with me? In russian?
|
|
October 31, 2007, 07:48 |
Paul Mauk, ii would be nice, i
|
#17 |
Senior Member
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21 |
Paul Mauk, ii would be nice, if you can speak russian language (english is still very difficult to me).
What kind of problems are you intersted in OpenFoam?
__________________
MDPI Fluids (Q2) special issue for OSS software: https://www.mdpi.com/journal/fluids/..._modelling_OSS GitHub: https://github.com/unicfdlab Linkedin: https://linkedin.com/in/matvey-kraposhin-413869163 RG: https://www.researchgate.net/profile/Matvey_Kraposhin |
|
October 31, 2007, 08:07 |
Of course, I can speak russian
|
#18 |
Member
Paul Mauk
Join Date: Mar 2009
Posts: 39
Rep Power: 17 |
Of course, I can speak russian much better than english. I think it would be better, you tell me your e-mail adress and I will write an e-mail, to discribe my problems.
|
|
November 1, 2007, 06:57 |
Paul Mauk, here is my e-mail:
|
#19 |
Senior Member
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21 |
Paul Mauk, here is my e-mail: mkraposhin@inbox.ru, same as in profile.
__________________
MDPI Fluids (Q2) special issue for OSS software: https://www.mdpi.com/journal/fluids/..._modelling_OSS GitHub: https://github.com/unicfdlab Linkedin: https://linkedin.com/in/matvey-kraposhin-413869163 RG: https://www.researchgate.net/profile/Matvey_Kraposhin |
|
September 7, 2009, 05:29 |
LHS and RHS of + have different dimensions
|
#20 | |
New Member
Srikara Mahishi
Join Date: Mar 2009
Location: Bangalore
Posts: 22
Rep Power: 17 |
Hi,
I am running the rhoPorousSimpleFoam solver to solve a porous media simulation in OF 1.5. I get the following error message when I enter the command: Quote:
Thank you in advance, Srikara |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX: what is "A true volume-porous media model?" | whiz | CFX | 28 | April 16, 2019 09:14 |
Porous media in openfoam | arturo | OpenFOAM Running, Solving & CFD | 31 | March 16, 2013 17:07 |
Power law model for porous media | Karl | FLUENT | 0 | December 13, 2004 16:14 |
turbulence model in porous media | zhzhguo | FLUENT | 2 | November 1, 2004 08:10 |
Question about porous media model | Glenn Price | FLUENT | 5 | June 28, 2000 12:48 |