Minor reformatting
This commit is contained in:
parent
2f1bc368e5
commit
76a91bc81a
3 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue