Skip to content
Snippets Groups Projects
Commit 90eda127 authored by Henry Weller's avatar Henry Weller
Browse files

Minor reformatting

parent 2cdebff3
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ class LESfilter
LESfilter(const LESfilter&);
void operator=(const LESfilter&);
protected:
//- Temporary function to ensure the coupled boundary conditions of the
......
......@@ -37,7 +37,7 @@ boundaryField
{
type inletOutlet;
inletValue $internalField;
value $internalField ;
value $internalField;
}
}
......
......@@ -29,7 +29,7 @@ divSchemes
{
default none;
div(rhoPhi,U) Gauss linearUpwind grad(U);
div(rhoPhi,U) Gauss linearUpwind grad(U);
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment