Skip to content

Commit

Permalink
update default value for HotSensibleTes.one_direction_flow to false
Browse files Browse the repository at this point in the history
  • Loading branch information
zolanaj committed Dec 2, 2024
1 parent 97a63ea commit b70c992
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 @@ -115,7 +115,7 @@ end
can_serve_dhw::Bool = false
can_serve_space_heating:Bool = false
can_serve_process_heat::Bool = false
one_direction_flow::Bool = true
one_direction_flow::Bool = false
```
"""
Base.@kwdef struct HotSensibleTesDefaults <: AbstractThermalStorageDefaults
Expand Down

0 comments on commit b70c992

Please sign in to comment.