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(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
|
||||||
|
|
|
@ -70,10 +70,10 @@ relaxationFactors
|
||||||
|
|
||||||
cache
|
cache
|
||||||
{
|
{
|
||||||
// grad(U);
|
grad(U);
|
||||||
// grad(p);
|
grad(p);
|
||||||
// grad(k);
|
grad(k);
|
||||||
// grad(omega);
|
grad(omega);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
|
@ -17,6 +17,8 @@ FoamFile
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
|
rho
|
||||||
|
{}
|
||||||
pcorr
|
pcorr
|
||||||
{
|
{
|
||||||
solver PCG;
|
solver PCG;
|
||||||
|
|
|
@ -17,6 +17,8 @@ FoamFile
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
|
rho
|
||||||
|
{}
|
||||||
pcorr
|
pcorr
|
||||||
{
|
{
|
||||||
solver PCG;
|
solver PCG;
|
||||||
|
|
Reference in a new issue