update conveyor belt model tutorial
This commit is contained in:
parent
50750c2574
commit
a99278447e
|
@ -10,7 +10,7 @@ globalBox // Simulation domain: every par
|
||||||
{
|
{
|
||||||
min (-0.11 -0.11 -0.41);
|
min (-0.11 -0.11 -0.41);
|
||||||
|
|
||||||
max ( 0.11 0.11 0.41);
|
max ( 0.33 0.11 0.41);
|
||||||
}
|
}
|
||||||
|
|
||||||
boundaries
|
boundaries
|
||||||
|
|
|
@ -12,7 +12,7 @@ conveyorBeltInfo
|
||||||
{
|
{
|
||||||
conveyorBelt1
|
conveyorBelt1
|
||||||
{
|
{
|
||||||
velocity (1 0 0);
|
velocity (0.5 0 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ fileFormat ASCII;
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
run layerdSiloFilling;
|
run layerdSiloFilling;
|
||||||
|
|
||||||
dt 0.00001; // time step for integration (s)
|
dt 0.00005; // time step for integration (s)
|
||||||
|
|
||||||
startTime 0.0; // start time for simulation
|
startTime 0.0; // start time for simulation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue