Change of k_min - #374
Conversation
…e.mo - Tested with existing test models and espresso machine Closes DLR-SR#277
CorentinLepais
left a comment
There was a problem hiding this comment.
BasicControlValve test model failed when simulating with k_min<1e-10. I did not check the other valve models but the min value for k_min should definitely be higher than Modelica.Constant.eps
|
The problem is triggered by the dynamic closing process, not by the steady-state closed valve. In the current [ With inertance enabled, Adding a first-order actuator only shifts the problem to smaller values of Possible improvements
ConclusionRegularization and improved curve scaling may reduce the practical lower limit of |
changed min value to Modelica.Constants.eps of k_min in PartialValve.mo
Tested with existing test models and espresso machine
Closes #277