function PropellerMechPower00 extends Modelica.Icons.Function; import Units = Modelica.SIunits; input Units.AngularVelocity omega; input Units.Torque trq; output Units.Power pwrMech; end PropellerMechPower00;