Tutorial update

This commit is contained in:
Hrvoje Jasak 2016-05-24 10:06:36 +01:00
parent fcf1e18b6c
commit d3d1452ae2
4 changed files with 11 additions and 4 deletions

View file

@ -25,6 +25,9 @@ gradSchemes
grad(p) Gauss linear; grad(p) Gauss linear;
grad(U) Gauss linear; grad(U) Gauss linear;
// grad(U) cellLimited Gauss linear 1; // grad(U) cellLimited Gauss linear 1;
grad(k) Gauss linear;
grad(omega) Gauss linear;
} }
divSchemes divSchemes

View file

@ -70,10 +70,10 @@ relaxationFactors
cache cache
{ {
// grad(U); grad(U);
// grad(p); grad(p);
// grad(k); grad(k);
// grad(omega); grad(omega);
} }
// ************************************************************************* // // ************************************************************************* //

View file

@ -17,6 +17,8 @@ FoamFile
solvers solvers
{ {
rho
{}
pcorr pcorr
{ {
solver PCG; solver PCG;

View file

@ -17,6 +17,8 @@ FoamFile
solvers solvers
{ {
rho
{}
pcorr pcorr
{ {
solver PCG; solver PCG;