From b3fd9c599f9b008db81dd1078bc21393cbd65ff6 Mon Sep 17 00:00:00 2001 From: henry Date: Fri, 19 Mar 2010 17:52:15 +0000 Subject: [PATCH] Removed unnecessary files. --- .../mixerVessel2D/system/cellSetDict | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/cellSetDict diff --git a/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/cellSetDict b/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/cellSetDict deleted file mode 100644 index ae58e6ff70..0000000000 --- a/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/cellSetDict +++ /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 "system"; - object cellSetDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -name rotor; - -action new; - -topoSetSources ( zoneToCell { name rotor ; } ); - - -// ************************************************************************* //