Skip to content

Commit

Permalink
Added color
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Feb 1, 2024
1 parent f011870 commit 21ecdab
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion IBPSA/Fluid/Sensors/HeatMeter.mo
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ equation

annotation (defaultComponentName="senHeaFlo",
Icon(graphics={
Ellipse(
fillColor={245,222,222},
fillPattern=FillPattern.Solid,
extent={{-70,-70},{70,70}}),
Line(points={{-100,0},{-70,0}}, color={0,128,255}),
Line(points={{70,0},{100,0}}, color={0,128,255}),
Line(points={{0,100},{0,70}}, color={0,0,127}),
Expand All @@ -72,7 +76,27 @@ annotation (defaultComponentName="senHeaFlo",
Text(
extent={{-22,120},{-100,48}},
textColor={0,0,127},
textString="TExt")}),
textString="TExt"),
Line(points={{37.6,13.7},{65.8,23.9}}),
Line(points={{22.9,32.8},{40.2,57.3}}),
Line(points={{0,70},{0,40}}),
Line(points={{-22.9,32.8},{-40.2,57.3}}),
Line(points={{-37.6,13.7},{-65.8,23.9}}),
Ellipse(
fillColor={64,64,64},
pattern=LinePattern.None,
fillPattern=FillPattern.Solid,
extent={{-7,-7},{7,7}}),
Polygon(
rotation=-17.5,
fillColor={64,64,64},
pattern=LinePattern.None,
fillPattern=FillPattern.Solid,
points={{-5.0,0.0},{-2.0,60.0},{0.0,65.0},{2.0,60.0},{5.0,0.0}}),
Ellipse(
lineColor={64,64,64},
fillColor={255,255,255},
extent={{-12,-12},{12,12}})}),
Documentation(info="<html>
<p>
This model measures thermal energy provided between a supply and return pipe.
Expand Down

0 comments on commit 21ecdab

Please sign in to comment.