release on 2014-03-11_15-15-12
This commit is contained in:
@ -99,7 +99,6 @@ IBProps
|
||||
maxCellsPerParticle 1000;
|
||||
alphaMin 0.30;
|
||||
scaleUpVol 1.0;
|
||||
checkPeriodicCells;
|
||||
}
|
||||
|
||||
bigParticleProps
|
||||
@ -127,7 +126,6 @@ engineIBProps
|
||||
}
|
||||
zSplit 8;
|
||||
xySplit 16;
|
||||
checkPeriodicCells;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -21,8 +21,6 @@ else
|
||||
blockMesh
|
||||
fi
|
||||
|
||||
|
||||
|
||||
#- run parallel CFD-DEM in new terminal
|
||||
gnome-terminal --title='cfdemSolverPimple ErgunTestMPI CFD' -e "bash $casePath/parCFDDEMrun.sh"
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ clc;
|
||||
% simulation data 1
|
||||
%====================================%
|
||||
%path = '../probes/0/p';
|
||||
path = '../probes/0/p';
|
||||
path = '../postProcessing/0/p';
|
||||
columns=22;
|
||||
headerlines=4;
|
||||
data = loaddata(path,columns,headerlines);
|
||||
|
||||
@ -75,3 +75,4 @@ dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -139,8 +139,11 @@ totalMomentumExchangeProps
|
||||
}
|
||||
GidaspowDragProps
|
||||
{
|
||||
verbose;
|
||||
velFieldName "U";
|
||||
densityFieldName "rho";
|
||||
voidfractionFieldName "voidfraction";
|
||||
phi 1;
|
||||
}
|
||||
DiFeliceDragProps
|
||||
{
|
||||
|
||||
@ -94,6 +94,7 @@ rm -r $casePath/DEM/post/*
|
||||
rm -r $casePath/DEM/log.*
|
||||
rm -r $casePath/DEM/liggghts.restartCFDEM*
|
||||
rm -r $casePath/CFD/probes
|
||||
rm -r $casePath/CFD/postProcessing
|
||||
rm -r $casePath/CFD/lagrangian
|
||||
rm -r $casePath/CFD/clockData
|
||||
echo "done"
|
||||
|
||||
@ -56,3 +56,5 @@ dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
|
||||
Reference in New Issue
Block a user