.Buildings.Fluid.Geothermal.Boreholes.BaseClasses.ExtendableArray.constructor

Information

The function constructor is a C function that is called by a Modelica simulator exactly once during the initialization. The function returns the object ExtendableArray that will be used to store double values in the function Buildings.Fluid.Geothermal.Boreholes.BaseClasses.storeValues.

Implementation

This function has been implemented to allow storing an increasing number of double values. Since Modelica requires the size of an array to be known at compile time, the implementation is done in a C function.

Interface

pure function constructor
  output ExtendableArray table;
end constructor;

Revisions


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