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

Pressure Residue Fluctuations

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 21, 2022, 04:17
Default Pressure Residue Fluctuations
  #1
New Member
 
ron kenneth
Join Date: Oct 2022
Posts: 3
Rep Power: 3
cfdnoob1210 is on a distinguished road
Hi
I am trying to run external aerodynamics of a Car ( SimpleFoam, RAS k-omegaSST with turbulence on)

I have ran the simulation for 5000 timesteps, but the pressure residue keeps on Fluctuating even though k,Ux,Uy,Uz have become steady.

This is the FV scheme I am currently using.
I have tried using LES model as well but getting somewhat similar results

FoamFile
{
version 2.0;
class dictionary;
format ascii;
location "system";
object fvSchemes;
}
ddtSchemes
{
default steadyState;
}
gradSchemes
{
default cellLimited Gauss linear 1.0;
}
divSchemes
{
div((nuEff*dev2(T(grad(U))))) Gauss linear;
div(R) Gauss linear;
default bounded Gauss upwind;
div(phi,U) bounded Gauss upwind;
div(phi,k) bounded Gauss upwind;
div(phi,omega) bounded Gauss upwind;
}
laplacianSchemes
{
default Gauss linear corrected;
}
interpolationSchemes
{
default linear;
}
snGradSchemes
{
default corrected;
}
fluxRequired
{
default no;
p ;
}
wallDist
{
method meshWave;
nRequired false;
}

Please Help its been a long since I have found answer to this.
cfdnoob1210 is offline   Reply With Quote

Old   November 21, 2022, 05:00
Default
  #2
New Member
 
ron kenneth
Join Date: Oct 2022
Posts: 3
Rep Power: 3
cfdnoob1210 is on a distinguished road
fv Solution

FoamFile
{
version 2.0;
class dictionary;
format ascii;
location "system";
object fvSolution;
}
solvers
{
p
{
solver GAMG;
smoother GaussSeidel;
relTol 0.01;
cacheAgglomeration true;
nFinestSweeps 2;
nPreSweeps 0;
maxIter 100;
nPostSweeps 1;
agglomerator faceAreaPair;
nCellsInCoarsestLevel 10;
tolerance 1.0E-6;
mergeLevels 1;
}
U
{
solver PBiCGStab;
relTol 0.1;
preconditioner DILU;
tolerance 1.0E-6;
maxIter 100;
}
k
{
solver PBiCGStab;
relTol 0.1;
preconditioner DILU;
tolerance 1.0E-6;
maxIter 100;
}
omega
{
solver PBiCGStab;
relTol 0.1;
preconditioner DILU;
tolerance 1.0E-6;
maxIter 100;
}
}
SIMPLE
{
consistent true;
nNonOrthogonalCorrectors 1;
residualControl
{
p 1.0E-6;
U 1.0E-6;
k 1.0E-6;
omega 1.0E-6;
}
pRefCell 0;
pRefValue 0.0;
}
relaxationFactors
{
p 0.2;
U 0.2;
k 0.2;
omega 0.2;
}
cfdnoob1210 is offline   Reply With Quote

Reply

Tags
convergence, openfoam, pressure residual, residue, simplefoam convergence


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
How is total pressure calculated? looee CFX 15 October 30, 2019 08:14
CFD-Post, expression for pressure fluctuations hand90 CFX 5 August 29, 2018 10:39
CFX Solver stopped with error when requested for backup during solver running Mfaizan CFX 40 May 13, 2016 06:50
Pressure Outlet Guage pressure Mohsin FLUENT 36 April 29, 2016 17:16
numerical prediction of Pressure fluctuations in hydraulic jump masoud197 CFX 1 January 22, 2012 17:58


All times are GMT -4. The time now is 08:16.