Skip to content

Commit

Permalink
Corrected malformed html
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Oct 30, 2014
1 parent 4e5b717 commit 51a8749
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 13 deletions.
Expand Up @@ -278,7 +278,6 @@ Thermal resistance and capacity models for borehole heat exchangers
International Journal Of Energy Research, 35:312–320, 2011.
</p>
</html>", revisions="<html>
<p>
<ul>
<li>
June 18, 2014, by Michael Wetter:<br/>
Expand All @@ -300,6 +299,5 @@ January 23, 2014, by Damien Picard:<br/>
First implementation.
</li>
</ul>
</p>
</html>"));
end HexInternalElement;
Expand Up @@ -72,7 +72,6 @@ of the tubular type</a>.
DOI:10.1016/0735-1933(85)90003-X.
</p>
</html>", revisions="<html>
<p>
<ul>
<li>
February 14, 2014, by Michael Wetter:<br/>
Expand All @@ -91,6 +90,5 @@ January 23, 2014, by Damien Picard:<br/>
First implementation.
</li>
</ul>
</p>
</html>"));
end convectionResistance;
Expand Up @@ -235,7 +235,6 @@ Thermal resistance and capacity models for borehole heat exchangers
International Journal Of Energy Research, 35:312&ndash;320, 2011.
</p>
</html>", revisions="<html>
<p>
<ul>
<li>
February 14, 2014 by Michael Wetter:<br/>
Expand All @@ -257,6 +256,5 @@ January 23, 2014, by Damien Picard:<br/>
First implementation.
</li>
</ul>
</p>
</html>"));
end singleUTubeResistances;
1 change: 1 addition & 0 deletions Buildings/Fluid/MixingVolumes/MixingVolume.mo
Expand Up @@ -89,6 +89,7 @@ Buildings.Fluid.MassExchangers.HumidifierPrescribed</a>.
</html>", revisions="<html>
<ul>
<li>
February 11, 2014 by Michael Wetter:<br/>
Redesigned implementation of latent and sensible heat flow rates
as port of the correction of issue
Expand Down
4 changes: 3 additions & 1 deletion Buildings/Fluid/MixingVolumes/MixingVolumeMoistAir.mo
Expand Up @@ -88,9 +88,11 @@ equation
smooth=Smooth.None));
annotation (defaultComponentName="vol",
Documentation(info="<html>
<p>
Model for an ideally mixed fluid volume and the ability
to store mass and energy. The volume is fixed,
and latent and sensible heat can be exchanged.
</p>
<p>
This model represents the same physics as
<a href=\"modelica://Buildings.Fluid.MixingVolumes.MixingVolume\">
Expand All @@ -114,7 +116,7 @@ Buildings.Fluid.MixingVolumes.MixingVolume</a>.
</p>
</html>", revisions="<html>
<ul>
<ul>
<li>
February 11, 2014 by Michael Wetter:<br/>
Redesigned implementation of latent and sensible heat flow rates
as port of the correction of issue
Expand Down
1 change: 0 additions & 1 deletion Buildings/HeatTransfer/Radiosity/OpaqueSurface.mo
Expand Up @@ -74,7 +74,6 @@ See track issue <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1
February 10, 2012, by Wangda Zuo:<br/>
Fixed a bug for temperature linearization.
</li>
</ul>
<li>
August 18, 2010, by Michael Wetter:<br/>
First implementation.
Expand Down
3 changes: 2 additions & 1 deletion Buildings/Rooms/Constructions/ConstructionWithWindow.mo
Expand Up @@ -380,11 +380,13 @@ First implementation.
</li>
</ul>
</html>", info="<html>
<p>
This model is used to compute heat transfer through constructions with windows inside the
room model.
</p>
<p>
The model consists of the following two main submodels:
</p>
<ul>
<li>
The instance <code>opa</code>, which uses the model
Expand All @@ -403,7 +405,6 @@ This model uses the record <code>glaSys</code> to access the material properties
of the glazing system.
</li>
</ul>
</p>
<p>
The parameter <code>A</code> is the area of the opaque construction plus the window.
The parameter <code>AWin</code> is the area of the glazing system, including the frame.
Expand Down
2 changes: 0 additions & 2 deletions Buildings/Rooms/Examples/BESTEST/Case650.mo
Expand Up @@ -54,7 +54,6 @@ First implementation.
This model is used for the test case 650 of the BESTEST validation suite.
Case650 is the same as Case600, but with the following modifications:
</p>
<p>
<ul>
<li>
From 1800 hours to 0700 hours, vent fan = on
Expand All @@ -80,6 +79,5 @@ infiltration rate).
No waste heat from fan.
</li>
</ul>
</p>
</html>"));
end Case650;
2 changes: 0 additions & 2 deletions Buildings/Rooms/Examples/BESTEST/Case950.mo
Expand Up @@ -54,7 +54,6 @@ First implementation.
This model is used for the test case 950 of the BESTEST validation suite.
Case950 is the same as Case900, but with the following modifications:
</p>
<p>
<ul>
<li>
From 1800 hours to 0700 hours, vent fan = on
Expand All @@ -80,6 +79,5 @@ infiltration rate).
No waste heat from fan.
</li>
</ul>
</p>
</html>"));
end Case950;

0 comments on commit 51a8749

Please sign in to comment.