.Buildings.Obsolete.ThermalZones.EnergyPlus_9_6_0.BaseClasses.exchange

Exchange the values with the EnergyPlus thermal zone

Information

External function that exchanges data with EnergyPlus.

Interface

pure function exchange
  extends Modelica.Icons.Function;
  input Buildings.Obsolete.ThermalZones.EnergyPlus_9_6_0.BaseClasses.SpawnExternalObject adapter "External object";
  input Integer nY "Size of output y";
  input Real u[:] "Input values. First all inputs, then the current model time";
  input Real dummy "Dummy value (used to force Modelica tools to call initialize())";
  output Real y[nY] "Output values. First all outputs, then all derivatives, then next event time";
end exchange;

Revisions


Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos