From 873f78bd138f86573a63b7a07a26f96c79b35547 Mon Sep 17 00:00:00 2001 From: Zolan Date: Fri, 24 Jan 2025 08:00:43 -0700 Subject: [PATCH] Allow turbine to serve process heat and not turbine only by default --- src/core/energy_storage/thermal_storage.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/energy_storage/thermal_storage.jl b/src/core/energy_storage/thermal_storage.jl index 5a84eead3..4583669d4 100644 --- a/src/core/energy_storage/thermal_storage.jl +++ b/src/core/energy_storage/thermal_storage.jl @@ -139,7 +139,7 @@ Base.@kwdef struct HotSensibleTesDefaults <: AbstractThermalStorageDefaults can_serve_dhw::Bool = false can_serve_space_heating::Bool = false can_serve_process_heat::Bool = true - supply_turbine_only::Bool = true + supply_turbine_only::Bool = false one_direction_flow::Bool = false end