From d59b7a7cffd470b4a41d5ef39ed575f111dd26d8 Mon Sep 17 00:00:00 2001 From: danielque Date: Tue, 13 Dec 2016 17:37:10 +0100 Subject: [PATCH] fix packedBedTemp case for OpenFOAM 4.0 fix turbulence properties --- .../packedBedTemp/CFD/constant/RASProperties | 25 ------------------- .../CFD/constant/turbulenceProperties | 2 +- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 tutorials/cfdemSolverPisoScalar/packedBedTemp/CFD/constant/RASProperties diff --git a/tutorials/cfdemSolverPisoScalar/packedBedTemp/CFD/constant/RASProperties b/tutorials/cfdemSolverPisoScalar/packedBedTemp/CFD/constant/RASProperties deleted file mode 100644 index 4df79a53..00000000 --- a/tutorials/cfdemSolverPisoScalar/packedBedTemp/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;//kEpsilon; - -turbulence on; - -printCoeffs on; - - -// ************************************************************************* // diff --git a/tutorials/cfdemSolverPisoScalar/packedBedTemp/CFD/constant/turbulenceProperties b/tutorials/cfdemSolverPisoScalar/packedBedTemp/CFD/constant/turbulenceProperties index 3aa73871..9cfc50a3 100644 --- a/tutorials/cfdemSolverPisoScalar/packedBedTemp/CFD/constant/turbulenceProperties +++ b/tutorials/cfdemSolverPisoScalar/packedBedTemp/CFD/constant/turbulenceProperties @@ -15,7 +15,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -simulationType RASModel;//LESModel; // +simulationType laminar; // ************************************************************************* //