Hi,
I'm trying to model a room with some inlets and outlets which there are some heat sources included inside the room. I have set boundary conditions and everything seemed working fine. But when i refined my old mesh I couldn't get any convergency.
My residuals plot is attached.
checkMesh:
Quote:
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.0.1 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 2.0.1
Exec : checkMesh
Date : Aug 07 2012
Time : 04:35:40
Host : mojtaba-HP-Pavilion-dv5-Notebook-PC
PID : 30895
Case : /home/mojtaba/OpenFOAM/mojtaba-2.0.1/run/44/ras
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations
Overall number of cells of each type:
hexahedra: 0
prisms: 0
wedges: 0
pyramids: 0
tet wedges: 0
tetrahedra: 127529
polyhedra: 0
Checking topology...
Boundary definition OK.
Cell to face addressing OK.
Point usage OK.
Upper triangular ordering OK.
Face vertices OK.
Number of regions: 1 (OK).
Checking patch topology for multiply connected surfaces ...
Patch Faces Points Surface topology
out_flow 580 374 ok (non-closed singly connected)
wall 14506 7403 ok (non-closed singly connected)
patient_back 368 215 ok (non-closed singly connected)
patient 968 515 ok (non-closed singly connected)
light 194 116 ok (non-closed singly connected)
back_light 534 286 ok (non-closed singly connected)
staff4 1268 646 ok (non-closed singly connected)
staff3 1268 646 ok (non-closed singly connected)
staff2 1268 646 ok (non-closed singly connected)
staff1 1268 646 ok (non-closed singly connected)
air-inlet 248 168 ok (non-closed singly connected)
Checking geometry...
Overall domain bounding box (-3.05 0 -2.15) (3.05 3 2.15)
Mesh (non-empty, non-wedge) directions (1 1 1)
Mesh (non-empty) directions (1 1 1)
Boundary openness (2.20841e-17 -2.0007e-17 -1.0481e-16) OK.
Max cell openness = 2.85651e-16 OK.
Max aspect ratio = 8.21547 OK.
Minumum face area = 0.00120487. Maximum face area = 0.0611442. Face area magnitudes OK.
Min volume = 1.76884e-05. Max volume = 0.00429012. Total volume = 74.3385. Cell volumes OK.
Mesh non-orthogonality Max: 69.8871 average: 20.2651
Non-orthogonality check OK.
Face pyramids OK.
Max skewness = 0.835775 OK.
Mesh OK.
End
fvSchemes:
Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.0.1 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
laplacianSchemes
{
default none;
laplacian(nuEff,U) Gauss linear corrected;
laplacian((1|A(U)),p_rgh) Gauss linear corrected;
laplacian(kappaEff,T) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(DREff,R) Gauss linear corrected;
}
solution crashes in Iterations between 200 to 350. log file has been attached. in Time=340 time step continuity errors starts growing up and in Time= 348 its like this:
time step continuity errors : sum local = 7.54708e+51, global = -4.0203e+37, cumulative = -4.0203e+37
What is going wrong?
regards
mojtaba ~
Last edited by Mojtaba.a; August 6, 2012 at 21:24.