CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Very low values of Pressure in a Difusser using OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 28, 2018, 07:40
Default Very low values of Pressure in a Difusser using OpenFOAM
  #1
New Member
 
Bota Amdrei
Join Date: May 2015
Posts: 13
Rep Power: 10
andrewmichael is on a distinguished road
Hello everyone,

I am trying to simulate the flow through a diffuser using OpenFOAM. After the simulation is complete, paraview shows the values of pressure being 1e-38. I do not have a clue why this is happening because with the exact fvSchemes and fvSolutions it did not show this.

The fvSolutions and Schemes are displayed below:

fvSolutions:
solvers
{

Phi
{
solver GAMG;
smoother DIC;
tolerance 1e-06;
relTol 0.1;
}

p
{
solver GAMG;
tolerance 1e-06;
relTol 0.1;
smoother GaussSeidel;
$Phi

}


"(U|k|epsilon|omega|f|v2)"
{
solver smoothSolver;
smoother symGaussSeidel;
// solver GAMG;
// smoother GaussSeidel;
tolerance 1e-06;
relTol 0.1;
}
}

SIMPLE
{
nNonOrthogonalCorrectors 0;
consistent yes;

residualControl
{
p 1e-6;
U 1e-6;
"(k|epsilon|omega|f|v2)" 1e-6;
}
}

relaxationFactors
{
equations
{
"U.*" 0.95; // 0.9 is more stable but 0.95 more convergent
"p.*" 0.95; // 0.9 is more stable but 0.95 more convergent
"k.*" 0.95; // 0.9 is more stable but 0.95 more convergent
"epsilon.*" 0.95; // 0.9 is more stable but 0.95 more convergent
".*" 0.95; // 0.9 is more stable but 0.95 more convergent
}
}



potentialFlow
{
nNonOrthogonalCorrectors 3;
}


// ************************************************** *********************** //


fvSchemes

ddtSchemes
{
default steadyState;
}

gradSchemes
{
default Gauss linear;
}

divSchemes
{
default none;
div(phi,U) Gauss linearUpwind grad(U);
div(phi,k) Gauss linearUpwind grad(k);
div(phi,epsilon) Gauss linearUpwind grad(epsilon);
div(phi,omega) Gauss linearUpwind grad(omega);
div(phi,v2) Gauss upwind;
div((nuEff*dev2(T(grad(U))))) Gauss linear;
div(nonlinearStress) Gauss linear;
}

laplacianSchemes
{
default Gauss linear corrected;
}

interpolationSchemes
{
default linear;
}

snGradSchemes
{
default corrected;
}

wallDist
{
method meshWave;
}

Kind regards,

Andrei
andrewmichael 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
Wind tunnel Boundary Conditions in Fluent metmet FLUENT 6 October 30, 2019 12:23
sonicFoam - pressure driven pipe: flow continuity violation and waveTransmissive BC Endel OpenFOAM Running, Solving & CFD 3 September 11, 2014 16:29
InterPhaseChangeFoam ERROR shipman OpenFOAM Running, Solving & CFD 37 March 23, 2014 12:43
Hydrostatic pressure in 2-phase flow modeling (long) DS & HB Main CFD Forum 0 January 8, 2000 15:00
regarding low pressure handling subodh kumar Main CFD Forum 1 November 20, 1999 22:23


All times are GMT -4. The time now is 01:04.