Tutorial update
This commit is contained in:
parent
fcf1e18b6c
commit
d3d1452ae2
4 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -70,10 +70,10 @@ relaxationFactors
|
|||
|
||||
cache
|
||||
{
|
||||
// grad(U);
|
||||
// grad(p);
|
||||
// grad(k);
|
||||
// grad(omega);
|
||||
grad(U);
|
||||
grad(p);
|
||||
grad(k);
|
||||
grad(omega);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
@ -17,6 +17,8 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
rho
|
||||
{}
|
||||
pcorr
|
||||
{
|
||||
solver PCG;
|
||||
|
|
|
@ -17,6 +17,8 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
rho
|
||||
{}
|
||||
pcorr
|
||||
{
|
||||
solver PCG;
|
||||
|
|
Reference in a new issue