Tutorial update

This commit is contained in:
Hrvoje Jasak 2011-01-24 21:48:37 +00:00
parent 71885adc91
commit f7034cc482
6 changed files with 16 additions and 14 deletions

View file

@ -1,6 +1,6 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |

View file

@ -29,17 +29,17 @@ gradSchemes
divSchemes
{
default none;
div(phi,rho) Gauss limitedLinear 1;
div(phi,U) Gauss limitedLinearV 1;
div(phi,rho) Gauss vanLeer;
div(phi,U) Gauss linearUpwind Gauss linear;
div(phiU,p) Gauss linear;
div(phi,k) Gauss limitedLinear 1;
div(phi,epsilon) Gauss limitedLinear 1;
div(phi,Yi_h) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,Yi_h) Gauss vanLeer;
div(phi,fu_ft_h) Gauss multivariateSelection
{
fu limitedLinear 1;
ft limitedLinear 1;
hs limitedLinear 1;
fu vanLeer;
ft vanLeer;
hs vanLeer;
};
div((muEff*dev2(grad(U).T()))) Gauss linear;
}

View file

@ -23,6 +23,7 @@ solvers
preconditioner DIC;
tolerance 1e-09;
relTol 0;
minIter 1;
}
rho
@ -35,14 +36,15 @@ solvers
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
tolerance 1e-08;
relTol 0;
minIter 1;
}
}
PISO
{
nCorrectors 2;
nCorrectors 4;
nNonOrthogonalCorrectors 0;
}

View file

@ -1,6 +1,6 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |

View file

@ -26,7 +26,7 @@ diffusivity quadratic;
frozenDiffusion on;
distancePatches
distancePatches
(
consoleFluid
);

View file

@ -25,7 +25,7 @@ solvers
tolerance 1e-06;
relTol 0;
};
}
}