release on 2012-06-06_19-11-56
This commit is contained in:
@ -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;
|
||||
|
||||
@ -23,7 +23,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 0.1;
|
||||
endTime 0.05;
|
||||
|
||||
deltaT 0.0003;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user