Skip to content

Commit

Permalink
Fix subscripting
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jul 31, 2017
1 parent 79d27cc commit 2e62509
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ \subsection{Proportional Control}\label{proportional-control}

if ProportionalControlBasedOnDesignOARate is specified, the required intake flow rate will be revised as:

\begin{equation} {V{ot - design,i}} = \frac{Design Outdoor Air Flow Rate_i} {E_i} \end{equation}
\begin{equation} {V_{ot - design,i}} = \frac{Design Outdoor Air Flow Rate_i} {E_i} \end{equation}

The Design Outdoor Air Flow Rate is determined in the DesignSpecification:OutdoorAir object.

Expand All @@ -304,7 +304,7 @@ \subsection{Proportional Control}\label{proportional-control}

if ProportionalControlBasedOnDesignOARate is specified, the required intake flow rate will be revised as:

\begin{equation} {V{ot - min,i}} = \frac{ {Design Outdoor Air Flow Rate_i} \times {SchedPropMin_i} } {E_i} \end{equation}
\begin{equation} {V_{ot - min,i}} = \frac{ {Design Outdoor Air Flow Rate_i} \times {SchedPropMin_i} } {E_i} \end{equation}


3)~~~The target indoor CO\(_{2}\) concentration at \({V_{ot - design,i}}\)
Expand Down

0 comments on commit 2e62509

Please # to comment.