TUT: remove duplicate ;; in dictionaries

This commit is contained in:
Mark Olesen
2019-10-01 10:39:40 +02:00
committed by Andrew Heather
parent 336b9ebd0b
commit 3625d0ecd1
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ boundaryField
"(walls|hole|inlet|outlet)"
{
type compressible::alphatWallFunction;;
type compressible::alphatWallFunction;
value $internalField;
}
}

View File

@ -43,7 +43,7 @@ boundaryField
water_to_solid
{
type kqRWallFunction;
value $internalField;;
value $internalField;
}
}

View File

@ -29,7 +29,7 @@ divSchemes
{
div(rhoPhi,U) Gauss linearUpwind grad(U);
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;;
div(phirb,alpha) Gauss linear;
div(phi,R) Gauss upwind;
div(R) Gauss linear;
div(phi,nuTilda) Gauss upwind;