Skip to content

Commit

Permalink
change class of the district pump
Browse files Browse the repository at this point in the history
  • Loading branch information
JingWang-CUB committed Oct 22, 2024
1 parent 1d595dc commit d94ddf7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// ambient loop pump
Buildings.Fluid.Movers.FlowControlled_m_flow pumDis(
Buildings.DHC.ETS.BaseClasses.Pump_m_flow pumDis(
redeclare final package Medium = {{ globals.medium_w }},
allowFlowReversal=true,
redeclare Buildings.Fluid.Movers.Data.Generic per,
inputType=Buildings.Fluid.Types.InputType.Continuous,
use_inputFilter=true,
riseTime=20,
m_flow_nominal=datDes.mPumDis_flow_nominal,
dp_nominal={{ sys_params.district_system.fifth_generation.central_pump_parameters.pump_design_head }})
"Distribution pump"
Expand Down

0 comments on commit d94ddf7

Please sign in to comment.