combustionModels/FSD: Corrected

Renamed 'omega' to 'FSDomega' to avoid a clash with the k-omega
turbulence models.

Resolves bug-report http://bugs.openfoam.org/view.php?id=2237
This commit is contained in:
Henry Weller
2016-09-09 16:23:28 +01:00
parent 7531b2a4be
commit 017281a116
19 changed files with 49 additions and 139 deletions

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object omega;
object FSDomega;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -35,6 +35,8 @@ FSDCoeffs
fuel Methane;
semiImplicit no;
relaxationCoeffs
{
C 2.0;

View File

@ -30,8 +30,10 @@ divSchemes
default none;
div(phi,U) Gauss LUST grad(U);
div(U) Gauss linear;
div(phi,K) Gauss linear;
div(phi,k) Gauss limitedLinear 1;
div(phi,FSDomega) Gauss limitedLinear 1;
div(phi,Yi_h) Gauss multivariateSelection
{
O2 limitedLinear01 1;

View File

@ -54,7 +54,7 @@ solvers
}
"(U|Yi|k|h|omega)"
"(U|Yi|k|h|FSDomega)"
{
solver PBiCGStab;
preconditioner DILU;
@ -63,7 +63,7 @@ solvers
nSweeps 1;
};
"(U|Yi|k|h|omega)Final"
"(U|Yi|k|h|FSDomega)Final"
{
$U;
tolerance 1e-6;