- Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
💔 No retro compatibilityFor changes that break retrocompatibilityFor changes that break retrocompatibility🏚️ architectureChanges related to the library architectureChanges related to the library architecture🆕 New componentFor new components added to the libraryFor new components added to the library
Milestone
Description
Is your refactoring request related to a problem? Please describe.
Currently we have separate components that are not very easy to read to cut a quantity propagation :
HeatLoss
to cut enthalpy/temperature propagationPressureCut
for pressureLoopBreaker
for flow
Describe the solution you'd like
This should be more uniform, and not in pipes but in a dedicated package like WaterSteam.LoopBreakers
or WaterSteam.QuantityCuts
and then
HeatCut
orHeatLoopBreaker
to cut enthalpy/temperature propagationPressureCut
orPressureLoopBreaker
for pressureFlowCut
orFlowLoopBreaker
for flow
To be checked by issue author
- I checked that this issue is not a duplicate
- I added the appropriate labels to my issues
- I added the appropriate assignees to my issue
- I linked the related issues in the description of my issue
Metadata
Metadata
Assignees
Labels
💔 No retro compatibilityFor changes that break retrocompatibilityFor changes that break retrocompatibility🏚️ architectureChanges related to the library architectureChanges related to the library architecture🆕 New componentFor new components added to the libraryFor new components added to the library