.Buildings.ThermalZones.EnergyPlus_9_6_0.BaseClasses.exchange

Information

External function that exchanges data with EnergyPlus.

Interface

pure function exchange
  extends Modelica.Icons.Function;
  input Buildings.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 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos