Skip to content

Commit

Permalink
Added documentation for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Maccarini committed May 16, 2024
1 parent 064efbe commit 7b83317
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
within IBPSA.ThermalZones.ISO13790.Validation.BESTEST.Cases6xx;
model Case680 "Case 600, but with increased exterior wall and roof insulation"
extends IBPSA.ThermalZones.ISO13790.Validation.BESTEST.Cases6xx.Case600(zonHVAC(UWal
=0.15, URoo=0.1));
extends IBPSA.ThermalZones.ISO13790.Validation.BESTEST.Cases6xx.Case600(zonHVAC(UWal=
0.15, URoo=0.1));
annotation (
__Dymola_Commands(file="modelica://IBPSA/Resources/Scripts/Dymola/ThermalZones/ISO13790/Validation/BESTEST/Cases6xx/Case680.mos"
"Simulate and plot"),
Expand Down
11 changes: 11 additions & 0 deletions IBPSA/ThermalZones/ISO13790/Validation/BESTEST/Cases6xx/package.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
within IBPSA.ThermalZones.ISO13790.Validation.BESTEST;
package Cases6xx
extends Modelica.Icons.ExamplesPackage;

annotation (preferredView="info", Documentation(info="<html>
<p>
This package contains the validation cases of the 600 series
of the BESTEST validation (ANSI/ASHRAE 2007).
</p>
<h4>References</h4>
<p>
ANSI/ASHRAE. 2007. ANSI/ASHRAE Standard 140-2007, Standard Method of Test for the Evaluation of Building Energy Analysis Computer Programs.
</p>
</html>"));
end Cases6xx;
10 changes: 10 additions & 0 deletions IBPSA/ThermalZones/ISO13790/Validation/BESTEST/Cases9xx/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@ within IBPSA.ThermalZones.ISO13790.Validation.BESTEST;
package Cases9xx
extends Modelica.Icons.ExamplesPackage;

annotation (preferredView="info", Documentation(info="<html>
<p>
This package contains the validation cases of the 900 series
of the BESTEST validation (ANSI/ASHRAE 2007).
</p>
<h4>References</h4>
<p>
ANSI/ASHRAE. 2007. ANSI/ASHRAE Standard 140-2007, Standard Method of Test for the Evaluation of Building Energy Analysis Computer Programs.
</p>
</html>"));
end Cases9xx;
2 changes: 1 addition & 1 deletion IBPSA/ThermalZones/ISO13790/Zone5R1C/Zone.mo
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ If a wall contains only opaque parts, the corresponding window area must be set
<li>
The parameter <code>coeFac</code> is used to vary the g-factor as a function of the incident angle
of the surface. Often, the curve can be approximated by a cubic polynomial, as shown in
<a href=\"IBPSA.ThermalZones.ISO13790.Validation.BESTEST.Case600\">
<a href=\"modelica://IBPSA.ThermalZones.ISO13790.Validation.BESTEST.Cases6xx.Case600\">
IBPSA.ThermalZones.ISO13790.Validation.BESTEST.Case600</a>. When this information is not available,
the parameter <code>coeFac</code> must be set to <i>1</i>.
</li>
Expand Down

0 comments on commit 7b83317

Please sign in to comment.