conveyorBelt is Updated.
This commit is contained in:
parent
7e7184f1c5
commit
b315d12357
|
@ -16,13 +16,13 @@ contactSearch
|
||||||
{
|
{
|
||||||
method NBS; // method for broad search particle-particle
|
method NBS; // method for broad search particle-particle
|
||||||
|
|
||||||
updateInterval 10;
|
updateInterval 10;
|
||||||
|
|
||||||
sizeRatio 1.1;
|
sizeRatio 1.1;
|
||||||
|
|
||||||
cellExtent 0.55;
|
cellExtent 0.55;
|
||||||
|
|
||||||
adjustableBox No;
|
adjustableBox No;
|
||||||
}
|
}
|
||||||
|
|
||||||
model
|
model
|
||||||
|
@ -46,25 +46,25 @@ model
|
||||||
0.8e6 0.8e6
|
0.8e6 0.8e6
|
||||||
0.8e6);
|
0.8e6);
|
||||||
|
|
||||||
nu (0.25 0.25 0.25 // Poisson's ratio [-]
|
nu (0.25 0.25 0.25 // Poisson's ratio [-]
|
||||||
0.25 0.25
|
0.25 0.25
|
||||||
0.25);
|
0.25);
|
||||||
|
|
||||||
en (0.97 0.97 0.85 // coefficient of normal restitution
|
en (0.97 0.97 0.85 // coefficient of normal restitution
|
||||||
0.97 0.85
|
0.97 0.85
|
||||||
1.00);
|
1.00);
|
||||||
|
|
||||||
et (1.0 1.0 1.0 // coefficient of tangential restitution
|
et (1.0 1.0 1.0 // coefficient of tangential restitution
|
||||||
1.0 1.0
|
1.0 1.0
|
||||||
1.0);
|
1.0);
|
||||||
|
|
||||||
mu (0.65 0.65 0.35 // dynamic friction
|
mu (0.65 0.65 0.35 // dynamic friction
|
||||||
0.65 0.35
|
0.65 0.35
|
||||||
0.35);
|
0.35);
|
||||||
|
|
||||||
mur (0.1 0.1 0.1 // rolling friction
|
mur (0.1 0.1 0.1 // rolling friction
|
||||||
0.1 0.1
|
0.1 0.1
|
||||||
0.1);
|
0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ objectName geometryDict;
|
||||||
objectType dictionary;
|
objectType dictionary;
|
||||||
fileFormat ASCII;
|
fileFormat ASCII;
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
motionModel conveyorBelt; // motion model can be rotatingAxis or stationary or vibrating
|
motionModel conveyorBelt; // motion model can be rotatingAxis or stationary or vibrating
|
||||||
|
|
||||||
conveyorBeltInfo
|
conveyorBeltInfo
|
||||||
{
|
{
|
||||||
|
@ -54,17 +54,22 @@ surfaces
|
||||||
|
|
||||||
belt
|
belt
|
||||||
{
|
{
|
||||||
type stlWall; // type of the wall
|
type stlWall; // type of the wall
|
||||||
file belt.stl; // file name in stl folder
|
|
||||||
material wallMat; // material name of this wall
|
file belt.stl; // file name in stl folder
|
||||||
motion conveyorBelt1; // motion component name
|
|
||||||
|
material wallMat; // material name of this wall
|
||||||
|
|
||||||
|
motion conveyorBelt1; // motion component name
|
||||||
}
|
}
|
||||||
|
|
||||||
box
|
box
|
||||||
{
|
{
|
||||||
type stlWall; // type of the wall
|
type stlWall; // type of the wall
|
||||||
file box.stl; // file name in stl folder
|
|
||||||
material wallMat; // material name of this wall
|
file box.stl; // file name in stl folder
|
||||||
|
|
||||||
|
material wallMat; // material name of this wall
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue