mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: remove duplicate ;; in dictionaries
This commit is contained in:
committed by
Andrew Heather
parent
336b9ebd0b
commit
3625d0ecd1
@ -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
|
|||||||
water_to_solid
|
water_to_solid
|
||||||
{
|
{
|
||||||
type kqRWallFunction;
|
type kqRWallFunction;
|
||||||
value $internalField;;
|
value $internalField;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user