diff --git a/tutorials/cfdemPostproc/fillCylinder/CFD/constant/RASProperties b/tutorials/cfdemPostproc/fillCylinder/CFD/constant/RASProperties deleted file mode 100644 index daec1829..00000000 --- a/tutorials/cfdemPostproc/fillCylinder/CFD/constant/RASProperties +++ /dev/null @@ -1,25 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.6 | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object RASProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -RASModel laminar; - -turbulence off; - -printCoeffs on; - - -// ************************************************************************* // diff --git a/tutorials/cfdemPostproc/fillCylinder/CFD/constant/couplingProperties b/tutorials/cfdemPostproc/fillCylinder/CFD/constant/couplingProperties index 346ccd6e..5de6577d 100755 --- a/tutorials/cfdemPostproc/fillCylinder/CFD/constant/couplingProperties +++ b/tutorials/cfdemPostproc/fillCylinder/CFD/constant/couplingProperties @@ -60,7 +60,7 @@ momCoupleModels off ); -turbulenceModelType RASProperties; +turbulenceModelType "turbulenceProperties"; //===========================================================================// // sub-model properties diff --git a/tutorials/cfdemPostproc/fillCylinder/CFD/constant/turbulenceProperties b/tutorials/cfdemPostproc/fillCylinder/CFD/constant/turbulenceProperties index f6753662..9cfc50a3 100644 --- a/tutorials/cfdemPostproc/fillCylinder/CFD/constant/turbulenceProperties +++ b/tutorials/cfdemPostproc/fillCylinder/CFD/constant/turbulenceProperties @@ -15,7 +15,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -simulationType RASModel; +simulationType laminar; // ************************************************************************* //