Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected HTML Code in branch correct_HTML_issue403_dhc_development #1493

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,23 @@ equation
annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
coordinateSystem(preserveAspectRatio=false)),
experiment(StopTime=86400, Interval=60),
Documentation(info="<html>
<p>This example shows a simple example of a closed loop substation with chiller
<a href=\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationCooling\">AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationCooling</a>.
It illustrates the settings needed in the demand model to work in a bidirectional
low-temperature network.<p>
</html>", revisions="<html>
<ul>
<li><i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Revised to make it compatible with MSL 4.0.0 and Aixlib 1.3.2.
</li>
<li><i>April 15, 2020</i> by Tobias Blacha:<br/>
Add documentaion </li>
Documentation(info="<html><p>
This example shows a simple example of a closed loop substation with
chiller <a href=
\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationCooling\">
AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationCooling</a>.
It illustrates the settings needed in the demand model to work in a
bidirectional low-temperature network.
</p>
</html>", revisions="<html><ul>
<li>
<i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Revised to make it compatible with MSL 4.0.0 and Aixlib 1.3.2.
</li>
<li>
<i>April 15, 2020</i> by Tobias Blacha:<br/>
Add documentaion
</li>
</ul>
</html>"));
end SubstationCooling;
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,27 @@ equation
annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
coordinateSystem(preserveAspectRatio=false)),
experiment(StopTime=86400,Interval=60,Tolerance=1e-007),
Documentation(info="<html>
<p>This example shows a simple example of a closed loop substation model for bidirctional low-temperature networks for buildings with
direct heating and direct cooling <a href=\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationDirectHeatingDirectCooling\">AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationDirectHeatingDirectCooling</a>.
It illustrates the settings needed to run the demand model.<p>
</html>", revisions="<html>
<ul>
<li><i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Documentation(info="<html><p>
This example shows a simple example of a closed loop substation model
for bidirctional low-temperature networks for buildings with direct
heating and direct cooling <a href=
\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationDirectHeatingDirectCooling\">
AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationDirectHeatingDirectCooling</a>.
It illustrates the settings needed to run the demand model.
</p>
</html>", revisions="<html><ul>
<li>
<i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Added documentation.
</li>
<li><i>February 20, 2024</i> by Rahul Karuvingal:<br/>
<li>
<i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Revised to make it compatible with MSL 4.0.0 and Aixlib 1.3.2.
</li>
<li><i>April 15, 2020</i> by Tobias Blacha:<br/>
First Implementation </li>
<li>
<i>April 15, 2020</i> by Tobias Blacha:<br/>
First Implementation
</li>
</ul>
</html>"));
end SubstationDirectHeatingDirectCooling;
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,27 @@ equation
StopTime=86400,
Interval=60,
Tolerance=1e-007),
Documentation(info="<html>
<p>This example shows a simple example of a closed loop substation model for bidirctional low-temperature networks for buildings with
heat pump,direct cooling and DHW demand <a href=\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationDirectHeatingDirectCoolingDHW\">AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationDirectHeatingDirectCoolingDHW</a>.
It illustrates the settings needed to run the demand model.<p>
</html>", revisions="<html>
<ul>
<li><i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Documentation(info="<html><p>
This example shows a simple example of a closed loop substation model
for bidirctional low-temperature networks for buildings with heat
pump,direct cooling and DHW demand <a href=
\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationDirectHeatingDirectCoolingDHW\">
AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationDirectHeatingDirectCoolingDHW</a>.
It illustrates the settings needed to run the demand model.
</p>
</html>", revisions="<html><ul>
<li>
<i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Added documentation.
</li>
<li><i>February 20, 2024</i> by Rahul Karuvingal:<br/>
<li>
<i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Revised to make it compatible with MSL 4.0.0 and Aixlib 1.3.2.
</li>
<li><i>April 15, 2020</i> by Tobias Blacha:<br/>
First Implementation </li>
<li>
<i>April 15, 2020</i> by Tobias Blacha:<br/>
First Implementation
</li>
</ul>
</html>"));
end SubstationDirectHeatingDirectCoolingDHW;
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,23 @@ equation
annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
coordinateSystem(preserveAspectRatio=false)),
experiment(StopTime=86400, Interval=60),
Documentation(info="<html>
<p>This example shows a simple example of a closed loop substation with heat pump
<a href=\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeating\">AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeating</a>.
It illustrates the settings needed in the demand model to work in a bidirectional
low-temperature network.<p>
</html>", revisions="<html>
<ul>
<li><i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Documentation(info="<html><p>
This example shows a simple example of a closed loop substation with
heat pump <a href=
\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeating\">
AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeating</a>.
It illustrates the settings needed in the demand model to work in a
bidirectional low-temperature network.
</p>
</html>", revisions="<html><ul>
<li>
<i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Revised to make it compatible with MSL 4.0.0 and Aixlib 1.3.2.
</li>
<li><i>April 15, 2020</i> by Tobias Blacha:<br/>
Added documentaion </li>
<li>
<i>April 15, 2020</i> by Tobias Blacha:<br/>
Added documentaion
</li>
</ul>
</html>"));
end SubstationHeating;
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,24 @@ equation
StopTime=86400,
Interval=60,
Tolerance=1e-007),
Documentation(revisions="<html>
<ul>
<li><i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Documentation(revisions="<html><ul>
<li>
<i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Revised to make it compatible with MSL 4.0.0 and Aixlib 1.3.2.
</li>
<li><i>April 15, 2020</i> by Tobias Blacha:<br/>
Added documentaion </li>
</li>
<li>
<i>April 15, 2020</i> by Tobias Blacha:<br/>
Added documentaion
</li>
</ul>
</html>", info="<html>
<p>This example shows a simple example of a closed loop substation with heat pump and chiller (const. temperature difference on network and building sides)
<a href=\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeatingCoolingFixDeltaT\">AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeatingCoolingFixDeltaT</a>.
It illustrates the settings needed in the demand model to work in a bidirectional
low-temperature network.<p>
</html>", info="<html><p>
This example shows a simple example of a closed loop substation with
heat pump and chiller (const. temperature difference on network and
building sides) <a href=
\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeatingCoolingFixDeltaT\">
AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeatingCoolingFixDeltaT</a>.
It illustrates the settings needed in the demand model to work in a
bidirectional low-temperature network.
</p>
</html>"));
end SubstationHeatingCoolingFixDeltaT;
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,24 @@ equation
StopTime=86400,
Interval=60,
Tolerance=1e-007),
Documentation(revisions="<html>
<ul>
<li><i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Revised to make it compatible with MSL 4.0.0 and Aixlib 1.3.2.
</li>
<li><i>April 15, 2020</i> by Tobias Blacha:<br/>
Added documentaion </li>
Documentation(revisions="<html><ul>
<li>
<i>February 20, 2024</i> by Rahul Karuvingal:<br/>
Revised to make it compatible with MSL 4.0.0 and Aixlib 1.3.2.
</li>
<li>
<i>April 15, 2020</i> by Tobias Blacha:<br/>
Added documentaion
</li>
</ul>
</html>", info="<html>
<p>This example shows a simple example of a closed loop substation with heat pump and chiller (variable temperature difference on network and building sides)
<a href=\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeatingCoolingVarDeltaT\">AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeatingCoolingVarDeltaT</a>.
It illustrates the settings needed in the demand model to work in a bidirectional
low-temperature network.<p>
</html>", info="<html><p>
This example shows a simple example of a closed loop substation with
heat pump and chiller (variable temperature difference on network and
building sides) <a href=
\"modelica://AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeatingCoolingVarDeltaT\">
AixLib.Fluid.DistrictHeatingCooling.Demands.ClosedLoop.SubstationHeatingCoolingVarDeltaT</a>.
It illustrates the settings needed in the demand model to work in a
bidirectional low-temperature network.
</p>
</html>"));
end SubstationHeatingCoolingVarDeltaT;