From 4e91dd46a863fc6bfc0134fcdc00aea484f20230 Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Mon, 5 Aug 2013 12:36:10 +0100
Subject: [PATCH] ENH: Removed unused files

---
 .../constant/energySourceProperties           | 22 ------------------
 .../parcelInBox/constant/massSourceProperties | 23 -------------------
 .../constant/momentumSourceProperties         | 23 -------------------
 3 files changed, 68 deletions(-)
 delete mode 100644 tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/energySourceProperties
 delete mode 100644 tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/massSourceProperties
 delete mode 100644 tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/momentumSourceProperties

diff --git a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/energySourceProperties b/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/energySourceProperties
deleted file mode 100644
index b551f35f228..00000000000
--- a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/energySourceProperties
+++ /dev/null
@@ -1,22 +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      energySourcesProperties;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-(
-    // none
-);
-
-// ************************************************************************* //
diff --git a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/massSourceProperties b/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/massSourceProperties
deleted file mode 100644
index 11811461db1..00000000000
--- a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/massSourceProperties
+++ /dev/null
@@ -1,23 +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      massSourcesProperties;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-(
-    // none
-);
-
-
-// ************************************************************************* //
diff --git a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/momentumSourceProperties b/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/momentumSourceProperties
deleted file mode 100644
index c9cf6ca3fe1..00000000000
--- a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/momentumSourceProperties
+++ /dev/null
@@ -1,23 +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      momentumSourcesProperties;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-(
-    // none
-);
-
-
-// ************************************************************************* //
-- 
GitLab