mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn: test mixtureKEpsilon model
This commit is contained in:
@ -19,10 +19,16 @@ simulationType RAS;
|
|||||||
|
|
||||||
RAS
|
RAS
|
||||||
{
|
{
|
||||||
RASModel continuousGasKEpsilon;
|
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
|
// mixtureKEpsilonCoeffs
|
||||||
|
// {
|
||||||
|
// Cp 1;
|
||||||
|
// C3 1;
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -19,7 +19,7 @@ simulationType RAS;
|
|||||||
|
|
||||||
RAS
|
RAS
|
||||||
{
|
{
|
||||||
RASModel LaheyKEpsilon;
|
RASModel mixtureKEpsilon; //LaheyKEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|||||||
@ -40,6 +40,7 @@ divSchemes
|
|||||||
"div\(alphaPhi.*,(K.*|p)\)" Gauss limitedLinear 1;
|
"div\(alphaPhi.*,(K.*|p)\)" Gauss limitedLinear 1;
|
||||||
|
|
||||||
"div\(alphaPhi.*,(k|epsilon).*\)" Gauss limitedLinear 1;
|
"div\(alphaPhi.*,(k|epsilon).*\)" Gauss limitedLinear 1;
|
||||||
|
"div\(phim,(k|epsilon)m\)" Gauss limitedLinear 1;
|
||||||
|
|
||||||
"div\(\(\(alpha.*nuEff.*\)*dev2\(T\(grad\(U.*\)\)\)\)\)" Gauss linear;
|
"div\(\(\(alpha.*nuEff.*\)*dev2\(T\(grad\(U.*\)\)\)\)\)" Gauss linear;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user