modelEfficiency

Power sensor, 3-phase dqo

Extends from Partials.Sensor2Base (Sensor Base, 1-phase).

Information

Measures the electric power p flowing from 'term_p' to 'term_n' and the total heat inflow q at term 'heat'. The efficiency eta in % is then defined by

  eta = 100*(p - q)/p     if arrow points into the measured component and q <  abs(p)
  eta = 100*p/(p + q)     if arrow points out of the measured component and q <  abs(p)
  eta = 0                 else
Positive values of eta indicate powerflow in direction of arrow, negative values of eta indicate powerflow against direction of arrow.

Note: Take care about the above definitions if approximations are used in measured components.
In problematic cases use power sensors electrical and mechanical.

Parameters

TypeNameDefaultDescription
Booleandir_intruedirection
Integerm1dimension of heat port
SI.TemperatureT_amb300ambient temperature
Options
Booleanavfalsetime average efficiency
SI.Timetcst1average time-constant

Connectors

TypeNameDefaultDescription
Base.Interfaces.ElectricV_pterm_p (from Port_p_n)positive terminal
Base.Interfaces.ElectricV_nterm_n (from Port_p_n)negative terminal
Base.Interfaces.ThermalV_pheatvector heat port

Components

TypeNameDefaultDescription
Realetaefficiency