You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to discuss some necessary changes to the std type library in pandapipes, as we will further rely on a good functionality here. My suggestions are:
Adapt pipe std type entries to exactly match the entries required in the pipe table.
Remove the PumpStdType class and only store entries for the polynomial function of the pressure lift - volume flow ratio (e.g. in a dict). This could be transformed to a numpy array in order to performantly calculate the pressure lift for all pumps. An auxiliary function can create an interpolating function for given fix points.
The text was updated successfully, but these errors were encountered:
I would like to discuss some necessary changes to the std type library in pandapipes, as we will further rely on a good functionality here. My suggestions are:
The text was updated successfully, but these errors were encountered: