Skip to content

Commit 3eb3ad9

Browse files
committed
Fix header tag
1 parent bfcf0d3 commit 3eb3ad9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

OpenHPL/Functions/Fitting/package.mo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ Here, the dimensionless factor φ is the generalized friction factor. For a long
2222
Pressure drop equations are provided for different types of constrictions:
2323
</p>
2424
25-
<h6>Square Reduction/Expansion Fittings</h6>
25+
<h5>Square Reduction/Expansion Fittings</h5>
2626
<p align=\"center\">
2727
<img src=\"modelica://OpenHPL/Resources/Images/SquaredReduction.svg\" alt=\"Square reduction\" width=\"300\"/>
2828
<img src=\"modelica://OpenHPL/Resources/Images/SquaredExpansion.svg\" alt=\"Square expansion\" width=\"300\"/>
2929
</p>
3030
31-
<h6>Tapered Reduction/Expansion Fittings</h6>
31+
<h5>Tapered Reduction/Expansion Fittings</h5>
3232
<p align=\"center\">
3333
<img src=\"modelica://OpenHPL/Resources/Images/TaperedReduction.svg\" alt=\"Tapered reduction\" width=\"300\"/>
3434
<img src=\"modelica://OpenHPL/Resources/Images/TaperedExpansion.svg\" alt=\"Tapered expansion\" width=\"300\"/>
3535
</p>
3636
37-
<h6>Rounded Reduction/Expansion Fittings</h6>
37+
<h5>Rounded Reduction/Expansion Fittings</h5>
3838
<p align=\"center\">
3939
<img src=\"modelica://OpenHPL/Resources/Images/RoundedReduction.svg\" alt=\"Rounded reduction\" width=\"300\"/>
4040
<img src=\"modelica://OpenHPL/Resources/Images/RoundedExpansion.svg\" alt=\"Rounded expansion\" width=\"300\"/>
4141
</p>
4242
43-
<h6>Sharp/Thick Orifice Fittings</h6>
43+
<h5>Sharp/Thick Orifice Fittings</h5>
4444
<p align=\"center\">
4545
<img src=\"modelica://OpenHPL/Resources/Images/OrificeSharp.svg\" alt=\"Sharp orifice\" width=\"300\"/>
4646
<img src=\"modelica://OpenHPL/Resources/Images/OrificeThick.svg\" alt=\"Thick orifice\" width=\"300\"/>

OpenHPL/Interfaces/package.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ end Contact;
3030
In addition, some extensions of this water flow connector are developed for better use in the library:
3131
</p>
3232
33-
<h6>TwoContacts</h6>
33+
<h5>TwoContacts</h5>
3434
<p>
3535
<code>TwoContacts</code> is an extension from the <code>Contact</code> model which provides a model of
3636
two connectors of inlet and outlet contacts:
@@ -42,7 +42,7 @@ partial model TwoContact \"Model of two connectors\"
4242
end TwoContact;
4343
</pre>
4444
45-
<h6>TurbineContacts</h6>
45+
<h5>TurbineContacts</h5>
4646
<p>
4747
<code>TurbineContacts</code> is an extension from <code>TwoContacts</code> model and provides the real
4848
input and output connectors, additionally. This model is used for turbine modelling:

0 commit comments

Comments
 (0)