|
[Sponsors] | |||||
|
|
|
#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? |
|
|
|
|
|
|
|
|
#2 | |
|
New Member
Maolong LIU
Join Date: Apr 2010
Location: Japan
Posts: 28
Rep Power: 5 ![]() |
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 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fluent3DMeshToFoam | simvun | OpenFOAM Other Meshers: ICEM, Star, Ansys, Pointwise, GridPro, Ansa, ... | 48 | May 14, 2012 05:20 |
| Compilation errors in ThirdPartymallochoard | feng_w | OpenFOAM Installation | 1 | January 25, 2009 06:59 |
| DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 17:51 |
| a problem in calculating pressure drop in Fluent? | yu chun | FLUENT | 1 | May 18, 2004 03:40 |
| X-Y plot of Yplus in Fluent 5.3 | Luo | FLUENT | 24 | April 11, 2000 06:07 |