pure functionconstructor
Construct an extendable array that can be used to store double values
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.
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| ExtendableArray | table |
Revisions
-
July 28 2011, by Pierre Vigouroux:
First implementation.