Skip to content

Commit

Permalink
change scaFac doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FWuellhorst committed May 6, 2024
1 parent 842406c commit 645880c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ equation
<h4>Scaling factor</h4>
<p>
For the scaling factor, the table data for evaporator heat flow rate
For the scaling factor, the table data for evaporator heat flow rate (<code>QEvaTabDat_flow</code>)
is evaluated at nominal conditions. Hence, the scaling factor is</p>
<pre>
scaFac = QEva_flow_nominal/QUse_flow_nominal(TEva_nominal, TCon_nominal).
scaFac = QEva_flow_nominal/QEvaTabDat_flow(TEva_nominal, TCon_nominal).
</pre>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ equation
<h4>Scaling factor</h4>
<p>
For the scaling factor, the table data for condenser heat flow rate
For the scaling factor, the table data for condenser heat flow rate (<code>QConTabDat_flow</code>)
is evaluated at nominal conditions. Hence, the scaling factor is
</p>
<pre>
scaFac = QCon_flow_nominal/QUse_flow_nominal(TEva_nominal, TCon_nominal).
scaFac = QCon_flow_nominal/QConTabDat_flow(TEva_nominal, TCon_nominal).
</pre>
<p>
Expand Down

0 comments on commit 645880c

Please sign in to comment.