-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
✨enhancementNew feature or requestNew feature or request
Description
What is your precise need ?
In the pump model, the rh_min is used as the minimum allowed efficiency. If the calculated efficiency is lower, this value is forced. This doesn't work in reverse causality since the outlet temperature is an input, systematically blocking the simulation.
rh =noEvent(max(if (R > 1e-5) then b1*Qv^2/R^2 + b2*Qv/R + b3 else b3, rh_min));
What solution do you see ?
Since we calibrate the rh on real data, no need for this protection.
Do you see any other alternative ?
Add a warning for negative values.
Metadata
Metadata
Labels
✨enhancementNew feature or requestNew feature or request