Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2009-08-28 18:39:01 +01:00
11 changed files with 35 additions and 13 deletions

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}
// ************************************************************************* //

View File

@ -14,6 +14,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libincompressibleRASModels.so");
application simpleFoam;
startFrom latestTime;