update conveyor belt model tutorial

This commit is contained in:
wanqing0421 2024-12-24 22:52:18 +08:00
parent 50750c2574
commit a99278447e
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -12,7 +12,7 @@ conveyorBeltInfo
{ {
conveyorBelt1 conveyorBelt1
{ {
velocity (1 0 0); velocity (0.5 0 0);
} }
} }

View File

@ -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