PassThroughMedium should extend differently
What is the problem?
AixLib.Fluid.Interfaces.PassThroughMedium
extends from PartialTwoPortInterface
.
In PartialTwoPortInterface
the start values for m_flow and dp are set to 0 in the protected section.
How do we want to solve it? Describe the solution you'd like
Extend from PartialTwoPort
.
-
With a conversion script one should take care of m_flow_nominal
andshow_T
.
@FWuellhorst: Was there any reason you remember, why you extended from PartialTwoPortInterface
?