From 6f530e77cb97addab9f2cc4f0ff2ef81a6ae2005 Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 28 Aug 2009 12:38:44 +0100 Subject: [PATCH] moved non-IOobject files to subdirectory --- tutorials/incompressible/simpleFoam/motorBike/0/U | 6 +++--- tutorials/incompressible/simpleFoam/motorBike/0/k | 6 +++--- tutorials/incompressible/simpleFoam/motorBike/0/omega | 6 +++--- tutorials/incompressible/simpleFoam/motorBike/0/p | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/motorBike/0/U b/tutorials/incompressible/simpleFoam/motorBike/0/U index d24226ef2f..b074474b00 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/0/U +++ b/tutorials/incompressible/simpleFoam/motorBike/0/U @@ -15,7 +15,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#include "initialConditions" +#include "include/initialConditions" dimensions [0 1 -1 0 0 0 0]; @@ -23,7 +23,7 @@ internalField uniform $flowVelocity; boundaryField { - #include "fixedInlet" + #include "include/fixedInlet" outlet { @@ -44,7 +44,7 @@ boundaryField value uniform (0 0 0); } - #include "frontBackUpperPatches" + #include "include/frontBackUpperPatches" } diff --git a/tutorials/incompressible/simpleFoam/motorBike/0/k b/tutorials/incompressible/simpleFoam/motorBike/0/k index 457efefed2..f8da4fe9ab 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/0/k +++ b/tutorials/incompressible/simpleFoam/motorBike/0/k @@ -14,7 +14,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#include "initialConditions" +#include "include/initialConditions" dimensions [0 2 -2 0 0 0 0]; @@ -22,7 +22,7 @@ internalField uniform $turbulentKE; boundaryField { - #include "fixedInlet" + #include "include/fixedInlet" outlet { @@ -41,7 +41,7 @@ boundaryField type kqRWallFunction; } - #include "frontBackUpperPatches" + #include "include/frontBackUpperPatches" } diff --git a/tutorials/incompressible/simpleFoam/motorBike/0/omega b/tutorials/incompressible/simpleFoam/motorBike/0/omega index 16424f9bb3..dcd88e8d67 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/0/omega +++ b/tutorials/incompressible/simpleFoam/motorBike/0/omega @@ -14,7 +14,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#include "initialConditions" +#include "include/initialConditions" dimensions [0 0 -1 0 0 0 0]; @@ -22,7 +22,7 @@ internalField uniform $turbulentOmega; boundaryField { - #include "fixedInlet" + #include "include/fixedInlet" outlet { @@ -41,7 +41,7 @@ boundaryField type omegaWallFunction; } - #include "frontBackUpperPatches" + #include "include/frontBackUpperPatches" } diff --git a/tutorials/incompressible/simpleFoam/motorBike/0/p b/tutorials/incompressible/simpleFoam/motorBike/0/p index a7ef4983d1..9bf8e9d43d 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/0/p +++ b/tutorials/incompressible/simpleFoam/motorBike/0/p @@ -14,7 +14,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#include "initialConditions" +#include "include/initialConditions" dimensions [0 2 -2 0 0 0 0]; @@ -43,7 +43,7 @@ boundaryField type zeroGradient; } - #include "frontBackUpperPatches" + #include "include/frontBackUpperPatches" } // ************************************************************************* //