mabuseif commited on
Commit
ff2e49d
·
verified ·
1 Parent(s): 6f98800

Update app/internal_loads.py

Browse files
Files changed (1) hide show
  1. app/internal_loads.py +2 -2
app/internal_loads.py CHANGED
@@ -747,7 +747,7 @@ def display_ventilation_tab():
747
  "Sensible Effectiveness (0–1)",
748
  min_value=0.0,
749
  max_value=1.0,
750
- value=float(editor_state.get("sensible_effectiveness", 0.8)),
751
  format="%.2f",
752
  help="Sensible heat recovery effectiveness as a fraction between 0 and 1."
753
  )
@@ -755,7 +755,7 @@ def display_ventilation_tab():
755
  "Latent Effectiveness (0–1)",
756
  min_value=0.0,
757
  max_value=1.0,
758
- value=float(editor_state.get("latent_effectiveness", 0.6)),
759
  format="%.2f",
760
  help="Latent heat recovery effectiveness as a fraction between 0 and 1."
761
  )
 
747
  "Sensible Effectiveness (0–1)",
748
  min_value=0.0,
749
  max_value=1.0,
750
+ value=float(editor_state.get("sensible_effectiveness", 0.5)),
751
  format="%.2f",
752
  help="Sensible heat recovery effectiveness as a fraction between 0 and 1."
753
  )
 
755
  "Latent Effectiveness (0–1)",
756
  min_value=0.0,
757
  max_value=1.0,
758
+ value=float(editor_state.get("latent_effectiveness", 0.5)),
759
  format="%.2f",
760
  help="Latent heat recovery effectiveness as a fraction between 0 and 1."
761
  )