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.
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.
pure function constructor output ExtendableArray table; end constructor;