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;
|
||||
|
||||
turbulence on;
|
||||
|
||||
printCoeffs on;
|
||||
}
|
||||
|
||||
@ -22,13 +22,7 @@ RAS
|
||||
RASModel LaheyKEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
printCoeffs on;
|
||||
|
||||
LaheyKEpsilonCoeffs
|
||||
{
|
||||
//Cmub 0;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -21,7 +21,8 @@ RAS
|
||||
{
|
||||
RASModel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
}
|
||||
|
||||
LES
|
||||
@ -29,7 +30,6 @@ LES
|
||||
LESModel Smagorinsky;
|
||||
|
||||
turbulence on;
|
||||
|
||||
printCoeffs on;
|
||||
|
||||
delta cubeRootVol;
|
||||
@ -21,7 +21,8 @@ RAS
|
||||
{
|
||||
RASModel kineticTheory;
|
||||
|
||||
turbulence on;
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
kineticTheoryCoeffs
|
||||
{
|
||||
@ -21,7 +21,8 @@ RAS
|
||||
{
|
||||
RASModel phasePressure;
|
||||
|
||||
turbulence on;
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
kineticTheoryCoeffs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user