release on 2012-06-06_19-11-56

This commit is contained in:
cfdem
2012-06-06 19:11:56 +02:00
parent 893b73c333
commit 1d52ac6812
13 changed files with 510 additions and 11 deletions

View File

@ -32,7 +32,7 @@ couplingInterval 10;
depth 0;
voidFractionModel bigParticle;//centre; //
voidFractionModel IB;//bigParticle;//centre; //
locateModel engineIB;//standard;//
@ -75,6 +75,7 @@ ArchimedesIBProps
{
densityFieldName "rho";
gravityFieldName "g";
voidfractionFieldName "voidfractionNext";
}
twoWayFilesProps
@ -89,6 +90,13 @@ twoWayMPIProps
liggghtsPath "../DEM/in.liggghts_init";
}
IBProps
{
maxCellsPerParticle 1000;
alphaMin 0.30;
scaleUpVol 1.0;
}
bigParticleProps
{
maxCellsPerParticle 1000;

View File

@ -23,7 +23,7 @@ startTime 0;
stopAt endTime;
endTime 0.1;
endTime 0.05;
deltaT 0.0003;