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_issue890_HOMProject_FloorHeating #1438

Open
wants to merge 1 commit into
base: issue890_HOMProject_FloorHeating
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Fluid.HeatExchangers.ActiveWalls.UnderfloorHeating.BaseClasses.PressureLoss;
within AixLib.Fluid.HeatExchangers.ActiveWalls.UnderfloorHeating.BaseClasses.PressureLoss;
function GetPressureLossOfUFHDistributor
"Function to evaluate the pressure loss for a given number of heating circuit distributor outlets."
input Modelica.Units.SI.VolumeFlowRate vol_flow "Volume flow rate";
Expand Down Expand Up @@ -40,7 +40,8 @@ algorithm
</p>
<p>
<img src=
\"modelica://UnderfloorHeating/Resources/PressureLossOfUFHDistributor.png\">
\"modelica://UnderfloorHeating/Resources/PressureLossOfUFHDistributor.png\"
alt=\"1\">
</p>
<p>
[1] SCHÜTZ ENERGY SYSTEMS: Heizkreisverteiler: Montageanleitung/-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Fluid.HeatExchangers.ActiveWalls.UnderfloorHeating.BaseClasses.PressureLoss;
within AixLib.Fluid.HeatExchangers.ActiveWalls.UnderfloorHeating.BaseClasses.PressureLoss;
function GetPressureLossOfUFHValve
"Function to evaluate the pressure loss for regulating valve of heating circuit."
input Modelica.Units.SI.VolumeFlowRate vol_flow "Volume flow rate";
Expand Down Expand Up @@ -32,7 +32,8 @@ algorithm
</p>
<p>
<img src=
\"modelica://UnderfloorHeating/Resources/PressureLossOfUFHValve.png\">
\"modelica://UnderfloorHeating/Resources/PressureLossOfUFHValve.png\"
alt=\"1\">
</p>
<p>
[1] SCHÜTZ ENERGY SYSTEMS: Heizkreisverteiler: Montageanleitung/-
Expand Down