Hi, I'm currently studying a hammer crusher, and when applying a constant rpm the torque spikes up to 5x the motor's rating. To make the simulation more realistic I thought about implementing the torque/rpm curve of the motor which is T=(w*(1-s))/Ω = (950000*(1-0.014))/(2*pi*rpm/60) while also setting a max rpm limit of 253. The problem is I have no idea how to do it, I've tried using the torque controller feature but as the only possible variable is time I can't find a way to do it in the EDEM GUI. I have no experience with EDEM API or how to access it through the Field Data Manager, I was hoping for some guidance on this matter.
I appreciate any help you can provide.