|
[Sponsors] |
May 17, 2011, 05:15 |
Convergence Issue in MRFSimpleFoam
|
#1 |
Member
Kurne
Join Date: Aug 2010
Location: Pune, INDIA
Posts: 88
Rep Power: 16 |
Dear All
I am using OpenFOAM 1.5-dev and my case is of turbo machinery and using MRFSimpleFoam solver.I have given following BC Inlet Code:
U flowRateInletVelocity P zeroGradient k fixedValue; value uniform 1.057; epsilon fixedValue; uniform 11290; Code:
U zeroGradient; P fixedMean k zeroGradient;; epsilon fzeroGradient; Code:
ddtSchemes { default steadyState; } gradSchemes { default Gauss linear; grad(p) Gauss linear; grad(U) Gauss linear; } divSchemes { default none; div(phi,U) Gauss upwind; div(phi,k) Gauss upwind; div(phi,epsilon) Gauss upwind; div((nuEff*dev(grad(U).T()))) Gauss linear; } laplacianSchemes { default none; laplacian(nuEff,U) Gauss linear corrected; laplacian((1|A(U)),p) Gauss linear corrected; laplacian(DkEff,k) Gauss linear corrected; laplacian(DepsilonEff,epsilon) Gauss linear corrected; laplacian(1,p) Gauss linear corrected; } interpolationSchemes { default linear; interpolate(U) linear; } snGradSchemes { default corrected; } fluxRequired { default no; p; } Code:
{ p GAMG { tolerance 1e-8; relTol 0.05; smoother GaussSeidel; cacheAgglomeration true; nCellsInCoarsestLevel 20; agglomerator faceAreaPair; mergeLevels 1; }; U smoothSolver { smoother GaussSeidel; nSweeps 2; tolerance 1e-7; relTol 0.01; }; k smoothSolver { smoother GaussSeidel; nSweeps 2; tolerance 1e-7; relTol 0.1; }; epsilon smoothSolver { smoother GaussSeidel; nSweeps 2; tolerance 1e-7; relTol 0.1; }; } SIMPLE { nNonOrthogonalCorrectors 2; pRefCell 0; pRefValue 0; } relaxationFactors { p 0.5; U 0.5; k 0.3; epsilon 0.3; } I am facing the problem of convergence of solver.I am attaching the residual plots and log file.I have done number of changes in it but didn't get the convergence.Will anybody help me. I am waiting.Thanks In Advance.
__________________
Simulation Is Determination Of Imagination Towards Approximation ® Best Regards Mubeen K Kurne |
|
May 18, 2011, 03:51 |
|
#2 |
Member
Kurne
Join Date: Aug 2010
Location: Pune, INDIA
Posts: 88
Rep Power: 16 |
Dear All
Yet i didn't get rid out of it.I am need of help from you people. I am waiting. Thanks In Advance.
__________________
Simulation Is Determination Of Imagination Towards Approximation ® Best Regards Mubeen K Kurne |
|
May 18, 2011, 05:28 |
|
#3 |
Member
Vojtech Betak
Join Date: Mar 2009
Location: Czech republic
Posts: 34
Rep Power: 18 |
Try to use inletOutlet boundary condition for velocity outlet instead zeroGradient
|
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convergence issue with continuity equation | Jake | FLUENT | 8 | June 6, 2018 04:41 |
Convergence of CFX field in FSI analysis | nasdak | CFX | 2 | June 29, 2009 02:17 |
Convergence issue in SST for Porous model | Raj | CFX | 0 | May 2, 2008 03:43 |
CFX-Solver, issue with convergence behavior | Andy | CFX | 7 | September 5, 2006 04:24 |
Convergence issue | Jake | FLUENT | 3 | June 30, 2005 05:12 |