How to set time domain Simscape model to hours instead of seconds?
5 ビュー (過去 30 日間)
古いコメントを表示
For my hydraulic isothermic model I model a centrifugal pump installation. Normally, flows and pump capacity characteristics are in m^3/h. However, in the centrifugal pump (IL) block I need to set capacity vector in m^3/s, and it does not recognize me changing it to m^3/h. This makes it more difficult than necessary, as I now need to change all other flow units to m^3/s. I cannot just act like seconds are hours, as I will then get problems with units as rpm (minute).
How do I change the flow to m^3/h?
0 件のコメント
採用された回答
その他の回答 (1 件)
Nikhil Muthakana
2023 年 5 月 15 日
Convert your m^3/h parameters to m^3/s by dividing the m^3/h value by 3600 (since 1 m^3/s = 3600 m^3/h)
3 件のコメント
Nikhil Muthakana
2023 年 5 月 15 日
The blocks do not have the option of m^3/h (even in the Flow Rate Sensor block), so after converting the simscape physical signals to simulink data signals, use a gain block on the signal with 3600 as the value to convert the m^3/s to m^3/h when you log the flow rate signals. You can name the signals appropriately to keep track of the units.
参考
カテゴリ
Help Center および File Exchange で Model Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

