How to specify the rotational velocity of a torque source?

조회 수: 9 (최근 30일)
AThomas
AThomas 2023년 2월 12일
댓글: Geordie 2023년 10월 18일
I am trying to specify the rotational velocity of a torque source but can't find the answer.
Do I place the output of an ideal rotational velocity source into the input of an ideal torque block? Or do I add them in parallel?
I've tried both but have unexpected results.

답변 (1개)

Steve Miller
Steve Miller 2023년 2월 27일
If you want the shaft to spin at a specified speed, you have two options - use one or the other.
  1. Use an Ideal Angular Velocity Source. This block will apply whatever torque is needed to make the shaft spin at the specified speed.
  2. Use an Ideal Torque Source with a controller to adjust the torque if the shaft speed does not match the target speed. Measure the shaft speed with a Rotational Motion Sensor, subtract from the target speed to get the error, and use a PI or PID controller to specify the torque the Ideal Torque Source should apply.
You cannot specify both speed and torque. If you choose a speed, the torque may need to vary to keep the shaft at that speed. If you choose a torque, the system will accelerate or decelerate according to the other conditions in the system.
--Steve
  댓글 수: 1
Geordie
Geordie 2023년 10월 18일
Hi Steve,
I have a similar scenario to AThomas - specifically: I'm modelling a system with known input velocity and torque on one end of a flexible coupling and a torque input on the other end of the flexible coupling. I'm attempting to model the interaction of the coupling with the second torque source (the dynamics of which are modeled elsewhere in MATLAB).
Since torque and speed are both important parameters in my simulation, is there a way to model external torque loads on a shaft operating at a given speed?
Thanks,
Geordie

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Multibody Dynamics에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by