Two way valve with a power function for the valve opening characteristic. Valves that need to open quickly typically have such a valve characteristics.
This model is based on the partial valve model AixLib.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
AixLib.Fluid.Actuators.UsersGuide.