mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials/multiphase/compressibleTwoPhaseEulerFoam: reorganised
This commit is contained in:
@ -22,7 +22,6 @@ RAS
|
|||||||
RASModel continuousGasKEpsilon;
|
RASModel continuousGasKEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -22,13 +22,7 @@ RAS
|
|||||||
RASModel LaheyKEpsilon;
|
RASModel LaheyKEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
LaheyKEpsilonCoeffs
|
|
||||||
{
|
|
||||||
//Cmub 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
@ -21,7 +21,8 @@ RAS
|
|||||||
{
|
{
|
||||||
RASModel kEpsilon;
|
RASModel kEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
printCoeffs on;
|
||||||
}
|
}
|
||||||
|
|
||||||
LES
|
LES
|
||||||
@ -29,7 +30,6 @@ LES
|
|||||||
LESModel Smagorinsky;
|
LESModel Smagorinsky;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
delta cubeRootVol;
|
delta cubeRootVol;
|
||||||
@ -21,7 +21,8 @@ RAS
|
|||||||
{
|
{
|
||||||
RASModel kineticTheory;
|
RASModel kineticTheory;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
printCoeffs on;
|
||||||
|
|
||||||
kineticTheoryCoeffs
|
kineticTheoryCoeffs
|
||||||
{
|
{
|
||||||
@ -21,7 +21,8 @@ RAS
|
|||||||
{
|
{
|
||||||
RASModel phasePressure;
|
RASModel phasePressure;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
printCoeffs on;
|
||||||
|
|
||||||
kineticTheoryCoeffs
|
kineticTheoryCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user