From cf9209e42c3c55b665559c252fffc09581e5ff6b Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Fri, 1 Jun 2018 15:39:41 +0100
Subject: [PATCH] GIT: Removed unused files

---
 .../constant/transportProperties              | 22 --------------
 .../constant/turbulenceProperties             | 30 -------------------
 2 files changed, 52 deletions(-)
 delete mode 100644 tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/transportProperties
 delete mode 100644 tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/turbulenceProperties

diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/transportProperties b/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2DDyM/constant/transportProperties
deleted file mode 100644
index 4a7e6c4690d..00000000000
--- 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 8fe9b5ed38d..00000000000
--- 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;
-}
-
-
-// ************************************************************************* //
-- 
GitLab