Entering the mechanical and volumetric efficiency of a fixed displacement pump
10 ビュー (過去 30 日間)
古いコメントを表示
I want to enter the mechanical and volumetric efficiency values of a fixed displacement pump in a hydraulic system within SIMScape MATLAB. I have activated the mechanical and volumetric efficiency ports from the pump's mass variables, but I have not found a way to enter the efficiency values into those ports... I need help to adjust the efficiency values for the pump
0 件のコメント
回答 (1 件)
Epsilon
2025 年 1 月 22 日 6:25
Hi Zeko,
The input ports for the mechanical and volumetric efficiency accept physical signals as the input signal type. To adjust the efficiency values, consider using a constant block and then converting the Simulink signal of the constant block to a Physical Signal using a ‘Simulink-PS convertor’ block.
The outport of the constant block can be connected to the in-port of the Simulink-PS convertor. The outport of the Simulink-PS convertor block can then be connected to the in-port of the mechanical and volumetric efficiency ports, in the fixed displacement block.
The Simulink-PS Convertor block documentation for further reference can be opened from the command window by:
doc(‘Simulink-PS Convertor’)
Hope it helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Nonlinear Operators についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!