Skip to content

Commit

Permalink
Update thermal_storage.jl
Browse files Browse the repository at this point in the history
changed hotsenstivetes default about serving process heat to be true
  • Loading branch information
jgifford914 authored Jan 24, 2025
1 parent b931abf commit cabbb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/energy_storage/thermal_storage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end
can_supply_steam_turbine::Bool = true
can_serve_dhw::Bool = false
can_serve_space_heating:Bool = false
can_serve_process_heat::Bool = false
can_serve_process_heat::Bool = true
one_direction_flow::Bool = false
```
"""
Expand All @@ -138,7 +138,7 @@ Base.@kwdef struct HotSensibleTesDefaults <: AbstractThermalStorageDefaults
can_supply_steam_turbine::Bool = true
can_serve_dhw::Bool = false
can_serve_space_heating::Bool = false
can_serve_process_heat::Bool = false
can_serve_process_heat::Bool = true
supply_turbine_only::Bool = true
one_direction_flow::Bool = false
end
Expand Down

0 comments on commit cabbb26

Please sign in to comment.