summaryrefslogtreecommitdiff
path: root/Simulator/Simulator/Files/Icons/HeatExchanger.mo
blob: e0287ce8f9d710b5d5754ec538cd036c192c91a8 (plain)
1
2
3
4
5
6
within Simulator.Files.Icons;

model HeatExchanger
  annotation(
    Icon(graphics = {Ellipse(lineColor = {0, 70, 70}, lineThickness = 0.3,extent = {{-100, 100}, {100, -100}}, endAngle = 360), Line(points = {{-100, 0}, {-35, 30}, {35, -30}, {100, 0}}, color = {0, 70, 70}, thickness = 0.3), Text(extent = {{-500, -120}, {500, -180}}, textString = "%name", fontSize = 50)}, coordinateSystem(initialScale = 0.1)));
end HeatExchanger;