Entering the mechanical and volumetric efficiency of a fixed displacement pump
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
Risposte (1)
  Epsilon
      
 il 22 Gen 2025
        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 Commenti
Vedere anche
Categorie
				Scopri di più su Upgrading Hydraulic Models to Use Isothermal Liquid Blocks in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!