Skip to content

Commit

Permalink
LW Engr Ref doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Mar 20, 2024
1 parent da6e23e commit 3b3358b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ \subsection{Energy Balance of Indoor Living Wall}\label{energy-balance-of-indoor
Indoor air heat balance connects with indoor living walls through convective heat transfer, which has the opposite sign of the term in surface heat balance. Convective portion of heat gain from LED lights also contributes to zone air heat balance equation.

\begin{equation}
\begin{array}{l}{\rho_{air}}{V_z}{c_p}{dT_z}/{dt} = \sum\limits_{i = 1}^{{N_{sl}}} {\dot Q_i^{}} + \sum\limits_{i = 1}^{{N_{surfaces}}} {{h_i}} {A_i} ({{T_{si}} - {T_z}}) + {{h_ip}}{A_ip}({{T_{p}} - {T_z}})\\ + \sum\limits_{i = 1}^{{N_{zones}}} {{{\dot m}_i}} {C_p}{{T_{zi}} - {T_z}} + {\dot m_{\inf }}{C_p}( {{T_\infty } - {T_z}}) +{\dot Q_{sys}}\right)\end{array}
\begin{array}{l}{\rho_{air}}{V_z}{c_p}{dT_z}/{dt} = \sum\limits_{i = 1}^{{N_{sl}}} {\dot Q_i^{}} + \sum\limits_{i = 1}^{{N_{surfaces}}} {{h_i}} {A_i} ({{T_{si}} - {T_z}}) + {{h_ip}}{A_ip}({{T_{p}} - {T_z}})\\ + \sum\limits_{i = 1}^{{N_{zones}}} {{{\dot m}_i}} {C_p}{{T_{zi}} - {T_z}} + {\dot m_{\inf }}{C_p}( {{T_\infty } - {T_z}}) +{\dot Q_{sys}})\end{array}
\end{equation}

where:

\({\rho_{air}}{V_z}{c_p}\(dT_z}/{dt}\) represents energy stored in zone air during each timestep (W);
\({\rho_{air}}{V_z}{c_p}{dT_z}/{dt}\) represents energy stored in zone air during each timestep (W);

\({\rho_{air}}\) is zone air density (kg/m\(^3\));

Expand Down Expand Up @@ -71,7 +71,7 @@ \subsection{Energy Balance of Indoor Living Wall}\label{energy-balance-of-indoor

\(W\) is the humidity ratio of moisture air (kg moisture/kg dry air);

\({\rho_{air}}{V_z}{C_W}{({\delta t})^{ - 1}})({W_z^t - W_z^{t - \delta t}}) \right)\) represents moisture stored in zone air during each timestep (kg/s);
\({\rho_{air}}{V_z}{C_W}{({\delta t})^{ - 1}}({W_z^t - W_z^{t - \delta t}})\) represents moisture stored in zone air during each timestep (kg/s);

\(kg_{mass_{et}}\) represents moisture rate from plant evapotranspiration added to zone air (kg/s);

Expand Down Expand Up @@ -115,7 +115,7 @@ \subsection{Evapotranspiration from indoor living wall}\label{evaporation-from-i

\(r_a\) represents aerodynamic resistance, which is the resistance to the flow of water vapor and sensible heat from the surface of the leaf to the surrounding air (s/m).

Empirical models of stomatal resistance such as the Jarvis and the Ball models require experimental data to generate submodel structure and fit the model coefficients. In this module, we used the surface and aerodynamic resistance models from Graamans et al. to calculate r_s and r_a.
Empirical models of stomatal resistance such as the Jarvis and the Ball models require experimental data to generate submodel structure and fit the model coefficients. In this module, we used the surface and aerodynamic resistance models from Graamans et al. to calculate $r_s$ and $r_a$.

\begin{equation}
r_s=60 \cdot (1500+I_n/C)/(200+I_n/C)
Expand Down

5 comments on commit 3b3358b

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

insideReveal (mjwitte) - Win64-Windows-10-VisualStudio-16: OK (2768 of 2768 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

insideReveal (mjwitte) - x86_64-MacOS-10.18-clang-15.0.0: OK (3555 of 3556 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: AUD diffs.
  • 1 test had: EIO diffs.
  • 1 test had: ERR diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: MTR small diffs.
  • 1 test had: RDD diffs.
  • 1 test had: SSZ small diffs.
  • 1 test had: ZSZ small diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 786
  • Failed: 1

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

insideReveal (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (791 of 791 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

insideReveal (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3596 of 3597 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: AUD diffs.
  • 1 test had: EIO diffs.
  • 1 test had: ERR diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: MTR small diffs.
  • 1 test had: RDD diffs.
  • 1 test had: SSZ small diffs.
  • 1 test had: ZSZ small diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 806
  • Failed: 1

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

insideReveal (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1980 of 1980 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.