From 03b60c81d0d42de061bedcadd659aa7045273aac Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Mon, 15 Jul 2013 14:46:58 +0100
Subject: [PATCH] Remove unnecessary files

---
 .../constant/interfacialProperties            | 29 -----------
 .../constant/kineticTheoryProperties          | 52 -------------------
 .../ras/mixerVesselAMI/constant/ppProperties  | 29 -----------
 3 files changed, 110 deletions(-)
 delete mode 100644 tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/interfacialProperties
 delete mode 100644 tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/kineticTheoryProperties
 delete mode 100644 tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/ppProperties

diff --git a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/interfacialProperties b/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/interfacialProperties
deleted file mode 100644
index 5964adcedc8..00000000000
--- a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/interfacialProperties
+++ /dev/null
@@ -1,29 +0,0 @@
-/*--------------------------------*- C++ -*----------------------------------*\
-| =========                 |                                                 |
-| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev                                   |
-|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
-|    \\/     M anipulation  |                                                 |
-\*---------------------------------------------------------------------------*/
-FoamFile
-{
-    version     2.0;
-    format      ascii;
-    class       dictionary;
-    location    "constant";
-    object      interfacialProperties;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-dragModelair            SchillerNaumann;
-dragModelwater          SchillerNaumann;
-
-heatTransferModelair    RanzMarshall;
-heatTransferModelwater  RanzMarshall;
-
-dispersedPhase          both;
-
-residualPhaseFraction   1e-3;
-residualSlip            1e-2;
-
-// ************************************************************************* //
diff --git a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/kineticTheoryProperties b/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/kineticTheoryProperties
deleted file mode 100644
index 2df50542e55..00000000000
--- a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/kineticTheoryProperties
+++ /dev/null
@@ -1,52 +0,0 @@
-/*--------------------------------*- C++ -*----------------------------------*\
-| =========                 |                                                 |
-| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev                                   |
-|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
-|    \\/     M anipulation  |                                                 |
-\*---------------------------------------------------------------------------*/
-FoamFile
-{
-    version     2.0;
-    format      ascii;
-    class       dictionary;
-    location    "constant";
-    object      kineticTheoryProperties;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-kineticTheory   off;
-
-equilibrium     on;
-
-e               e [ 0 0 0 0 0 0 0 ] 0.9;
-
-alphaMax        alphaMax [ 0 0 0 0 0 0 0 ] 0.6;
-
-alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.5;
-
-Fr              Fr [ 1 -1 -2 0 0 0 0 ] 0.05;
-
-eta             eta [ 0 0 0 0 0 0 0 ] 2;
-
-p               p [ 0 0 0 0 0 0 0 ] 5;
-
-phi             phi [ 0 0 0 0 0 0 0 ] 25;
-
-viscosityModel  Syamlal;
-
-conductivityModel HrenyaSinclair;
-
-granularPressureModel Lun;
-
-frictionalStressModel JohnsonJackson;
-
-radialModel     SinclairJackson;
-
-HrenyaSinclairCoeffs
-{
-    L               L [ 0 1 0 0 0 0 0 ] 0.0005;
-}
-
-
-// ************************************************************************* //
diff --git a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/ppProperties b/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/ppProperties
deleted file mode 100644
index eddbfd7ad79..00000000000
--- a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/constant/ppProperties
+++ /dev/null
@@ -1,29 +0,0 @@
-/*--------------------------------*- C++ -*----------------------------------*\
-| =========                 |                                                 |
-| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev                                   |
-|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
-|    \\/     M anipulation  |                                                 |
-\*---------------------------------------------------------------------------*/
-FoamFile
-{
-    version     2.0;
-    format      ascii;
-    class       dictionary;
-    location    "constant";
-    object      ppProperties;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-preAlphaExp     300;
-
-expMax          10;
-
-alphaMax        0.6;
-
-g0              g0 [ 1 -1 -2 0 0 0 0 ] 0;
-
-packingLimiter  off;
-
-
-// ************************************************************************* //
-- 
GitLab