diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/transportProperties b/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/transportProperties deleted file mode 100644 index 4a7e6c4690d6038cfd1ce8f913859e6d4c0edcf0..0000000000000000000000000000000000000000 --- a/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/transportProperties +++ /dev/null @@ -1,22 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: plus | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object transportProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -transportModel Newtonian; - -nu 1e-05; - -// ************************************************************************* // diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/turbulenceProperties b/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/turbulenceProperties deleted file mode 100644 index 8fe9b5ed38d3ed562c1cdf8fcc71b0a6ce10c8bc..0000000000000000000000000000000000000000 --- a/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/turbulenceProperties +++ /dev/null @@ -1,30 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: plus | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object turbulenceProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -simulationType RAS; - -RAS -{ - RASModel kEpsilon; - - turbulence on; - - printCoeffs on; -} - - -// ************************************************************************* //