Skip to content

Commit

Permalink
Adapting average power density of fallback lv config.
Browse files Browse the repository at this point in the history
  • Loading branch information
staudtMarius committed May 7, 2024
1 parent eba64fc commit 85b54d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import scala.util.{Success, Try}
trait RunSupport {

private val lvFallback: Lv = Lv(
averagePowerDensity = 2000, // W/m^2
averagePowerDensity = 12.5, // W/m^2
boundaryAdminLevel = BoundaryAdminLevel(lowest = 8, starting = 2),
considerHouseConnectionPoints = false,
loadSimultaneousFactor = 0.2,
Expand Down

0 comments on commit 85b54d4

Please sign in to comment.