function EN12900_EngUnits
input Modelica.SIunits.Temperature T_cd "Condensing temperature";
input Modelica.SIunits.Temperature T_ev "Evaporation temperature";
output Real result[3] "Vector with the output flow rate, cp power and swept volume";
parameter Real coef[10, 4] = [0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0] "Coefficient matrix. Column1: Capacity. Column2: Power. Column3: Current. Column4: Flow Rate";
parameter Modelica.SIunits.Volume Vs = 0 "Compressor Swept Volume";
end EN12900_EngUnits;