epsilonWallFunction, omegaWallFunction: Set generation to zero in laminar sub-layer
Improves stability for complex flows
This commit is contained in:
parent
454df8426d
commit
47c6b9e12e
2 changed files with 0 additions and 4 deletions
|
|
@ -255,8 +255,6 @@ void Foam::epsilonWallFunctionFvPatchScalarField::calculate
|
|||
else
|
||||
{
|
||||
epsilon0[celli] += w*2.0*k[celli]*nuw[facei]/sqr(y[facei]);
|
||||
|
||||
G0[celli] += w*G[celli];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -280,8 +280,6 @@ void omegaWallFunctionFvPatchScalarField::calculate
|
|||
{
|
||||
omega0[celli] += w*omegaVis;
|
||||
}
|
||||
|
||||
G0[celli] += w*G[celli];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue