This is a base model for simple isenthalpic expansion valves that are used, for example, in close-loop systems like heat pumps or chillers. This model inherits from AixLib.Fluid.Actuators.Valves.ExpansionValves.BaseClasses.PartialExpansionValve and, hence, please check out the PartialExpansionValve model if detailed information is required about the modelling approach.
Within this base model, the following two equations are implemented:
port_b.h_outflow = inStrem(port_a.h_outflow)
for flow
in design direction.
port_a.h_outflow = inStrem(port_b.h_outflow)
for flow
in reverse direction.