From 65f59bc99269ef18ec23a3a0ed092a9d35b73639 Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 28 Aug 2009 12:39:03 +0100 Subject: [PATCH] moved non-IOobject files to subdirectory --- .../simpleFoam/motorBike/0/fixedInlet | 15 --------------- .../motorBike/0/frontBackUpperPatches | 19 ------------------- .../simpleFoam/motorBike/0/initialConditions | 15 --------------- 3 files changed, 49 deletions(-) delete mode 100644 tutorials/incompressible/simpleFoam/motorBike/0/fixedInlet delete mode 100644 tutorials/incompressible/simpleFoam/motorBike/0/frontBackUpperPatches delete mode 100644 tutorials/incompressible/simpleFoam/motorBike/0/initialConditions diff --git a/tutorials/incompressible/simpleFoam/motorBike/0/fixedInlet b/tutorials/incompressible/simpleFoam/motorBike/0/fixedInlet deleted file mode 100644 index ccf1d6e897..0000000000 --- a/tutorials/incompressible/simpleFoam/motorBike/0/fixedInlet +++ /dev/null @@ -1,15 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.6 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -inlet -{ - type fixedValue; - value $internalField; -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/motorBike/0/frontBackUpperPatches b/tutorials/incompressible/simpleFoam/motorBike/0/frontBackUpperPatches deleted file mode 100644 index d858932a9d..0000000000 --- a/tutorials/incompressible/simpleFoam/motorBike/0/frontBackUpperPatches +++ /dev/null @@ -1,19 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.6 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -upperWall -{ - type slip; -} - -frontAndBack -{ - type slip; -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/motorBike/0/initialConditions b/tutorials/incompressible/simpleFoam/motorBike/0/initialConditions deleted file mode 100644 index a90ff786cc..0000000000 --- a/tutorials/incompressible/simpleFoam/motorBike/0/initialConditions +++ /dev/null @@ -1,15 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.6 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -flowVelocity (20 0 0); -pressure 0; -turbulentKE 0.24; -turbulentOmega 1.78; -#inputMode merge - -// ************************************************************************* //