Creates an instance of an external array of type double.
function constructor input Integer size = 1 "size of the array"; input Real timeIn = 2 "time of the first value"; output ExternalMemoryRealTC extMem; end constructor;