designix 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/.eslintignore +17 -0
  2. package/.eslintrc.cjs +24 -0
  3. package/.prettierignore +15 -0
  4. package/.prettierrc +8 -0
  5. package/README.md +27 -0
  6. package/export_svg/base.svg +1 -0
  7. package/export_svg/base_cut.svg +1 -0
  8. package/export_svg/base_hollow.svg +1 -0
  9. package/export_svg/base_top.svg +1 -0
  10. package/export_svg/calculation_of_initAngle2.svg +1 -0
  11. package/export_svg/circles.svg +1 -0
  12. package/export_svg/circles_amplitude-offset.svg +1 -0
  13. package/export_svg/circles_amplitude-scale.svg +1 -0
  14. package/export_svg/circles_angle.svg +1 -0
  15. package/export_svg/default_param_blank.svg +1 -0
  16. package/export_svg/dummy_pole_static.svg +1 -0
  17. package/export_svg/dummy_pole_static_face.svg +1 -0
  18. package/export_svg/gear_addendeum_dedendum_sizes.svg +9 -0
  19. package/export_svg/gear_addendum_and_dedendum.svg +1 -0
  20. package/export_svg/gear_adherence_replaced_by_teeth.svg +1 -0
  21. package/export_svg/gear_base_circle_for_involute.svg +2 -0
  22. package/export_svg/gear_base_left_circle_for_involute.svg +2 -0
  23. package/export_svg/gear_base_right_circle_for_involute.svg +2 -0
  24. package/export_svg/gear_inter_axis_maximum_distance.svg +1 -0
  25. package/export_svg/gear_inter_axis_minimum_distance.svg +1 -0
  26. package/export_svg/gear_large_base_radius.svg +5 -0
  27. package/export_svg/gear_module_and_tooth_thickness.svg +3 -0
  28. package/export_svg/gear_optimum_base_radius.svg +5 -0
  29. package/export_svg/gear_optimum_base_radius_with_longer_inter_axis.svg +5 -0
  30. package/export_svg/gear_right_left_base_circles.svg +1 -0
  31. package/export_svg/gear_small_base_radius.svg +5 -0
  32. package/export_svg/gear_wheel_circles.svg +2 -0
  33. package/export_svg/gears.svg +71 -0
  34. package/export_svg/gears_motion_transmission_via_adherence.svg +1 -0
  35. package/export_svg/heliostat.svg +1 -0
  36. package/export_svg/heliostat2_face_sizing.svg +1 -0
  37. package/export_svg/heliostat2_side_sizing.svg +1 -0
  38. package/export_svg/heliostat_face_sizing.svg +1 -0
  39. package/export_svg/heliostat_overview.svg +1 -0
  40. package/export_svg/heliostat_side.svg +1 -0
  41. package/export_svg/heliostat_side_sizing.svg +1 -0
  42. package/export_svg/involute_of_circle.svg +19 -0
  43. package/export_svg/involute_of_circle_R0.svg +1 -0
  44. package/export_svg/involute_of_circle_Ri1_u0.svg +1 -0
  45. package/export_svg/involute_of_circle_Ri2_u2.svg +1 -0
  46. package/export_svg/left_side_angle_kitchen.svg +1 -0
  47. package/export_svg/negative_involute_of_circle_R0.svg +1 -0
  48. package/export_svg/point_c_position_and_speed_negative.svg +1 -0
  49. package/export_svg/point_c_position_and_speed_positive.svg +1 -0
  50. package/export_svg/pole_rotor.svg +1 -0
  51. package/export_svg/pole_rotor_cut.svg +1 -0
  52. package/export_svg/pole_rotor_ends.svg +1 -0
  53. package/export_svg/pole_stator.svg +3 -0
  54. package/export_svg/pole_stator_E2.svg +3 -0
  55. package/export_svg/pole_stator_bottom.svg +1 -0
  56. package/export_svg/pole_stator_cut.svg +1 -0
  57. package/export_svg/pole_stator_face.svg +1 -0
  58. package/export_svg/pole_stator_right.svg +1 -0
  59. package/export_svg/rake.svg +1 -0
  60. package/export_svg/rake_door.svg +1 -0
  61. package/export_svg/rake_face.svg +1 -0
  62. package/export_svg/rake_side.svg +1 -0
  63. package/export_svg/rake_side_stopper.svg +1 -0
  64. package/export_svg/rake_top.svg +1 -0
  65. package/export_svg/rake_top_stopper.svg +1 -0
  66. package/export_svg/rectangle.svg +1 -0
  67. package/export_svg/rectangle_height.svg +1 -0
  68. package/export_svg/rectangle_width.svg +1 -0
  69. package/export_svg/right_side_angle_kitchen.svg +1 -0
  70. package/export_svg/rod.svg +1 -0
  71. package/export_svg/rod_cut.svg +1 -0
  72. package/export_svg/rod_plate.svg +1 -0
  73. package/export_svg/rod_top.svg +1 -0
  74. package/export_svg/spider.svg +1 -0
  75. package/export_svg/spider_lateral.svg +1 -0
  76. package/export_svg/spider_profile.svg +1 -0
  77. package/export_svg/surface.svg +3 -0
  78. package/export_svg/surface_crenel.svg +1 -0
  79. package/export_svg/surface_extremities.svg +2 -0
  80. package/export_svg/surface_lz.svg +1 -0
  81. package/export_svg/surface_main.svg +1 -0
  82. package/export_svg/surface_power.svg +2 -0
  83. package/export_svg/surface_space_evolution.svg +1 -0
  84. package/export_svg/surface_space_shape.svg +1 -0
  85. package/export_svg/swing.svg +1 -0
  86. package/export_svg/swing_face.svg +1 -0
  87. package/export_svg/swing_side.svg +1 -0
  88. package/export_svg/swing_top.svg +1 -0
  89. package/export_svg/swing_with_rod.svg +1 -0
  90. package/export_svg/trapeze.svg +1 -0
  91. package/export_svg/trapeze_rod.svg +1 -0
  92. package/export_svg/trapeze_side.svg +1 -0
  93. package/export_svg/trapeze_top.svg +1 -0
  94. package/export_svg/verify_contour_1.svg +1 -0
  95. package/export_svg/verify_contour_1_l1.svg +1 -0
  96. package/export_svg/verify_contour_1_r1.svg +1 -0
  97. package/export_svg/verify_line.svg +1 -0
  98. package/export_svg/verify_line_2_l1cx.svg +1 -0
  99. package/export_svg/verify_line_p1x.svg +1 -0
  100. package/export_svg/verify_point.svg +1 -0
  101. package/export_svg/verify_point_p1x.svg +1 -0
  102. package/export_svg/verify_vector_p1x.svg +1 -0
  103. package/package.json +76 -0
  104. package/src/dummy/circles.ts +65 -0
  105. package/src/dummy/pole_static.ts +86 -0
  106. package/src/dummy/rectangle.ts +55 -0
  107. package/src/dummy/svg/circles.svg +288 -0
  108. package/src/dummy/svg/circles_amplitude-offset.svg +109 -0
  109. package/src/dummy/svg/circles_amplitude-scale.svg +122 -0
  110. package/src/dummy/svg/circles_angle.svg +110 -0
  111. package/src/dummy/svg/dummy_pole_static.svg +192 -0
  112. package/src/dummy/svg/dummy_pole_static_face.svg +176 -0
  113. package/src/dummy/svg/rectangle.svg +131 -0
  114. package/src/dummy/svg/rectangle_height.svg +82 -0
  115. package/src/dummy/svg/rectangle_width.svg +81 -0
  116. package/src/gears/gearWheelProfile.test.ts +25 -0
  117. package/src/gears/gearWheelProfile.ts +753 -0
  118. package/src/gears/gear_wheel_wheel.ts +335 -0
  119. package/src/gears/involute.test.ts +21 -0
  120. package/src/gears/involute.ts +113 -0
  121. package/src/gears/simplified_gear_wheel.ts +242 -0
  122. package/src/gears/svg/calculation_of_initAngle2.svg +376 -0
  123. package/src/gears/svg/gear_addendeum_dedendum_sizes.svg +471 -0
  124. package/src/gears/svg/gear_addendum_and_dedendum.svg +269 -0
  125. package/src/gears/svg/gear_adherence_replaced_by_teeth.svg +168 -0
  126. package/src/gears/svg/gear_base_circle_for_involute.svg +376 -0
  127. package/src/gears/svg/gear_base_left_circle_for_involute.svg +556 -0
  128. package/src/gears/svg/gear_base_right_circle_for_involute.svg +516 -0
  129. package/src/gears/svg/gear_inter_axis_maximum_distance.svg +218 -0
  130. package/src/gears/svg/gear_inter_axis_minimum_distance.svg +218 -0
  131. package/src/gears/svg/gear_large_base_radius.svg +199 -0
  132. package/src/gears/svg/gear_module_and_tooth_thickness.svg +319 -0
  133. package/src/gears/svg/gear_optimum_base_radius.svg +232 -0
  134. package/src/gears/svg/gear_optimum_base_radius_with_longer_inter_axis.svg +344 -0
  135. package/src/gears/svg/gear_right_left_base_circles.svg +295 -0
  136. package/src/gears/svg/gear_small_base_radius.svg +163 -0
  137. package/src/gears/svg/gear_wheel_circles.svg +348 -0
  138. package/src/gears/svg/gears.svg +4726 -0
  139. package/src/gears/svg/gears_motion_transmission_via_adherence.svg +178 -0
  140. package/src/gears/svg/involute_of_circle.svg +2745 -0
  141. package/src/gears/svg/involute_of_circle_R0.svg +334 -0
  142. package/src/gears/svg/involute_of_circle_Ri1_u0.svg +297 -0
  143. package/src/gears/svg/involute_of_circle_Ri2_u2.svg +386 -0
  144. package/src/gears/svg/left_side_angle_kitchen.svg +207 -0
  145. package/src/gears/svg/negative_involute_of_circle_R0.svg +381 -0
  146. package/src/gears/svg/point_c_position_and_speed_negative.svg +343 -0
  147. package/src/gears/svg/point_c_position_and_speed_positive.svg +339 -0
  148. package/src/gears/svg/right_side_angle_kitchen.svg +201 -0
  149. package/src/gears/wheelElements.test.ts +13 -0
  150. package/src/gears/wheelElements.ts +176 -0
  151. package/src/geometrix_verification/svg/verify_contour_1.svg +320 -0
  152. package/src/geometrix_verification/svg/verify_contour_1_l1.svg +102 -0
  153. package/src/geometrix_verification/svg/verify_contour_1_r1.svg +170 -0
  154. package/src/geometrix_verification/svg/verify_line.svg +845 -0
  155. package/src/geometrix_verification/svg/verify_line_2_l1cx.svg +274 -0
  156. package/src/geometrix_verification/svg/verify_line_p1x.svg +261 -0
  157. package/src/geometrix_verification/svg/verify_point.svg +350 -0
  158. package/src/geometrix_verification/svg/verify_point_p1x.svg +258 -0
  159. package/src/geometrix_verification/svg/verify_vector_p1x.svg +282 -0
  160. package/src/geometrix_verification/verify_contour_1.ts +94 -0
  161. package/src/geometrix_verification/verify_contour_2.ts +267 -0
  162. package/src/geometrix_verification/verify_contour_3.ts +409 -0
  163. package/src/geometrix_verification/verify_contour_4.ts +91 -0
  164. package/src/geometrix_verification/verify_exports_1.ts +95 -0
  165. package/src/geometrix_verification/verify_line.ts +76 -0
  166. package/src/geometrix_verification/verify_line_2.ts +76 -0
  167. package/src/geometrix_verification/verify_line_3.ts +64 -0
  168. package/src/geometrix_verification/verify_point.ts +62 -0
  169. package/src/geometrix_verification/verify_point_2.ts +66 -0
  170. package/src/geometrix_verification/verify_vector.ts +70 -0
  171. package/src/heliostat/base.ts +254 -0
  172. package/src/heliostat/heliostat.ts +317 -0
  173. package/src/heliostat/heliostat_2.ts +284 -0
  174. package/src/heliostat/pole_rotor.ts +165 -0
  175. package/src/heliostat/pole_static.ts +275 -0
  176. package/src/heliostat/rake.ts +486 -0
  177. package/src/heliostat/rake_stopper.ts +409 -0
  178. package/src/heliostat/rod.ts +200 -0
  179. package/src/heliostat/spider.ts +238 -0
  180. package/src/heliostat/surface.ts +320 -0
  181. package/src/heliostat/svg/base.svg +1367 -0
  182. package/src/heliostat/svg/base_cut.svg +459 -0
  183. package/src/heliostat/svg/base_hollow.svg +469 -0
  184. package/src/heliostat/svg/base_top.svg +338 -0
  185. package/src/heliostat/svg/heliostat.svg +8013 -0
  186. package/src/heliostat/svg/heliostat2_face_sizing.svg +1386 -0
  187. package/src/heliostat/svg/heliostat2_side_sizing.svg +984 -0
  188. package/src/heliostat/svg/heliostat_face_sizing.svg +1448 -0
  189. package/src/heliostat/svg/heliostat_overview.svg +1552 -0
  190. package/src/heliostat/svg/heliostat_side.svg +1470 -0
  191. package/src/heliostat/svg/heliostat_side_sizing.svg +1128 -0
  192. package/src/heliostat/svg/pole_rotor.svg +592 -0
  193. package/src/heliostat/svg/pole_rotor_cut.svg +287 -0
  194. package/src/heliostat/svg/pole_rotor_ends.svg +336 -0
  195. package/src/heliostat/svg/pole_stator.svg +1945 -0
  196. package/src/heliostat/svg/pole_stator_E2.svg +410 -0
  197. package/src/heliostat/svg/pole_stator_bottom.svg +330 -0
  198. package/src/heliostat/svg/pole_stator_cut.svg +465 -0
  199. package/src/heliostat/svg/pole_stator_face.svg +457 -0
  200. package/src/heliostat/svg/pole_stator_right.svg +357 -0
  201. package/src/heliostat/svg/rake.svg +4691 -0
  202. package/src/heliostat/svg/rake_door.svg +617 -0
  203. package/src/heliostat/svg/rake_face.svg +1211 -0
  204. package/src/heliostat/svg/rake_side.svg +809 -0
  205. package/src/heliostat/svg/rake_side_stopper.svg +596 -0
  206. package/src/heliostat/svg/rake_top.svg +514 -0
  207. package/src/heliostat/svg/rake_top_stopper.svg +565 -0
  208. package/src/heliostat/svg/rod.svg +1314 -0
  209. package/src/heliostat/svg/rod_cut.svg +265 -0
  210. package/src/heliostat/svg/rod_plate.svg +409 -0
  211. package/src/heliostat/svg/rod_top.svg +577 -0
  212. package/src/heliostat/svg/spider.svg +693 -0
  213. package/src/heliostat/svg/spider_lateral.svg +222 -0
  214. package/src/heliostat/svg/spider_profile.svg +429 -0
  215. package/src/heliostat/svg/surface.svg +3577 -0
  216. package/src/heliostat/svg/surface_crenel.svg +1335 -0
  217. package/src/heliostat/svg/surface_extremities.svg +510 -0
  218. package/src/heliostat/svg/surface_lz.svg +182 -0
  219. package/src/heliostat/svg/surface_main.svg +366 -0
  220. package/src/heliostat/svg/surface_power.svg +331 -0
  221. package/src/heliostat/svg/surface_space_evolution.svg +210 -0
  222. package/src/heliostat/svg/surface_space_shape.svg +98 -0
  223. package/src/heliostat/svg/swing.svg +3310 -0
  224. package/src/heliostat/svg/swing_face.svg +902 -0
  225. package/src/heliostat/svg/swing_side.svg +574 -0
  226. package/src/heliostat/svg/swing_top.svg +923 -0
  227. package/src/heliostat/svg/swing_with_rod.svg +547 -0
  228. package/src/heliostat/svg/trapeze.svg +1711 -0
  229. package/src/heliostat/svg/trapeze_rod.svg +122 -0
  230. package/src/heliostat/svg/trapeze_side.svg +361 -0
  231. package/src/heliostat/svg/trapeze_top.svg +1057 -0
  232. package/src/heliostat/swing.ts +246 -0
  233. package/src/heliostat/trapeze.ts +510 -0
  234. package/src/index.ts +33 -0
  235. package/src/svg/default_param_blank.svg +40 -0
  236. package/tsconfig.json +13 -0
  237. package/vitest.config.ts +7 -0
@@ -0,0 +1,331 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="256.28235"
6
+ height="223.57324"
7
+ viewBox="0 0 67.808038 59.153754"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="111.28198"
16
+ y="2086.2493"
17
+ width="112.84141"
18
+ height="48.785061"
19
+ id="rect47" />
20
+ <rect
21
+ x="243.65587"
22
+ y="1937.9103"
23
+ width="103.49594"
24
+ height="25.382627"
25
+ id="rect46" />
26
+ <rect
27
+ x="166.30659"
28
+ y="2049.8215"
29
+ width="52.073692"
30
+ height="33.489788"
31
+ id="rect45" />
32
+ <rect
33
+ x="208.59373"
34
+ y="1891.2955"
35
+ width="86.067299"
36
+ height="32.969364"
37
+ id="rect43" />
38
+ <marker
39
+ style="overflow:visible"
40
+ id="ArrowWide"
41
+ refX="0"
42
+ refY="0"
43
+ orient="auto-start-reverse"
44
+ markerWidth="1"
45
+ markerHeight="1"
46
+ viewBox="0 0 1 1"
47
+ preserveAspectRatio="xMidYMid">
48
+ <path
49
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
50
+ d="M 3,-3 0,0 3,3"
51
+ transform="rotate(180,0.125,0)"
52
+ id="path1" />
53
+ </marker>
54
+ <marker
55
+ style="overflow:visible"
56
+ id="ArrowWide-31"
57
+ refX="0"
58
+ refY="0"
59
+ orient="auto-start-reverse"
60
+ markerWidth="1"
61
+ markerHeight="1"
62
+ viewBox="0 0 1 1"
63
+ preserveAspectRatio="xMidYMid">
64
+ <path
65
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
66
+ d="M 3,-3 0,0 3,3"
67
+ transform="rotate(180,0.125,0)"
68
+ id="path1-94" />
69
+ </marker>
70
+ <marker
71
+ style="overflow:visible"
72
+ id="ArrowWide-0"
73
+ refX="0"
74
+ refY="0"
75
+ orient="auto-start-reverse"
76
+ markerWidth="1"
77
+ markerHeight="1"
78
+ viewBox="0 0 1 1"
79
+ preserveAspectRatio="xMidYMid">
80
+ <path
81
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
82
+ d="M 3,-3 0,0 3,3"
83
+ transform="rotate(180,0.125,0)"
84
+ id="path1-3" />
85
+ </marker>
86
+ <marker
87
+ style="overflow:visible"
88
+ id="ArrowWide-32"
89
+ refX="0"
90
+ refY="0"
91
+ orient="auto-start-reverse"
92
+ markerWidth="1"
93
+ markerHeight="1"
94
+ viewBox="0 0 1 1"
95
+ preserveAspectRatio="xMidYMid">
96
+ <path
97
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
98
+ d="M 3,-3 0,0 3,3"
99
+ transform="rotate(180,0.125,0)"
100
+ id="path1-0" />
101
+ </marker>
102
+ <marker
103
+ style="overflow:visible"
104
+ id="ArrowWide-76"
105
+ refX="0"
106
+ refY="0"
107
+ orient="auto-start-reverse"
108
+ markerWidth="1"
109
+ markerHeight="1"
110
+ viewBox="0 0 1 1"
111
+ preserveAspectRatio="xMidYMid">
112
+ <path
113
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
114
+ d="M 3,-3 0,0 3,3"
115
+ transform="rotate(180,0.125,0)"
116
+ id="path1-56" />
117
+ </marker>
118
+ <marker
119
+ style="overflow:visible"
120
+ id="ArrowWide-31-9"
121
+ refX="0"
122
+ refY="0"
123
+ orient="auto-start-reverse"
124
+ markerWidth="1"
125
+ markerHeight="1"
126
+ viewBox="0 0 1 1"
127
+ preserveAspectRatio="xMidYMid">
128
+ <path
129
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
130
+ d="M 3,-3 0,0 3,3"
131
+ transform="rotate(180,0.125,0)"
132
+ id="path1-94-3" />
133
+ </marker>
134
+ <marker
135
+ style="overflow:visible"
136
+ id="ArrowWide-0-7"
137
+ refX="0"
138
+ refY="0"
139
+ orient="auto-start-reverse"
140
+ markerWidth="1"
141
+ markerHeight="1"
142
+ viewBox="0 0 1 1"
143
+ preserveAspectRatio="xMidYMid">
144
+ <path
145
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
146
+ d="M 3,-3 0,0 3,3"
147
+ transform="rotate(180,0.125,0)"
148
+ id="path1-3-4" />
149
+ </marker>
150
+ <marker
151
+ style="overflow:visible"
152
+ id="ArrowWide-4"
153
+ refX="0"
154
+ refY="0"
155
+ orient="auto-start-reverse"
156
+ markerWidth="1"
157
+ markerHeight="1"
158
+ viewBox="0 0 1 1"
159
+ preserveAspectRatio="xMidYMid">
160
+ <path
161
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
162
+ d="M 3,-3 0,0 3,3"
163
+ transform="rotate(180,0.125,0)"
164
+ id="path1-30" />
165
+ </marker>
166
+ <marker
167
+ style="overflow:visible"
168
+ id="ArrowWide-76-4"
169
+ refX="0"
170
+ refY="0"
171
+ orient="auto-start-reverse"
172
+ markerWidth="1"
173
+ markerHeight="1"
174
+ viewBox="0 0 1 1"
175
+ preserveAspectRatio="xMidYMid">
176
+ <path
177
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
178
+ d="M 3,-3 0,0 3,3"
179
+ transform="rotate(180,0.125,0)"
180
+ id="path1-56-3" />
181
+ </marker>
182
+ <marker
183
+ style="overflow:visible"
184
+ id="ArrowWide-31-9-1"
185
+ refX="0"
186
+ refY="0"
187
+ orient="auto-start-reverse"
188
+ markerWidth="1"
189
+ markerHeight="1"
190
+ viewBox="0 0 1 1"
191
+ preserveAspectRatio="xMidYMid">
192
+ <path
193
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
194
+ d="M 3,-3 0,0 3,3"
195
+ transform="rotate(180,0.125,0)"
196
+ id="path1-94-3-4" />
197
+ </marker>
198
+ <rect
199
+ x="208.59373"
200
+ y="1891.2955"
201
+ width="86.067299"
202
+ height="32.969364"
203
+ id="rect43-9" />
204
+ <rect
205
+ x="208.59373"
206
+ y="1891.2955"
207
+ width="86.067299"
208
+ height="32.969364"
209
+ id="rect43-9-9" />
210
+ </defs>
211
+ <g
212
+ id="layer1"
213
+ transform="translate(-20.799349,-488.08105)">
214
+ <rect
215
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
216
+ id="rect48"
217
+ width="67.543449"
218
+ height="58.889156"
219
+ x="20.931639"
220
+ y="488.21335" />
221
+ <path
222
+ style="fill:none;stroke:#666666;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
223
+ d="m 60.6499,536.79978 c 0,0 3.342478,1.44042 3.978515,2.96778 0.351107,0.84314 -0.880365,1.94603 -0.384278,2.71288 0.799585,1.23599 4.242189,1.22753 4.242189,1.22753"
224
+ id="path46" />
225
+ <circle
226
+ style="fill:#ffdd55;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
227
+ id="path42"
228
+ cx="31.347652"
229
+ cy="495.89352"
230
+ r="6.389648" />
231
+ <path
232
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide)"
233
+ d="m 32.412108,505.44821 5.076028,8.79194"
234
+ id="path43" />
235
+ <path
236
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-31)"
237
+ d="m 34.31854,504.12786 5.076028,8.79194"
238
+ id="path43-8" />
239
+ <path
240
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-0)"
241
+ d="m 37.073129,502.60566 5.076028,8.79194"
242
+ id="path43-1" />
243
+ <path
244
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-32)"
245
+ d="m 39.2646,500.76709 5.076028,8.79194"
246
+ id="path43-15" />
247
+ <text
248
+ xml:space="preserve"
249
+ transform="matrix(0.26458333,0,0,0.26458333,-12.255371,-0.62109373)"
250
+ id="text43"
251
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect43)"><tspan
252
+ x="208.59375"
253
+ y="1904.2715"
254
+ id="tspan2">1361 W/m2</tspan></text>
255
+ <path
256
+ style="fill:#c8beb7;stroke:#e3dedb;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
257
+ d="m 40.029783,521.60788 c 4.877431,2.24621 11.248739,2.31653 16.109376,0.0342 1.079519,-0.50689 2.157544,-1.57144 2.279295,-2.75781 0.07728,-0.75302 -0.352683,-1.74089 -1.061035,-2.00781 -1.029539,-0.38795 -3.084472,1.1748 -3.084472,1.1748 0,0 1.288866,-1.98785 1.256837,-3.10351 -0.03028,-1.05467 -0.403301,-2.40427 -1.354492,-2.86086 -0.904801,-0.43432 -2.085026,0.15394 -2.9292,0.69678 -0.714564,0.45949 -1.565431,2.01123 -1.565431,2.01123 0,0 -0.811533,-1.77469 -1.619139,-2.18847 -1.112287,-0.56989 -2.612272,-0.56868 -3.749024,-0.0493 -0.841939,0.38468 -1.644437,1.20891 -1.790038,2.12304 -0.119482,0.75014 0.854979,2.11233 0.854979,2.11233 0,0 -2.301294,-0.50492 -3.381348,-0.17725 -1.032037,0.3131 -2.47413,0.86405 -2.592284,1.93604 -0.147158,1.33515 1.405907,2.49471 2.625976,3.05659 z"
258
+ id="path44" />
259
+ <path
260
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-76)"
261
+ d="m 50.156722,525.77274 5.076028,8.79194"
262
+ id="path43-2" />
263
+ <path
264
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-31-9)"
265
+ d="m 52.680341,524.0686 5.076028,8.79194"
266
+ id="path43-8-5" />
267
+ <path
268
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-0-7)"
269
+ d="m 55.43493,522.5464 5.076028,8.79194"
270
+ id="path43-1-4" />
271
+ <path
272
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-4)"
273
+ d="m 30.161931,506.7149 5.076028,8.79194"
274
+ id="path43-86" />
275
+ <path
276
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-76-4)"
277
+ d="m 43.395893,524.69415 -5.076028,8.79194"
278
+ id="path43-2-2" />
279
+ <path
280
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-31-9-1)"
281
+ d="m 40.872274,522.99001 -5.076028,8.79194"
282
+ id="path43-8-5-0" />
283
+ <text
284
+ xml:space="preserve"
285
+ transform="matrix(0.26458333,0,0,0.26458333,4.4521845,22.823117)"
286
+ id="text43-6"
287
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect43-9);display:inline"><tspan
288
+ x="208.59375"
289
+ y="1904.2715"
290
+ id="tspan3">816 W/m2</tspan></text>
291
+ <path
292
+ style="fill:#0000ff;fill-opacity:1;stroke:#ff7f2a;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
293
+ d="m 55.042479,537.84422 9.120606,-7.18458 3.307617,3.97997 -9.993164,7.05763 z"
294
+ id="path45" />
295
+ <text
296
+ xml:space="preserve"
297
+ transform="matrix(0.26458333,0,0,0.26458333,2.6367187,-4.7441405)"
298
+ id="text45"
299
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect45)"><tspan
300
+ x="166.30664"
301
+ y="2062.7989"
302
+ id="tspan4">16%</tspan></text>
303
+ <text
304
+ xml:space="preserve"
305
+ transform="matrix(0.26458333,0,0,0.26458333,11.44821,38.180692)"
306
+ id="text43-6-0"
307
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect43-9-9);display:inline"><tspan
308
+ x="208.59375"
309
+ y="1904.2715"
310
+ id="tspan5">130 W/m2</tspan></text>
311
+ <text
312
+ xml:space="preserve"
313
+ transform="matrix(0.26458333,0,0,0.26458333,-4.5996092,6.2910154)"
314
+ id="text46"
315
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect46)"><tspan
316
+ x="243.65625"
317
+ y="1950.8867"
318
+ id="tspan6">direct: 60%</tspan></text>
319
+ <text
320
+ xml:space="preserve"
321
+ transform="matrix(0.26458333,0,0,0.26458333,-7.4179686,-27.946288)"
322
+ id="text47"
323
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect47)"><tspan
324
+ x="111.28125"
325
+ y="2099.2266"
326
+ id="tspan7">indirect:&#10;</tspan><tspan
327
+ x="111.28125"
328
+ y="2117.5601"
329
+ id="tspan8">40%</tspan></text>
330
+ </g>
331
+ </svg>
@@ -0,0 +1,210 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="267.07587"
6
+ height="224.39636"
7
+ viewBox="0 0 70.663823 59.371538"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="115.16149"
16
+ y="998.58386"
17
+ width="102.77233"
18
+ height="33.599751"
19
+ id="rect31" />
20
+ <rect
21
+ x="120.68402"
22
+ y="998.89709"
23
+ width="135.88403"
24
+ height="39.871323"
25
+ id="rect30" />
26
+ <rect
27
+ x="26.876669"
28
+ y="933.43317"
29
+ width="80.930145"
30
+ height="47.082455"
31
+ id="rect29" />
32
+ <rect
33
+ x="220.34537"
34
+ y="984.74622"
35
+ width="54.818176"
36
+ height="31.404833"
37
+ id="rect28" />
38
+ <rect
39
+ x="102.17989"
40
+ y="996.66821"
41
+ width="51.874214"
42
+ height="22.815678"
43
+ id="rect27" />
44
+ <rect
45
+ x="73.961731"
46
+ y="971.31049"
47
+ width="35.930386"
48
+ height="25.545624"
49
+ id="rect26" />
50
+ <rect
51
+ x="69.310905"
52
+ y="948.93591"
53
+ width="90.101311"
54
+ height="36.710743"
55
+ id="rect25" />
56
+ <rect
57
+ x="35.241375"
58
+ y="948.77411"
59
+ width="107.97646"
60
+ height="36.648106"
61
+ id="rect16" />
62
+ <marker
63
+ style="overflow:visible"
64
+ id="RoundedArrow"
65
+ refX="0"
66
+ refY="0"
67
+ orient="auto-start-reverse"
68
+ markerWidth="1"
69
+ markerHeight="1"
70
+ viewBox="0 0 1 1"
71
+ preserveAspectRatio="xMidYMid">
72
+ <path
73
+ transform="scale(0.7)"
74
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
75
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
76
+ id="path8" />
77
+ </marker>
78
+ <marker
79
+ style="overflow:visible"
80
+ id="RoundedArrow-7"
81
+ refX="0"
82
+ refY="0"
83
+ orient="auto-start-reverse"
84
+ markerWidth="1"
85
+ markerHeight="1"
86
+ viewBox="0 0 1 1"
87
+ preserveAspectRatio="xMidYMid">
88
+ <path
89
+ transform="scale(0.7)"
90
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
91
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
92
+ id="path8-5" />
93
+ </marker>
94
+ </defs>
95
+ <g
96
+ id="layer1"
97
+ transform="translate(-14.698306,-212.21449)">
98
+ <rect
99
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
100
+ id="rect32"
101
+ width="70.399246"
102
+ height="59.106945"
103
+ x="14.830598"
104
+ y="212.34679" />
105
+ <path
106
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
107
+ d="m 38.855655,215.77736 v 23.8828 h 43.728753"
108
+ id="path14" />
109
+ <path
110
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
111
+ d="m 38.825962,228.53428 c 0,0 2.854081,5.4667 5.371665,5.32609 2.487999,-0.13896 3.489473,-3.63795 4.689417,-5.82189 1.584751,-2.8843 3.193401,-6.4628 6.210659,-6.59737 2.916725,-0.13009 4.795749,2.75251 6.547644,5.81775 1.462314,2.55857 3.080787,6.49055 6.027671,6.46754 2.964507,-0.0232 5.961381,-6.60011 5.961381,-6.60011"
112
+ id="path15" />
113
+ <path
114
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
115
+ d="M 28.450812,233.80987 H 42.688367"
116
+ id="path9-1-1" />
117
+ <path
118
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
119
+ d="m 28.365806,221.66669 h 25.01472"
120
+ id="path9-1-1-9" />
121
+ <path
122
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
123
+ d="m 29.73163,222.76231 v 9.86315"
124
+ id="path16" />
125
+ <text
126
+ xml:space="preserve"
127
+ transform="matrix(0.26458333,0,0,0.26458333,13.379096,-19.471677)"
128
+ id="text16"
129
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16)"><tspan
130
+ x="35.242188"
131
+ y="961.75003"
132
+ id="tspan1">EV</tspan></text>
133
+ <text
134
+ xml:space="preserve"
135
+ transform="matrix(0.26458333,0,0,0.26458333,-1.7864112,-25.912978)"
136
+ id="text25"
137
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25)"><tspan
138
+ x="69.310547"
139
+ y="961.91214"
140
+ id="tspan2">EVsup</tspan></text>
141
+ <path
142
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
143
+ d="M 38.97286,263.87147 V 240.46431"
144
+ id="path9-1-1-6" />
145
+ <path
146
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
147
+ d="M 61.884047,240.96689 V 228.99566"
148
+ id="path9-1-1-6-8" />
149
+ <path
150
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
151
+ d="M 73.947452,254.91995 V 227.85088"
152
+ id="path9-1-1-6-0" />
153
+ <path
154
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7);marker-end:url(#RoundedArrow-7)"
155
+ d="M 40.532975,253.91198 H 71.905049"
156
+ id="path16-2" />
157
+ <text
158
+ xml:space="preserve"
159
+ transform="matrix(0.26458333,0,0,0.26458333,18.685159,-17.340688)"
160
+ id="text26"
161
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect26);fill:#0000ff"><tspan
162
+ x="73.960938"
163
+ y="984.28714"
164
+ id="tspan3">0</tspan></text>
165
+ <text
166
+ xml:space="preserve"
167
+ transform="matrix(0.26458333,0,0,0.26458333,33.529567,-23.143246)"
168
+ id="text27"
169
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect27);fill:#0000ff"><tspan
170
+ x="102.17969"
171
+ y="1009.6446"
172
+ id="tspan4">1</tspan></text>
173
+ <text
174
+ xml:space="preserve"
175
+ transform="matrix(0.26458333,0,0,0.26458333,12.50557,-20.890724)"
176
+ id="text28"
177
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28);fill:#0000ff"><tspan
178
+ x="220.3457"
179
+ y="997.72269"
180
+ id="tspan5">1.5</tspan></text>
181
+ <path
182
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
183
+ d="M 49.630274,241.47814 V 228.40896"
184
+ id="path9-1-1-6-8-3" />
185
+ <text
186
+ xml:space="preserve"
187
+ transform="matrix(0.26458333,0,0,0.26458333,39.137393,-7.146336)"
188
+ id="text29"
189
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29);fill:#0000ff"><tspan
190
+ x="26.876953"
191
+ y="946.41019"
192
+ id="tspan6">0.5</tspan></text>
193
+ <text
194
+ xml:space="preserve"
195
+ transform="matrix(0.26458333,0,0,0.26458333,13.998505,-9.6322583)"
196
+ id="text30"
197
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect30)"><tspan
198
+ x="120.68359"
199
+ y="1011.8731"
200
+ id="tspan7">EVcyc =1.5</tspan></text>
201
+ <text
202
+ xml:space="preserve"
203
+ transform="matrix(0.26458333,0,0,0.26458333,-0.56347571,-0.25135436)"
204
+ id="text31"
205
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect31)"><tspan
206
+ x="115.16211"
207
+ y="1011.5606"
208
+ id="tspan8">EVstart =0.5</tspan></text>
209
+ </g>
210
+ </svg>
@@ -0,0 +1,98 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="171.29808"
6
+ height="190.59302"
7
+ viewBox="0 0 45.322617 50.427736"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="181.37184"
16
+ y="1204.5748"
17
+ width="110.60723"
18
+ height="33.983406"
19
+ id="rect35" />
20
+ <rect
21
+ x="179.61539"
22
+ y="1157.2288"
23
+ width="115.52427"
24
+ height="29.327358"
25
+ id="rect34" />
26
+ <rect
27
+ x="182.17308"
28
+ y="1110.209"
29
+ width="105.33264"
30
+ height="31.540546"
31
+ id="rect33" />
32
+ <rect
33
+ x="181.37184"
34
+ y="1204.5748"
35
+ width="110.60723"
36
+ height="33.983406"
37
+ id="rect35-6" />
38
+ </defs>
39
+ <g
40
+ id="layer1"
41
+ transform="translate(-22.307301,-290.71368)">
42
+ <rect
43
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
44
+ id="rect36"
45
+ width="45.058033"
46
+ height="50.163151"
47
+ x="22.439592"
48
+ y="290.84598" />
49
+ <path
50
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
51
+ d="m 25.606601,297.55007 c 0,0 1.53718,3.42507 2.893125,3.33698 1.340011,-0.0871 1.879395,-2.27931 2.525673,-3.64762 0.853531,-1.80711 1.719934,-4.04917 3.344998,-4.13348 1.570919,-0.0815 2.582943,1.72454 3.526496,3.64502 0.787587,1.60303 1.659281,4.06655 3.246443,4.05214 1.596653,-0.0145 3.210739,-4.1352 3.210739,-4.1352"
52
+ id="path15-9" />
53
+ <path
54
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
55
+ d="m 25.457225,308.73152 3.942949,4.11281 5.053327,-6.96195 5.255437,7.06713 4.233882,-4.95549"
56
+ id="path32" />
57
+ <text
58
+ xml:space="preserve"
59
+ transform="matrix(0.26458333,0,0,0.26458333,-2.5073288,0.87697813)"
60
+ id="text32"
61
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect33)"><tspan
62
+ x="182.17383"
63
+ y="1123.1856"
64
+ id="tspan2">sinusoid</tspan></text>
65
+ <text
66
+ xml:space="preserve"
67
+ transform="matrix(0.26458333,0,0,0.26458333,-1.8237002,0.71539319)"
68
+ id="text33"
69
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect34)"><tspan
70
+ x="179.61523"
71
+ y="1170.2051"
72
+ id="tspan3">triangle</tspan></text>
73
+ <path
74
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
75
+ d="m 25.168582,319.99274 5.984166,-4.12731 -0.02693,9.7006 10.547906,-9.1903"
76
+ id="path34" />
77
+ <text
78
+ xml:space="preserve"
79
+ transform="matrix(0.26458333,0,0,0.26458333,-2.1392742,-0.29831067)"
80
+ id="text34"
81
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35)"><tspan
82
+ x="181.37109"
83
+ y="1217.5508"
84
+ id="tspan4">sawUp</tspan></text>
85
+ <path
86
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
87
+ d="m 25.296697,334.40744 5.984166,4.12731 -0.02693,-9.7006 10.547906,9.1903"
88
+ id="path34-5" />
89
+ <text
90
+ xml:space="preserve"
91
+ transform="matrix(0.26458333,0,0,0.26458333,-1.6570456,11.511953)"
92
+ id="text34-0"
93
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35-6);display:inline"><tspan
94
+ x="181.37109"
95
+ y="1217.5508"
96
+ id="tspan5">sawDown</tspan></text>
97
+ </g>
98
+ </svg>