.ThermoCycle.Functions.Compressors_EN12900.EN12900_EngUnits

Information

Base model for the computation of the compressor performance. Must be redeclared with the coefficients and the swept volume

Interface

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;

Generated at 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos