mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
RDB commit
This commit is contained in:
@ -60,7 +60,7 @@ contactSearch
|
||||
|
||||
NBSInfo
|
||||
{
|
||||
// each 20 timesteps, update neighbor list
|
||||
// each 20 timesteps, update neighbor list
|
||||
updateFrequency 10;
|
||||
// bounding box size to particle diameter (max)
|
||||
sizeRatio 1.1;
|
||||
|
@ -47,7 +47,7 @@ Two layers of particles are packed one-by-one using 1 insertion steps.
|
||||
mixture
|
||||
{
|
||||
// mixture composition of inserted particles
|
||||
lightSphere 1;
|
||||
smallSphere 1;
|
||||
}
|
||||
}
|
||||
// Left Layer Region
|
||||
@ -79,7 +79,7 @@ Two layers of particles are packed one-by-one using 1 insertion steps.
|
||||
|
||||
mixture
|
||||
{
|
||||
heavySphere 1; // only heavySphere
|
||||
largeSphere 1; // only heavySphere
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ objectName sphereDict;
|
||||
objectType sphereShape;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
// names of shapes
|
||||
names (lightSphere heavySphere);
|
||||
names (smallSphere largeSphere);
|
||||
// diameter of shapes (m)
|
||||
diameters (0.004 0.005);
|
||||
// material names for shapes
|
||||
|
Reference in New Issue
Block a user