diff options
Diffstat (limited to 'Simulator/Simulator/Files/Icons/AbsorptionColumn.mo')
-rw-r--r-- | Simulator/Simulator/Files/Icons/AbsorptionColumn.mo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Simulator/Simulator/Files/Icons/AbsorptionColumn.mo b/Simulator/Simulator/Files/Icons/AbsorptionColumn.mo new file mode 100644 index 0000000..8ff36c1 --- /dev/null +++ b/Simulator/Simulator/Files/Icons/AbsorptionColumn.mo @@ -0,0 +1,9 @@ +within Simulator.Files.Icons; + +model AbsorptionColumn +equation + +annotation( + Icon(coordinateSystem(extent = {{-250, -450}, {250, 450}}, initialScale = 0.1), graphics = {Line(points = {{-90, 400}, {-90, -400}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{90, 400}, {90, -400}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{-90, 400}, {-30, 440}, {30, 440}, {90, 400}}, color = {0, 70, 70}, thickness = 0.3, smooth = Smooth.Bezier), Line(rotation = 180, points = {{-90, 400}, {-30, 440}, {30, 440}, {90, 400}}, color = {0, 70, 70}, thickness = 0.3, smooth = Smooth.Bezier), Line(points = {{-90, 250}, {10, 250}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{-10, 167}, {90, 167}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{-90, 83}, {10, 83}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{-10, 0}, {90, 0}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{-90, -84}, {10, -84}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{-10, -167}, {90, -167}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{-90, -250}, {10, -250}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{-250, 300}, {-90, 300}}, color = {0, 70, 70}, thickness = 0.3), Line(rotation = 180, points = {{-250, 300}, {-90, 300}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{90, 300}, {250, 300}}, color = {0, 70, 70}, thickness = 0.3), Line(points = {{-250, -300}, {-90, -300}}, color = {0, 70, 70}, thickness = 0.3), Text(extent = {{-500, -460}, {500, -520}}, textString = "%name", fontSize = 50)}), + Diagram(coordinateSystem(extent = {{-250, -450}, {250, 450}})), + __OpenModelica_commandLineOptions = "");end AbsorptionColumn; |