|
[Sponsors] |
Non equilibrium wall function : pressure acquisition problem |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 6, 2010, 19:52 |
Non equilibrium wall function : pressure acquisition problem
|
#1 |
New Member
Mattia Maffioletti
Join Date: Oct 2009
Posts: 1
Rep Power: 0 |
Hi everyone.
I'm trying to implement a fluent-type wall function sensitized to pressure gradient, i.e. "non-equilibrium WF". There is no problem in epsilon/omega WF when I get the pressure gradient, needed for my calculation, in this way: const volScalarField& P = db().lookupObject<volScalarField>("p"); volVectorField grdntP = fvc::grad(P); If I apply the same procedure in nutSpalartAllmarasWF ( that follows the general Spalding law-of-the-wall but it has to be sentivized to pressure gradient, too!) the solution explode in an unexplainable way. I've already tried to debug my code on every line that I added and I've concluded that the problematic line is the second I wrote before. My idea is that this procedure applied to nut-WF result in an unintentional modify of the pressure field, but I thin it's a weak idea, if I had understood OF works. Any idea? |
|
October 10, 2010, 05:45 |
|
#2 | |
Member
Maolong LIU
Join Date: Apr 2010
Location: USA
Posts: 31
Rep Power: 16 |
Hi, have you solved this problem?
I am now also trying to write a new wall function including pressure gradient. Quote:
|
||
Tags |
pressure gradient, wall functions |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
Compilation errors in ThirdPartymallochoard | feng_w | OpenFOAM Installation | 1 | January 25, 2009 07:59 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |
a problem in calculating pressure drop in Fluent? | yu chun | FLUENT | 1 | May 18, 2004 04:40 |
X-Y plot of Yplus in Fluent 5.3 | Luo | FLUENT | 24 | April 11, 2000 07:07 |