mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
compressibleInflowOutflow template case: corrected turbulent fields and fvSchemes
This commit is contained in:
@ -24,7 +24,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type compressible::turbulentMixingLengthDissipationRateInlet;
|
type turbulentMixingLengthDissipationRateInlet;
|
||||||
mixingLength 0.05;
|
mixingLength 0.05;
|
||||||
value uniform $epsilonInlet;
|
value uniform $epsilonInlet;
|
||||||
}
|
}
|
||||||
@ -37,7 +37,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type compressible::epsilonWallFunction;
|
type epsilonWallFunction;
|
||||||
value uniform $epsilonInlet;
|
value uniform $epsilonInlet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@ boundaryField
|
|||||||
|
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type compressible::kqRWallFunction;
|
type kqRWallFunction;
|
||||||
value uniform $kInlet;
|
value uniform $kInlet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
dimensions [1 -1 -1 0 0 0 0];
|
dimensions [0 2 -1 0 0 0 0];
|
||||||
|
|
||||||
internalField uniform 0;
|
internalField uniform 0;
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@ boundaryField
|
|||||||
|
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type compressible::omegaWallFunction;
|
type omegaWallFunction;
|
||||||
value uniform $omegaInlet;
|
value uniform $omegaInlet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -49,7 +49,7 @@ divSchemes
|
|||||||
div(phid,p) bounded Gauss upwind;
|
div(phid,p) bounded Gauss upwind;
|
||||||
div((phi|interpolate(rho)),p) bounded Gauss upwind;
|
div((phi|interpolate(rho)),p) bounded Gauss upwind;
|
||||||
|
|
||||||
div((muEff*dev2(T(grad(U))))) Gauss linear;
|
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
|
|||||||
Reference in New Issue
Block a user