Tutorial Updates

This commit is contained in:
sergio
2011-04-21 10:00:53 +01:00
parent a67f9d70e4
commit a038c90f21
28 changed files with 56 additions and 33 deletions

View File

@ -44,7 +44,7 @@ SIMPLE
{
p_rgh 1e-2;
U 1e-4;
T 1e-3;
T 1e-2;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
@ -54,7 +54,7 @@ SIMPLE
relaxationFactors
{
p_rgh 0.7;
U 0.2;
U 0.3;
T 0.5;
"(k|epsilon|R)" 0.7;
}

View File

@ -21,55 +21,55 @@ FoamFile
{
type empty;
nFaces 0;
startFace 60336;
startFace 61295;
}
minX
{
type empty;
nFaces 0;
startFace 60336;
startFace 61295;
}
maxX
{
type empty;
nFaces 0;
startFace 60336;
startFace 61295;
}
minY
{
type empty;
nFaces 0;
startFace 60336;
startFace 61295;
}
ground
{
type wall;
nFaces 590;
startFace 60336;
startFace 61295;
}
maxZ
{
type empty;
nFaces 0;
startFace 60926;
startFace 61885;
}
igloo_region0
{
type wall;
nFaces 2260;
startFace 60926;
startFace 61885;
}
twoFridgeFreezers_seal_0
{
type wall;
nFaces 1344;
startFace 63186;
startFace 64145;
}
twoFridgeFreezers_herring_1
{
type wall;
nFaces 1116;
startFace 64530;
startFace 65489;
}
)

View File

@ -29,14 +29,14 @@ solvers
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
tolerance 1e-07;
relTol 0.1;
}
}
SIMPLE
{
nNonOrthogonalCorrectors 0;
nNonOrthogonalCorrectors 2;
pRefCell 0;
pRefValue 0;