Opened 5 years ago
Last modified 5 years ago
#5765 closed defect
SpatialDistribution not supported — at Version 1
Reported by: | Karim Adbdelhak | Owned by: | Karim Adbdelhak |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Code Generation | Version: | |
Keywords: | Cc: | Francesco Casella, Adrian Pop |
Description (last modified by )
Due to a question on 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.
The main example there is IBPSA.Fluid.FixedResistances.Examples.PlugFlowPipe
from the IBPSA library.
Note:
See TracTickets
for help on using tickets.
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?