Skip to content

Commit

Permalink
Merge pull request #3411 from architecture-building-systems/3410-vent…
Browse files Browse the repository at this point in the history
…ilation-zero

Update electrical_loads.py
  • Loading branch information
ShiZhongming committed Oct 20, 2023
2 parents 9876117 + 3168e6a commit 5eb55aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cea/demand/electrical_loads.py
Expand Up @@ -341,6 +341,7 @@ def calc_Eve(tsd):
fan_power = P_FAN # specific fan consumption in W/m3/h, s

# mechanical ventilation system air flow [m3/s] = outdoor air + recirculation air
tsd['m_ve_rec'] = np.nan_to_num(tsd['m_ve_rec']) # TODO:DOCUMENTATION, in heating case, m_ve_rec is nan
q_ve_mech = tsd['m_ve_mech'] / physics.calc_rho_air(tsd['theta_ve_mech']) \
+ tsd['m_ve_rec'] / physics.calc_rho_air(tsd['T_int'])

Expand Down

0 comments on commit 5eb55aa

Please sign in to comment.