release on 2013-01-10_09-16-04

This commit is contained in:
cfdem
2013-01-10 09:16:04 +01:00
parent deb4ef5de3
commit ced34627eb
9 changed files with 113 additions and 155 deletions

View File

@ -29,7 +29,7 @@ liggghtsCommandModels
);
// ************************************************************************* //
runLiggghtsProps
/*runLiggghtsProps
{
preNo false;
}
}*/

View File

@ -32,7 +32,7 @@ couplingInterval 100;
voidFractionModel divided;//centre;//bigParticle;//
locateModel standard;
locateModel turboEngineM2M;//standard;
meshMotionModel noMeshMotion;
@ -40,7 +40,7 @@ regionModel allRegion;
IOModel basicIO; //trackIO; //
dataExchangeModel twoWayMPI;//twoWayFiles;//oneWayVTK;//
dataExchangeModel twoWayM2M;//twoWayMPI;//twoWayFiles;//oneWayVTK;//
averagingModel dense;//dilute;//
@ -123,6 +123,11 @@ twoWayMPIProps
liggghtsPath "../DEM/in.liggghts_init";
}
twoWayM2MProps
{
liggghtsPath "../DEM/in.liggghts_init";
}
twoWayFilesProps
{
maxNumberOfParticles 10000;
@ -147,4 +152,11 @@ bigParticleProps
scaleUpVol 1.0;
}
turboEngineM2MProps
{
turboEngineProps
{
treeSearch true;
}
}
// ************************************************************************* //