GIT: Initial commit after latest foundation merge

This commit is contained in:
andy
2016-04-25 11:40:48 +01:00
4003 changed files with 74634 additions and 37783 deletions

View File

@ -23,8 +23,7 @@ boundaryField
{
walls
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
top

View File

@ -148,6 +148,7 @@ subModels
{
alphaMin 0.0001;
rhoMin 1.0;
applyLimiting true;
applyGravity false;
particleStressModel
{

View File

@ -28,14 +28,12 @@ boundaryField
top
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
bottom
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
}

View File

@ -140,6 +140,7 @@ subModels
{
alphaMin 0.0001;
rhoMin 1.0;
applyLimiting true;
applyGravity true;
particleStressModel
{

View File

@ -37,8 +37,7 @@ boundaryField
walls
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
}

View File

@ -1,9 +1,10 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
cd ${0%/*} || exit 1
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
cp $FOAM_TUTORIALS/resources/geometry/cyclone.stl.gz constant/triSurface
runApplication blockMesh
@ -12,4 +13,6 @@ runApplication snappyHexMesh -overwrite
runApplication decomposePar
runParallel MPPICFoam $(echo processor* | wc -w)
runParallel MPPICFoam
#------------------------------------------------------------------------------

View File

@ -145,6 +145,7 @@ subModels
{
alphaMin 0.0001;
rhoMin 1.0;
applyLimiting true;
applyGravity false;
particleStressModel
{

View File

@ -23,8 +23,7 @@ boundaryField
{
walls
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
lowerInlet