Changes between Initial Version and Version 1 of Ticket #5765


Ignore:
Timestamp:
2020-01-04T15:16:00Z (5 years ago)
Author:
Karim Adbdelhak
Comment:

I made some small investigations and it seems like an easy thing to add this, my main source being the modelica documentation.

@casella Is this used often and should i focus on implementing this?

@adrpo Is there a reason it has been left out in the past?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5765 – Description

    initial v1  
    11Due to a question on [https://stackoverflow.com/questions/59497241/openmodelica-ibpsa-example-error-spatialdistribution StackOverflow] i realized that we do not support the modelica builtin function {{{spatialDistribution}}}. Code is generated, but the function just not exists in the Runtime.
     2
     3The main example there is {{{IBPSA.Fluid.FixedResistances.Examples.PlugFlowPipe}}} from the IBPSA library.