Is your feature request related to a problem? Please describe.
Efficiency for pumps, cogenerators, and boilers is currently a static number. In reality, these efficiencies are curves that vary depending on the operating conditions.
Describe the solution you'd like
Support the definition of efficiency curves as functions (similar to VirtualTag) in addition to static numbers.
Describe alternatives you've considered
You have to assign the value for the efficiency curve as a lambda function in Python.
Is your feature request related to a problem? Please describe.
Efficiency for pumps, cogenerators, and boilers is currently a static number. In reality, these efficiencies are curves that vary depending on the operating conditions.
Describe the solution you'd like
Support the definition of efficiency curves as functions (similar to
VirtualTag) in addition to static numbers.Describe alternatives you've considered
You have to assign the value for the efficiency curve as a lambda function in Python.