tutorials/multiphase/compressibleTwoPhaseEulerFoam: reorganised

This commit is contained in:
Henry
2013-08-02 16:36:57 +01:00
parent 303b9a0990
commit 82f8a3c5ad
53 changed files with 6 additions and 11 deletions

View File

@ -22,7 +22,6 @@ RAS
RASModel continuousGasKEpsilon; RASModel continuousGasKEpsilon;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
} }

View File

@ -22,13 +22,7 @@ RAS
RASModel LaheyKEpsilon; RASModel LaheyKEpsilon;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
LaheyKEpsilonCoeffs
{
//Cmub 0;
}
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -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;

View File

@ -21,7 +21,8 @@ RAS
{ {
RASModel kineticTheory; RASModel kineticTheory;
turbulence on; turbulence on;
printCoeffs on;
kineticTheoryCoeffs kineticTheoryCoeffs
{ {

View File

@ -21,7 +21,8 @@ RAS
{ {
RASModel phasePressure; RASModel phasePressure;
turbulence on; turbulence on;
printCoeffs on;
kineticTheoryCoeffs kineticTheoryCoeffs
{ {