Returns vector with number of ports per control volume depending on location of fluid connectors.
(no remarks)
(no remarks)
(no remarks)
(no remarks)
(no remarks)
(no remarks)
(no validation necessary)
(none)
Model modified (extended so that it works for vectors i_xxx as well) by Carsten Bode (c.bode@tuhh.de), Nov 2018
function getPortCount import TransiEnt.Basics.Functions.getNumberOfOccurences; input Integer N; input Integer i_prodIn[:]; input Integer i_prodOut[:]; input Integer i_gridIn[:]; input Integer i_gridOut[:]; output Integer portCount[N]; end getPortCount;