|
[Sponsors] |
Weird results in MRF simulation of stirred tank with a steady state k-w SST model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 2, 2015, 17:05 |
Weird results in MRF simulation of stirred tank with a steady state k-w SST model
|
#1 |
Member
amine
Join Date: Jan 2014
Location: FRANCE
Posts: 84
Rep Power: 12 |
Dear,
I need your help to understand why I have no logical physical result of velocity and pressure. I have done an MRF simulation of stirred tank with a steady state k-w SST model rotational velocity 100 rpm Material : water fvSolution Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location system; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // SIMPLE { nNonOrthogonalCorrectors 0; pressureImplicitPorousity false; pRefCell 0; pRefValue 0; residualControl { U 1.0E-5; k 1.0E-5; epsilon 1e-5; omega 1.0E-5; nuTilda 1e-5; T 1e-5; p_rgh 1e-5; p 1.0E-5; } } solvers { p { solver GAMG; tolerance 1e-7; relTol 0.01; smoother GaussSeidel; nPreSweeps 0; nPostSweeps 2; cacheAgglomeration on; agglomerator faceAreaPair; nCellsInCoarsestLevel 10; mergeLevels 1; } U { solver smoothSolver; smoother GaussSeidel; tolerance 1e-8; relTol 0.1; nSweeps 1; } k { solver smoothSolver; smoother GaussSeidel; tolerance 1e-8; relTol 0.1; nSweeps 1; } omega { solver smoothSolver; smoother GaussSeidel; tolerance 1e-8; relTol 0.1; nSweeps 1; } } potentialFlow { nNonOrthogonalCorrectors 10; } relaxationFactors { fields { p 0.3; } equations { U 0.7; k 0.7; omega 0.7; } } cache { grad(U); } // ************************************************************************* // Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object fvSchemes; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ddtSchemes { default steadyState; } gradSchemes { default Gauss linear; grad(U) cellLimited Gauss linear 1; } divSchemes { default none; div(phi,U) bounded Gauss linearUpwindV grad(U); div(phi,k) bounded Gauss upwind; div(phi,omega) bounded Gauss upwind; div((nuEff*dev(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear corrected; } interpolationSchemes { default linear; } snGradSchemes { default corrected; } fluxRequired { default no; p; } // ************************************************************************* // Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location system; object controlDict; } startFrom startTime; startTime 0; stopAt endTime; endTime 1000; deltaT 1; writeControl timeStep; writeInterval 100; purgeWrite 0; writeFormat ascii; writePrecision 10; writeCompression uncompressed; timeFormat general; timePrecision 6; graphFormat raw; runTimeModifiable true; |
|
January 3, 2015, 06:58 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings aminem,
Uhm... I had to change the title to this thread, because it did not properly indicate to what the question was actually about. I'm guessing here that you did not read, or at least not follow, the instructions given here: http://www.cfd-online.com/Forums/ope...-get-help.html I say this because you want anyone on the forum to be able to look at the colourful images you've provided and the solver settings and to be able to figure out what's going on . The following was not stated and is very important to be able to give possible suggestions as to what on digital Earth is going on :
Best regards, Bruno
__________________
|
|
January 3, 2015, 12:21 |
|
#3 |
Member
amine
Join Date: Jan 2014
Location: FRANCE
Posts: 84
Rep Power: 12 |
Hi,
I have a closed domain (without inlet and outlet) dimensions:diameter (0.16m) high (0.23m). I don't have problem in dimensions You can find my case here : https://www.dropbox.com/s/03u8fx0lzg...ve.tar.gz?dl=0 Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Use of k-epsilon and k-omega Models | Jade M | Main CFD Forum | 40 | January 27, 2023 08:18 |
Steady state simulation with transient partilcle tracking | mali28 | FLUENT | 2 | February 7, 2013 15:25 |
Stirred tank using MRF | dishengbin | FLUENT | 14 | March 13, 2011 23:11 |
convergence problem of the SST and RNG k-e model for mixing tank | ziyan7 | FLUENT | 0 | March 8, 2011 07:13 |
Two-Phase Buoyant Flow Issue | Miguel Baritto | CFX | 4 | August 31, 2006 13:02 |