release on 2013-06-13_09-32-47

This commit is contained in:
goniva
2013-06-13 09:32:48 +02:00
parent 9efc4ae0ac
commit 7cb95eb754
65 changed files with 1409 additions and 150 deletions

View File

@ -79,4 +79,13 @@ relaxationFactors
"epsilon.*" 1;
}
PISO
{
nCorrectors 4;
nNonOrthogonalCorrectors 1;
pRefCell 0;
pRefValue 0;
}
// ************************************************************************* //

View File

@ -66,3 +66,7 @@ dummyfile
dummyfile
dummyfile
dummyfile
dummyfile
dummyfile
dummyfile
dummyfile

View File

@ -18,7 +18,7 @@ casePath="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")"
logpath=$casePath
headerText="run_parallel_cfdemSolverPimple_ErgunTestMPI_CFDDEM"
logfileName="log_$headerText"
solverName="cfdemSolverPimpleSmooth"
solverName="cfdemSolverPimple" #"cfdemSolverPimpleDyM_22x"#
nrProcs="2"
machineFileName="none" # yourMachinefileName | none
debugMode="off" # on | off
@ -54,6 +54,7 @@ rm -rf 0.*
rm -rf processor*
rm -rf patchAverage_pressureDrop
rm -rf probes
rm -rf postProcessing
rm log.liggghts
rm ../DEM/post/dump*
rm -rf particles

View File

@ -46,11 +46,14 @@ averagingModel dense;//dilute;//
clockModel off;//standardClock;//
smoothingModel off;
forceModels
(
//GidaspowDrag
//DiFeliceDrag
KochHillDrag
//BeetstraDrag
gradPForce
viscForce
//Archimedes
@ -136,6 +139,21 @@ KochHillDragProps
//verbose;
}
BeetstraDragProps
{
velFieldName "U";
densityFieldName "rho";
gravityFieldName "g";
rhoParticle 2000.;
voidfractionFieldName "voidfraction";
interpolation ;
useFilteredDragModel ;
useParcelSizeDependentFilteredDrag ;
k 0.05;
aLimit 0.0;
// verbose ;
}
virtualMassForceProps
{
velFieldName "U";

View File

@ -51,13 +51,15 @@ smoothingModel off;
forceModels
(
//GidaspowDrag
DiFeliceDrag
//KochHillDrag
//BeetstraDrag
//DiFeliceDrag
KochHillDrag
gradPForce
viscForce
//Archimedes
//volWeightedAverage
//totalMomentumExchange
particleCellVolume
);
momCoupleModels
@ -137,12 +139,34 @@ KochHillDragProps
voidfractionFieldName "voidfraction";
}
BeetstraDragProps
{
velFieldName "U";
densityFieldName "rho";
gravityFieldName "g";
rhoParticle 2000.;
voidfractionFieldName "voidfraction";
interpolation ;
useFilteredDragModel ;
useParcelSizeDependentFilteredDrag ;
k 0.05;
aLimit 0.0;
// verbose ;
}
virtualMassForceProps
{
velFieldName "U";
densityFieldName "rho";
}
particleCellVolumeProps
{
upperThreshold 0.999;
lowerThreshold 0.;
verbose;
}
oneWayVTKProps
{
couplingFilename "vtk_out%4.4d.vtk";
@ -174,7 +198,7 @@ turboEngineM2MProps
dividedProps
{
alphaMin 0.1;
alphaMin 0.01;
scaleUpVol 1.0;
}