refactor: update max capacity constant from 550 to 660 across simulation and utility modules

main
Cizz22 2 months ago
parent c950191274
commit a59ae49c1b

@ -271,7 +271,7 @@ async def calculate_plant_eaf(
# Calculate manual MO hours (full outage) and MD hours (derating)
manual_mo_outage_hours = 0.0
manual_mo_equiv_hours = 0.0
max_capacity = 550
max_capacity = 660
if manual_mo:
for mo in manual_mo:

@ -46,7 +46,7 @@ def calculate_eaf(
try:
# Calculate lost production
max_capacity = 550
max_capacity = 660
# Calculate total equivalent derate and outage hours
edh = calculate_equivalent_derate_hours(plot_data, max_flow_rate=max_capacity)

Loading…
Cancel
Save