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 - -// ************************************************************************* //