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