How to access Hydraulic Power value from Pump block?

5 views (last 30 days)
I am designing a wheel loader system in which I have to analyse efficiency.
My approach so far is to calculate such efficiency with the power induced by the Fixed-Displacement Pump and the power developed by the Mass.
I've found two ways to obtain my Mass Force and Speed (mechanical sensors and Probe) so I can calculate it power.
However, even though I can see my pump Hydraulic Power in the Simscape Results Explorer, I can't manage to extract it for calculations with sensors or a Probe.
I am using 2020a version.

Accepted Answer

Yifeng Tang
Yifeng Tang on 17 Aug 2020
Hi Lucca,
The Probe right now only works with quantities that is visible in the "variables" tab of the block, so you are right you won't be able to measure that directly. I can think of two possible solutions:
  1. see whether deltaP * Q gives you the right pump power. You may use a pressure sensor for the pressure increase over the pump and a flowrate sensor for Q.
  2. access Simscape result AFTER the simulation using command line and plot. See this documentation page for more info: https://www.mathworks.com/help/physmod/simscape/ug/log-and-plot-simulation-data.html
Hope this helps.
  1 Comment
Lucca Martinelli
Lucca Martinelli on 18 Aug 2020
Thanks!
I endup using a Rotational Power Sensor block to estimate the power input to the pump and I believe it worked out well.

Sign in to comment.

More Answers (0)

Categories

Find more on Upgrading Hydraulic Models to Use Isothermal Liquid Blocks in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!