This model implements a generic controller for a three-way mixing valve. Three operating modes are supported:
modChaOve (1 for heating, 2 for
cooling). The model instantiates only one PI block to limit the
number of state variables in large models. Therefore the PI gain is
independent from the change-over mode: the reverse action is
modeled by taking the opposite value of the PI block output.
Eventually the integral part is reset whenever the change-over mode
is switched.See Buildings.DHC.Loads.BaseClasses.Controls.Validation.MixingValveControl for a simulation with change-over.