Skip to content

Commit

Permalink
Changed massflow of SourceSinkBase for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahobeost committed Jul 3, 2024
1 parent cec2b14 commit b11b53f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trnsysGUI/sourceSinkBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import trnsysGUI.images as _img
import trnsysGUI.internalPiping as _ip
import trnsysGUI.massFlowSolver.networkModel as _mfn
import trnsysGUI.pumpsAndTaps.defaults as _defaults


class SourceSinkBase(_bip.BlockItemHasInternalPiping, _gimx.SvgBlockItemGraphicItemMixin):
Expand All @@ -17,7 +16,7 @@ def __init__(self, trnsysType: str, editor, displayName: str) -> None:
self.w = 60
self.h = 60

self.massFlowRateInKgPerH = _defaults.DEFAULT_MASS_FLOW_RATE
self.massFlowRateInKgPerH = 500

self.inputs.append(_cspi.createSinglePipePortItem("i", 1, self))
self.outputs.append(_cspi.createSinglePipePortItem("o", 1, self))
Expand Down

0 comments on commit b11b53f

Please sign in to comment.