mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Minor reformatting
This commit is contained in:
@ -65,6 +65,7 @@ class LESfilter
|
|||||||
LESfilter(const LESfilter&);
|
LESfilter(const LESfilter&);
|
||||||
void operator=(const LESfilter&);
|
void operator=(const LESfilter&);
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
//- Temporary function to ensure the coupled boundary conditions of the
|
//- Temporary function to ensure the coupled boundary conditions of the
|
||||||
|
|||||||
@ -37,7 +37,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type inletOutlet;
|
type inletOutlet;
|
||||||
inletValue $internalField;
|
inletValue $internalField;
|
||||||
value $internalField ;
|
value $internalField;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,7 @@ divSchemes
|
|||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
|
|
||||||
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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user