Skip to content
Snippets Groups Projects
Commit 3625d0ec authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

TUT: remove duplicate ;; in dictionaries

parent 336b9ebd
No related merge requests found
...@@ -29,7 +29,7 @@ boundaryField ...@@ -29,7 +29,7 @@ boundaryField
"(walls|hole|inlet|outlet)" "(walls|hole|inlet|outlet)"
{ {
type compressible::alphatWallFunction;; type compressible::alphatWallFunction;
value $internalField; value $internalField;
} }
} }
......
...@@ -43,7 +43,7 @@ boundaryField ...@@ -43,7 +43,7 @@ boundaryField
water_to_solid water_to_solid
{ {
type kqRWallFunction; type kqRWallFunction;
value $internalField;; value $internalField;
} }
} }
......
...@@ -29,7 +29,7 @@ divSchemes ...@@ -29,7 +29,7 @@ divSchemes
{ {
div(rhoPhi,U) Gauss linearUpwind grad(U); div(rhoPhi,U) Gauss linearUpwind grad(U);
div(phi,alpha) Gauss vanLeer; div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;; div(phirb,alpha) Gauss linear;
div(phi,R) Gauss upwind; div(phi,R) Gauss upwind;
div(R) Gauss linear; div(R) Gauss linear;
div(phi,nuTilda) Gauss upwind; div(phi,nuTilda) Gauss upwind;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment