Skip to content

Commit

Permalink
Allow turbine to serve process heat and not turbine only by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zolanaj committed Jan 24, 2025
1 parent cabbb26 commit 873f78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/energy_storage/thermal_storage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 873f78b

Please sign in to comment.