.TransiEnt.Consumer.Systems.HeatpumpSystems.simulateUnits

Information

Function that allows to simulate N uncoordinated heat pump systems in series using parameter values from a N x 24 mat file

Interface

function simulateUnits
  input TransiEnt.Basics.Types.Poolsize N = 100 annotation(
    Dialog = true,
    choicesAllMatching);
  final parameter Real A[N, 24] = readMatrix(Modelica.Utilities.System.getEnvironmentVariable(Basics.Types.PUBLIC_DATA) + "electricity/HeatpumpSystemPool/" + "heatpumpSystem_N" + String(N) + ".mat", "A", N, 24);
  parameter String resultFileName = "HPS_BivTest";
  constant Real tend = 31622400;
  constant Real dt = 900;
  output Boolean success;
end simulateUnits;

Generated at 2024-11-24T19:25:44Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos