Two way valve with linear opening characteristic.
This model is based on the partial valve model BuildingSystems.Fluid.Actuators.BaseClasses.PartialTwoWayValve. Check this model for more information, such as the regularization near the origin.
order to a constant
as most users need not change this value.phi using
max(0.1*l, . ) to avoid
phi=0.
See
issue 1376.
phi using
max(0, . ) to avoid
negative phi.
See
issue 1223.
phi
to the model instantiation because in its base class,
the keyword input
has been added to the variable phi.
dp_nominal to dpValve_nominal,
and added new parameter dpFixed_nominal=0.
See
BuildingSystems.Fluid.Actuators.UsersGuide.