Can I get little bit help?
I am doing simulation in rotating drum.
When I put my timestep to 0.0001 it is running without any problem. But I need more information about particles so I tried to make timesteps smaller which means 0.00001.
After decreasing the timestep , drum starts rotating while particles are inserting. And another problem is drum stops after certain timestep and particles move without drum's movement. Which is weird.
Can I get some hints so that (1) drum rotates after particles insertion and (2) Drum rotates continously until simulation is done.
I have attached my input file here.
Thank you.
Attachment | Size |
---|---|
![]() | 7.8 KB |
Volkan | Mon, 07/04/2022 - 18:57
Initialization Again After Unfixing the First Initialization?
Hello Gibel,
why do you run ${fillsteps} again after "unfix ins" ?
run ${fillsteps}
#run 1000000 upto
unfix ins
run ${fillsteps}
#run 7000000 upto
I think it's the answer to your first question.
gibel | Tue, 07/05/2022 - 02:57
Thank you for the answer
Thank you for the reply.
Any idea why my drum stops rotating after certain time steps?
Thanks
gibel | Tue, 07/05/2022 - 03:23
In the script, I mentioned
In the script, I mentioned thant drum will rotate 60 s. Is it possible that drum is stopping after 60s?
Volkan | Tue, 07/05/2022 - 11:27
The simulation should be
The simulation should be going for 60 seconds after the initialization. And the drum should start to rotate after the initialization and keep rotating until the end of the simulation.
Unfortunately I can not see anything in your script which would cause early stop of the drum rotating :(