moved non-IOobject files to subdirectory

This commit is contained in:
mattijs
2009-08-28 12:38:44 +01:00
parent 6519dc62e2
commit 6f530e77cb
4 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "initialConditions" #include "include/initialConditions"
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
@ -23,7 +23,7 @@ internalField uniform $flowVelocity;
boundaryField boundaryField
{ {
#include "fixedInlet" #include "include/fixedInlet"
outlet outlet
{ {
@ -44,7 +44,7 @@ boundaryField
value uniform (0 0 0); value uniform (0 0 0);
} }
#include "frontBackUpperPatches" #include "include/frontBackUpperPatches"
} }

View File

@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "initialConditions" #include "include/initialConditions"
dimensions [0 2 -2 0 0 0 0]; dimensions [0 2 -2 0 0 0 0];
@ -22,7 +22,7 @@ internalField uniform $turbulentKE;
boundaryField boundaryField
{ {
#include "fixedInlet" #include "include/fixedInlet"
outlet outlet
{ {
@ -41,7 +41,7 @@ boundaryField
type kqRWallFunction; type kqRWallFunction;
} }
#include "frontBackUpperPatches" #include "include/frontBackUpperPatches"
} }

View File

@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "initialConditions" #include "include/initialConditions"
dimensions [0 0 -1 0 0 0 0]; dimensions [0 0 -1 0 0 0 0];
@ -22,7 +22,7 @@ internalField uniform $turbulentOmega;
boundaryField boundaryField
{ {
#include "fixedInlet" #include "include/fixedInlet"
outlet outlet
{ {
@ -41,7 +41,7 @@ boundaryField
type omegaWallFunction; type omegaWallFunction;
} }
#include "frontBackUpperPatches" #include "include/frontBackUpperPatches"
} }

View File

@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "initialConditions" #include "include/initialConditions"
dimensions [0 2 -2 0 0 0 0]; dimensions [0 2 -2 0 0 0 0];
@ -43,7 +43,7 @@ boundaryField
type zeroGradient; type zeroGradient;
} }
#include "frontBackUpperPatches" #include "include/frontBackUpperPatches"
} }
// ************************************************************************* // // ************************************************************************* //