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

pimpleFoam and porousBafflePressure

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 15, 2021, 11:26
Default pimpleFoam and porousBafflePressure
  #1
Senior Member
 
Pierre-Olivier Dallaire
Join Date: Mar 2009
Location: Montreal, Quebec, Canada
Posts: 192
Rep Power: 17
podallaire is on a distinguished road
Hello,

I've been faced with a problem in the last few days with OpenFOAM 8 that I cannot resolve unfortunately. I'm using a porousBafflePressure BC on couple patches with a model that I'm solving with pimpleFOAM. For some reasons, this boundary condition is somewhat not applied. Some info:

1) For the mesh, the patches are defined as "cyclic" in boundary
2) the BCs are defined as "cyclic" for all fields except for the pressure
3) In the pressure file, I'm using this to define the porousBafflePressure:

Code:
    "porousBaffle"
    {
        type            porousBafflePressure;
        patchType       cyclic;
        jump            uniform 0;
        value           uniform 0;
        D               0;
        I               1.65;
        length          1;
    }
4) pimpleFoam will run but will not calculate any pressure drop for this patch. It seems that it considers the patch as a basic "cyclic" on the pressure as well.

5) I ran in debug mode and I don't get the information that this BC should return

Code:
            << " Average pressure drop :" << avePressureJump
            << " Average velocity :" << aveVelocity
I'm confused since pimpleFoam is compiled with libmomentumTransportModels and porousBafflePressure is included in that library.

Any suggestion?

Regards,

PO
podallaire is offline   Reply With Quote

Old   April 12, 2021, 07:35
Default porousbafflepressure BC
  #2
New Member
 
Arnau
Join Date: Apr 2021
Posts: 7
Rep Power: 5
arnauvp is on a distinguished road
I am having a similar problem when using porousBafflePressure BC. I am working with oenfoam v7 and I only found a tutorial using this boundary condition (damBreakPorousBaffle). My problem is that i am having the same solution with damBreakPorousBaffle and damBreak (without the porous baffle) like the porous membrane is not created or it is not affecting the fluid.

Do you have a set case using porousbafflepressure BC already working?
arnauvp is offline   Reply With Quote

Old   March 6, 2023, 09:50
Default
  #3
New Member
 
Mateusz Piecuch
Join Date: Feb 2022
Posts: 4
Rep Power: 4
mpiecuch is on a distinguished road
Hello

Have you found the answer?

Or maybe someone have a tutorial for porous baffle?

Best regards
Mateusz
mpiecuch 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
pimpleFoam runs slower than rhoPimpleFoam Kosuke Seto OpenFOAM Running, Solving & CFD 3 May 27, 2023 14:12
pisoFoam and pimpleFoam are unstable in foam-extend 4.0/4.1 (misunderstanding ?) Kombinator OpenFOAM Running, Solving & CFD 4 January 14, 2021 04:10
naca12 laminar pimpleFoam uni OpenFOAM Running, Solving & CFD 2 March 17, 2018 07:17
pimpleFoam: turbulence->correct(); is not executed when using residualControl hfs OpenFOAM Running, Solving & CFD 3 October 29, 2013 08:35
Differences simpleFoam vs. pimpleFoam / RASModel.H vs turbulenceModel.H uli OpenFOAM Programming & Development 7 January 26, 2013 15:01


All times are GMT -4. The time now is 00:23.