Skip to content

Commit 222ec8a

Browse files
Adding steam hotwater method to FLH inputs for heat
1 parent 055724a commit 222ec8a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

inputs/full_load_hours/flh_of_geothermal_heat_user_curve.ad

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
EACH(
1313
UPDATE(V(energy_heat_well_shallow_lt_geothermal), full_load_hours, USER_INPUT()),
1414
UPDATE(V(energy_heat_well_shallow_lt_geothermal), number_of_units, original_nou_energy_heat_well_shallow_lt_geothermal),
15-
UPDATE(V(energy_heat_well_shallow_lt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_shallow_lt_geothermal, production_based_on_number_of_units)),
15+
UPDATE(V(energy_heat_well_shallow_lt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_shallow_lt_geothermal, steam_hot_water_production_based_on_number_of_units)),
1616

1717
UPDATE(V(energy_heat_well_deep_ht_geothermal), full_load_hours, USER_INPUT()),
1818
UPDATE(V(energy_heat_well_deep_ht_geothermal), number_of_units, original_nou_energy_heat_well_deep_ht_geothermal),
19-
UPDATE(V(energy_heat_well_deep_ht_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_deep_ht_geothermal, production_based_on_number_of_units)),
19+
UPDATE(V(energy_heat_well_deep_ht_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_deep_ht_geothermal, steam_hot_water_production_based_on_number_of_units)),
2020

2121
UPDATE(V(energy_heat_well_deep_mt_geothermal), full_load_hours, USER_INPUT()),
2222
UPDATE(V(energy_heat_well_deep_mt_geothermal), number_of_units, original_nou_energy_heat_well_deep_mt_geothermal),
23-
UPDATE(V(energy_heat_well_deep_mt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_deep_mt_geothermal, production_based_on_number_of_units)),
23+
UPDATE(V(energy_heat_well_deep_mt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_deep_mt_geothermal, steam_hot_water_production_based_on_number_of_units)),
2424

2525
UPDATE(V(energy_heat_well_shallow_heatpump_mt_geothermal), full_load_hours, USER_INPUT()),
2626
UPDATE(V(energy_heat_well_shallow_heatpump_mt_geothermal), number_of_units, original_nou_energy_heat_well_shallow_heatpump_mt_geothermal),
27-
UPDATE(V(energy_heat_well_shallow_heatpump_mt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_shallow_heatpump_mt_geothermal, production_based_on_number_of_units)),
27+
UPDATE(V(energy_heat_well_shallow_heatpump_mt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_shallow_heatpump_mt_geothermal, steam_hot_water_production_based_on_number_of_units)),
2828

2929
UPDATE(V(industry_heat_well_geothermal), full_load_hours, USER_INPUT()),
3030
UPDATE(V(industry_heat_well_geothermal), number_of_units, original_nou_industry_heat_well_geothermal),
31-
UPDATE(V(industry_heat_well_geothermal), preset_demand_by_steam_hot_water_production, V(industry_heat_well_geothermal, production_based_on_number_of_units)),
31+
UPDATE(V(industry_heat_well_geothermal), preset_demand_by_steam_hot_water_production, V(industry_heat_well_geothermal, steam_hot_water_production_based_on_number_of_units)),
3232

3333
UPDATE(V(agriculture_geothermal), full_load_hours, USER_INPUT())
3434
)

inputs/full_load_hours/flh_of_solar_thermal_user_curve.ad

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
EACH(
1111
UPDATE(V(energy_heat_solar_ht_solar_thermal), full_load_hours, USER_INPUT()),
1212
UPDATE(V(energy_heat_solar_ht_solar_thermal), number_of_units, original_nou_energy_heat_solar_ht_solar_thermal),
13-
UPDATE(V(energy_heat_solar_ht_solar_thermal), preset_demand_by_steam_hot_water_production, V(energy_heat_solar_ht_solar_thermal, production_based_on_number_of_units)),
13+
UPDATE(V(energy_heat_solar_ht_solar_thermal), preset_demand_by_steam_hot_water_production, V(energy_heat_solar_ht_solar_thermal, steam_hot_water_production_based_on_number_of_units)),
1414

1515
UPDATE(V(energy_heat_solar_lt_solar_thermal), full_load_hours, USER_INPUT()),
1616
UPDATE(V(energy_heat_solar_lt_solar_thermal), number_of_units, original_nou_energy_heat_solar_lt_solar_thermal),
17-
UPDATE(V(energy_heat_solar_lt_solar_thermal), preset_demand_by_steam_hot_water_production, V(energy_heat_solar_lt_solar_thermal, production_based_on_number_of_units)),
17+
UPDATE(V(energy_heat_solar_lt_solar_thermal), preset_demand_by_steam_hot_water_production, V(energy_heat_solar_lt_solar_thermal, steam_hot_water_production_based_on_number_of_units)),
1818

1919
UPDATE(V(energy_heat_solar_mt_solar_thermal), full_load_hours, USER_INPUT()),
2020
UPDATE(V(energy_heat_solar_mt_solar_thermal), number_of_units, original_nou_energy_heat_solar_mt_solar_thermal),
21-
UPDATE(V(energy_heat_solar_mt_solar_thermal), preset_demand_by_steam_hot_water_production, V(energy_heat_solar_mt_solar_thermal, production_based_on_number_of_units)),
21+
UPDATE(V(energy_heat_solar_mt_solar_thermal), preset_demand_by_steam_hot_water_production, V(energy_heat_solar_mt_solar_thermal, steam_hot_water_production_based_on_number_of_units)),
2222

2323
UPDATE(V(buildings_space_heater_solar_thermal), full_load_hours, USER_INPUT()),
2424
UPDATE(V(households_water_heater_solar_thermal), full_load_hours, USER_INPUT()),

0 commit comments

Comments
 (0)