How do I perform simulation with the aerodynamic propeller?

28 vues (au cours des 30 derniers jours)
Zachary
Zachary le 1 Mar 2025
Commenté : Zachary le 5 Mar 2025
Assuming I have the forward velocity, rotational speed of the propeller, how do I insert these constants as signals to determine the output thrust? Is there a tutorial video I can follow to properly learn how to use this block?

Réponse acceptée

Aravind
Aravind le 4 Mar 2025
Hello @Zachary,
The "Aerodynamic Propeller" block is a Simscape component. To make the input ports for advance (forward) velocity and propeller rotational velocity visible, you need to set the "Translational connections" and "Rotational Connections" parameters to the "Physical Signals" option. These settings are found in the "Environment and Dynamics" section of the block parameters, which you can access by double-clicking the "Aerodynamic Propeller" block. This configuration also generates two output ports that provide the propeller thrust and resistive drag.
Since the "Aerodynamic Propeller" is a Simscape block, it uses physical signals for both input and output. These differ from standard Simulink signals as they can include units. For more information on physical modeling in Simscape, visit: https://www.mathworks.com/help/simscape/ug/basic-principles-of-modeling-physical-networks.html.
To input forward velocity and rotational speed as constants into the "Aerodynamic Propeller" block and to read the output thrust, you need to convert these physical signals into standard Simulink signals. Use the "Simulink-PS Converter" to transform regular Simulink signals into physical signals for inputs, and the "PS-Simulink Converter" to change physical signals into regular Simulink signals for reading and plotting outputs. Once this is done, the block should resemble the setup illustrated in the image below:
For further details on interfacing Simulink blocks and sources with Simscape diagrams, refer to the following documentation pages:
  1. Overview of interfacing Simulink sources with Simscape - https://www.mathworks.com/help/simscape/ug/connecting-simscape-diagrams-to-simulink-sources-and-scopes.html.
  2. Simulink-PS Converter - https://www.mathworks.com/help/simscape/ref/simulinkpsconverter.html
  3. PS-Simulink Converter - https://www.mathworks.com/help/simscape/ref/pssimulinkconverter.html
I hope this helps address your question.

Plus de réponses (0)

Catégories

En savoir plus sur Simscape Driveline dans Help Center et File Exchange

Produits


Version

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by