|
[Sponsors] |
porousSimpleFoam: oscillating velocity in the porous zone |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 21, 2017, 04:06 |
|
#21 | |
New Member
Sebastian
Join Date: Feb 2017
Posts: 22
Rep Power: 9 |
Quote:
Code:
cd $FOAM_SOLVERS/incompressible/simpleFoam As mentioned in the bug-report you have to replace Code:
U -= rUA*fvc::grad(p) Code:
U = fvc::reconstruct(phi) Code:
.../Make/files Code:
wmake |
||
August 21, 2017, 06:49 |
|
#22 | |
New Member
karundev
Join Date: Jun 2017
Location: India
Posts: 25
Rep Power: 9 |
Quote:
Thanks for your Reply. I am unable to find this equation , Can you please tell in which file it belongs to? peq.h or ueq.h ? |
||
August 22, 2017, 04:22 |
|
#23 | |
New Member
Sebastian
Join Date: Feb 2017
Posts: 22
Rep Power: 9 |
Quote:
Since I do not know, which version of openFoam you are using, I can not give you all the details. In the newest version it should correspond to Code:
if (pressureImplicitPorosity) { U = HbyA - (trTU()&fvc::grad(p)); } else { U = HbyA - (trAU()*fvc::grad(p)); } |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Oscillating velocity and porous zones | alberto | OpenFOAM Running, Solving & CFD | 4 | October 28, 2016 04:14 |
Heat source in porous zone | anger | OpenFOAM Running, Solving & CFD | 11 | December 16, 2013 10:49 |
Problem in IMPORT of ICEM input file in FLUENT | csvirume | FLUENT | 2 | September 9, 2009 02:08 |
Temperature drop after porous zone | MN | FLUENT | 0 | December 10, 2003 13:28 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |