This component defines the interface for models with multiple pairs of inlet and outlet ports, here implemented as two vectors of ports. It is similar to Modelica.Fluid.Interfaces.PartialTwoPortTransport, but it does not include the species balance
port_b[i].Xi_outflow = inStream(port_a[i].Xi_outflow);
Thus, it can be used as a base class for a heat and mass transfer component
The partial model extends
Buildings.Fluid.Geothermal.ZonedBorefields.Interfaces.PartialTwoNPorts
and adds quantities that are used by many models such as
m_flow_nominal
, m_flow
and dp
.