Skip to content

Commit

Permalink
Disable use_m_flow_in for GHE test
Browse files Browse the repository at this point in the history
  • Loading branch information
JingWang-CUB committed Nov 28, 2023
1 parent 3486800 commit 4f8f9b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
{% for building in range( sys_params.num_buildings ) %}
Buildings.Fluid.Sources.MassFlowSource_T supHeaWat_{{ building + 1 }}(
redeclare package Medium={{ globals.medium_w }},
use_m_flow_in=true,
use_T_in=false,
{% if 'ghe_parameters' in sys_params.district_system['fifth_generation'] %}
use_m_flow_in=false,
T={{ sys_params.district_system.fifth_generation.ghe_parameters.soil.undisturbed_temp }}+273.15,
{% else %}
use_m_flow_in=true,
T={{ sys_params.district_system.fifth_generation.central_heating_plant_parameters.temp_setpoint_hhw }}+273.15,
{% endif %}
nPorts=1)
Expand Down

0 comments on commit 4f8f9b0

Please sign in to comment.