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(U) Gauss linear;
// grad(U) cellLimited Gauss linear 1;
grad(k) Gauss linear;
grad(omega) Gauss linear;
}
divSchemes

View file

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

View file

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

View file

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