Skip to content

Commit

Permalink
Make additional subscripts in info section
Browse files Browse the repository at this point in the history
  • Loading branch information
dhblum committed May 10, 2021
1 parent 025bcad commit a5f6faf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Buildings/Examples/VAVReheat/Validation/BaseClasses/Floor.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within Buildings.Examples.VAVReheat.Validation.BaseClasses;
within Buildings.Examples.VAVReheat.Validation.BaseClasses;
model Floor
"Extends Buildings.Examples.VAVReheat.BaseClasses.Floor with CO2 generation from people and CO2 from outside air."
extends Buildings.Examples.VAVReheat.BaseClasses.Floor(
Expand Down Expand Up @@ -59,13 +59,13 @@ This model is used in the model
<a href=\"modelica://Buildings.Examples.VAVReheat.Validation.TraceSubstance\">
Buildings.Examples.VAVReheat.Validation.TraceSubstance</a>. It extends
<a href=\"modelica://Buildings.Examples.VAVReheat.BaseClasses.Floor\">
Buildings.Examples.VAVReheat.BaseClasses.Floor</a> with CO2 generation
from people and CO2 from outside air infiltration. Calculation of the
Buildings.Examples.VAVReheat.BaseClasses.Floor</a> with CO<sub>2</sub> generation
from people and CO<sub>2</sub> from outside air infiltration. Calculation of the
generation from people uses the gain schedule for latent load and assumes
80 W per person latent load to calculate the number of people. Then, it assumes
CO2 generation is 0.0048 l/s per person (Table 5, Persily and De Jonge 2017)
and density of CO<sub>2</sub> to be 1.8 kg/m<sup>3</sup>, making CO2 generation equal to
8.64e-6 kg/s per person. Outside air CO2 concentration is assumed 400 ppm.
CO<sub>2</sub> generation is 0.0048 l/s per person (Table 5, Persily and De Jonge 2017)
and density of CO<sub>2</sub> to be 1.8 kg/m<sup>3</sup>, making CO<sub>2</sub> generation equal to
8.64e-6 kg/s per person. Outside air CO<sub>2</sub> concentration is assumed 400 ppm.
</p>
<h4>References</h4>
<p>
Expand Down
4 changes: 2 additions & 2 deletions Buildings/Examples/VAVReheat/Validation/TraceSubstance.mo
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ model TraceSubstance
Documentation(info="<html>
<p>
This model validates that the detailed model of multiple rooms and an HVAC system
with a trace substance simulates properly. CO2 is used as the trace substance.
with a trace substance simulates properly. CO<sub>2</sub> is used as the trace substance.
A concentration of 400ppm is assumed for the ambient air. For assumptions
about zone CO2 sources, see the model
about zone CO<sub>2</sub> sources, see the model
<a href=\"modelica://Buildings.Examples.VAVReheat.Validation.BaseClasses.Floor\">
Buildings.Examples.VAVReheat.Validation.BaseClasses.Floor</a>.
</p>
Expand Down

0 comments on commit a5f6faf

Please sign in to comment.