|
[Sponsors] |
April 28, 2021, 09:36 |
PorousSimpleFoam with double pressure drop
|
#1 |
Member
Chris
Join Date: Dec 2020
Posts: 45
Rep Power: 5 |
Hey,
I would like to do some simulations of pleated filter with porous media. Therefor I started with an easy example using a flat filter with an inlet zone pre and outlet zone after my filter. When I simulate with "simpleFoam", I get the correct pressure drop of 759.5 Pa (compared to Darcy theoretical value with 759.8 Pa). When I do the exactly same simulation with "porousSimpleFoam" I get a pressure drop of 1519.0 Pa which is exactly the double value of real pressure. Can anybody help with this? The second thing I'm interested in is the pressure drop and velocity close the the filter inlet and outlet. Depending on my fvSolution settings it varies strong. For future calculations I need a stable velocity at the inlet and outlet of the filter instead of fluctuations and jumps of velocity. Another problem of the velocity jumps is, that the pressure can reach negative values. These are close to zero but stil negative which is a problem for following studies. Do you have any tips about which solver to use best? I tried out p { solver PCG; preconditioner DIC; tolerance 1e-16; relTol 5e-2; } "(U|k|omega)" { solver PBiCGStab; preconditioner DILU; tolerance 1e-16; relTol 1e-3; } which seems to produce the best results. I'm also using a variation of relaxation parameter for U, which I decrease from time to time. This also corrects my pressure drop and velocity a litte bit. Thx in advance Pyrokrates |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Continuing User Defined Real Gas Model issues | aeroman | FLUENT | 6 | April 8, 2016 04:34 |
New densitybased solver AeroFoam | giulio_romanelli | OpenFOAM Running, Solving & CFD | 48 | January 15, 2016 09:20 |
Parallel User Defined Real Gas Model | aeroman | FLUENT | 4 | July 1, 2015 07:09 |
Missing math.h header | Travis | FLUENT | 4 | January 15, 2009 12:48 |
REAL GAS UDF | brian | FLUENT | 6 | September 11, 2006 09:23 |