create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / fin-geometry / Cp-supersonic.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.24-21-generic #1 SMP Tue Oct 21 23:09:30 UTC 2008 x86_64.
3 %%Title: /m/fs/scratch/scratch/38/spniskan/Cp-supersonic.eps
4 %%CreationDate: 11/15/2008  14:19:16
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    52   297   560   495
10 %%EndComments
11
12 %%BeginProlog
13 % MathWorks dictionary
14 /MathWorks 160 dict begin
15 % definition operators
16 /bdef {bind def} bind def
17 /ldef {load def} bind def
18 /xdef {exch def} bdef
19 /xstore {exch store} bdef
20 % operator abbreviations
21 /c  /clip ldef
22 /cc /concat ldef
23 /cp /closepath ldef
24 /gr /grestore ldef
25 /gs /gsave ldef
26 /mt /moveto ldef
27 /np /newpath ldef
28 /cm /currentmatrix ldef
29 /sm /setmatrix ldef
30 /rm /rmoveto ldef
31 /rl /rlineto ldef
32 /s {show newpath} bdef
33 /sc {setcmykcolor} bdef
34 /sr /setrgbcolor ldef
35 /sg /setgray ldef
36 /w /setlinewidth ldef
37 /j /setlinejoin ldef
38 /cap /setlinecap ldef
39 /rc {rectclip} bdef
40 /rf {rectfill} bdef
41 % page state control
42 /pgsv () def
43 /bpage {/pgsv save def} bdef
44 /epage {pgsv restore} bdef
45 /bplot /gsave ldef
46 /eplot {stroke grestore} bdef
47 % orientation switch
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49 % coordinate system mappings
50 /dpi2point 0 def
51 % font control
52 /FontSize 0 def
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54   makefont setfont} bdef
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56   exch dup 3 1 roll findfont dup length dict begin
57   { 1 index /FID ne {def}{pop pop} ifelse } forall
58   /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61   exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63  dup landscapeMode eq {pop -90 rotate}
64   {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70   dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
80   neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
94   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104   tMatrix setmatrix lrx hradius sub uly vradius add translate
105   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106   lrx hradius sub lry vradius sub translate hradius vradius scale
107   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109   closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116   closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123   closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130   ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132   2 0 asub 3 1 asub 4 0 asub 5 1 asub
133   dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135   dmat dtri tri_to_matrix tmat1 invertmatrix 
136   smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140   currentfile 
141   3 index 0 eq {/ASCIIHexDecode filter}
142   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143   ifelse exch readstring pop
144   dup 0 3 index getinterval /rbmap xdef
145   dup 2 index dup getinterval /gbmap xdef
146   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147 /it {gs np dtri aload pop moveto lineto lineto cp c
148   cols rows 8 compute_transform 
149   rbmap gbmap bbmap true 3 colorimage gr}bdef
150 /il {newpath moveto lineto stroke}bdef
151 currentdict end def
152 %%EndProlog
153
154 %%BeginSetup
155 MathWorks begin
156
157 0 cap
158
159 end
160 %%EndSetup
161
162 %%Page: 1 1
163 %%BeginPageSetup
164 %%PageBoundingBox:    52   297   560   495
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0624 5940 csm
174
175     0     0  6096  2371 rc
176 85 dict begin %Colortable dictionary
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
185 c0
186 1 j
187 1 sg
188    0    0 6097 2372 rf
189 6 w
190 0 1877 4725 0 0 -1877 792 2054 4 MP
191 PP
192 -4725 0 0 1877 4725 0 0 -1877 792 2054 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  792 2054 mt 5517 2054 L
199  792  177 mt 5517  177 L
200  792 2054 mt  792  177 L
201 5517 2054 mt 5517  177 L
202  792 2054 mt 5517 2054 L
203  792 2054 mt  792  177 L
204  792 2054 mt  792 2006 L
205  792  177 mt  792  225 L
206 %%IncludeResource: font Helvetica
207 /Helvetica /ISOLatin1Encoding 120 FMSR
208
209  759 2199 mt 
210 (0) s
211 2367 2054 mt 2367 2006 L
212 2367  177 mt 2367  225 L
213 2334 2199 mt 
214 (5) s
215 3942 2054 mt 3942 2006 L
216 3942  177 mt 3942  225 L
217 3876 2199 mt 
218 (10) s
219 5517 2054 mt 5517 2006 L
220 5517  177 mt 5517  225 L
221 5451 2199 mt 
222 (15) s
223  792 2054 mt  839 2054 L
224 5517 2054 mt 5469 2054 L
225  691 2098 mt 
226 (0) s
227  792 1518 mt  839 1518 L
228 5517 1518 mt 5469 1518 L
229  591 1562 mt 
230 (0.1) s
231  792  981 mt  839  981 L
232 5517  981 mt 5469  981 L
233  591 1025 mt 
234 (0.2) s
235  792  445 mt  839  445 L
236 5517  445 mt 5469  445 L
237  591  489 mt 
238 (0.3) s
239  792 2054 mt 5517 2054 L
240  792  177 mt 5517  177 L
241  792 2054 mt  792  177 L
242 5517 2054 mt 5517  177 L
243 gs 792 178 4726 1877 rc
244 21 -16 32 -24 31 -24 32 -24 31 -24 32 -23 31 -24 32 -23 
245 31 -23 32 -24 31 -23 32 -22 31 -23 32 -23 31 -22 32 -23 
246 31 -22 32 -23 31 -22 32 -22 31 -22 32 -22 31 -21 32 -22 
247 31 -22 32 -21 31 -21 32 -22 31 -21 32 -21 31 -21 32 -21 
248 31 -20 32 -21 31 -21 32 -20 31 -21 32 -20 31 -20 32 -20 
249 31 -20 32 -20 31 -20 32 -20 31 -20 32 -19 31 -20 32 -20 
250 31 -19 32 -19 31 -20 32 -19 31 -19 32 -19 31 -19 32 -19 
251 31 -19 32 -18 31 -19 32 -19 31 -18 32 -19 31 -18 32 -18 
252 31 -19 32 -18 31 -18 32 -18 31 -18 32 -18 31 -18 32 -18 
253 31 -18 32 -17 31 -18 32 -18 31 -17 32 -18 31 -17 32 -18 
254 31 -17 32 -17 31 -18 32 -17 31 -17 32 -17 31 -17 32 -17 
255 31 -17 32 -17 31 -17 32 -17 31 -17 32 -17 31 -17 792 2054 96 MP stroke
256 DO
257 3 -1 32 -17 31 -17 32 -16 31 -17 32 -17 31 -17 32 -16 
258 31 -17 32 -17 31 -17 32 -16 31 -17 32 -17 31 -17 32 -16 
259 31 -17 32 -17 31 -16 32 -17 31 -17 32 -17 31 -16 32 -17 
260 31 -17 32 -17 31 -16 32 -17 31 -17 32 -17 31 -16 32 -17 
261 31 -17 32 -16 31 -17 32 -17 31 -17 32 -16 31 -17 32 -17 
262 31 -17 32 -16 31 -17 32 -17 31 -17 32 -16 31 -17 32 -17 
263 31 -16 32 -17 31 -17 32 -17 31 -16 32 -17 31 -17 32 -17 
264 31 -16 32 -17 31 -17 32 -17 31 -16 32 -17 31 -17 32 -17 
265 31 -16 32 -17 31 -17 32 -16 31 -17 32 -17 31 -17 32 -16 
266 31 -17 32 -17 31 -17 32 -16 31 -17 32 -17 31 -17 32 -16 
267 31 -17 32 -17 31 -16 32 -17 31 -17 32 -17 31 -16 32 -17 
268 31 -17 32 -17 31 -16 32 -17 31 -17 32 -17 31 -16 32 -17 
269 31 -17 32 -16 31 -17 32 -17 31 -17 32 -16 31 -17 32 -17 
270 31 -17 32 -16 31 -17 32 -17 31 -17 32 -16 31 -17 32 -17 
271 31 -17 792 2054 114 MP stroke
272 SO
273 20 -10 32 -16 31 -16 32 -16 31 -16 32 -16 31 -16 32 -16 
274 31 -15 32 -16 31 -16 32 -15 31 -16 32 -15 31 -16 32 -15 
275 31 -15 32 -16 31 -15 32 -15 31 -15 32 -15 31 -15 32 -15 
276 31 -15 32 -15 31 -15 32 -15 31 -15 32 -15 31 -14 32 -15 
277 31 -14 32 -15 31 -15 32 -14 31 -14 32 -15 31 -14 32 -14 
278 31 -15 32 -14 31 -14 32 -14 31 -14 32 -14 31 -14 32 -14 
279 31 -14 32 -14 31 -14 32 -14 31 -13 32 -14 31 -14 32 -13 
280 31 -14 32 -13 31 -14 32 -13 31 -14 32 -13 31 -14 32 -13 
281 31 -13 32 -13 31 -14 32 -13 31 -13 32 -13 31 -13 32 -13 
282 31 -13 32 -13 31 -13 32 -13 31 -12 32 -13 31 -13 32 -13 
283 31 -12 32 -13 31 -12 32 -13 31 -13 32 -12 31 -12 32 -13 
284 31 -12 32 -13 31 -12 32 -12 31 -13 32 -12 31 -12 32 -12 
285 31 -12 32 -12 31 -12 32 -12 31 -12 32 -12 31 -12 32 -12 
286 31 -12 32 -12 31 -12 32 -11 31 -12 32 -12 31 -12 32 -11 
287 31 -12 32 -11 31 -12 32 -11 31 -12 32 -11 31 -12 32 -11 
288 31 -12 32 -11 31 -11 32 -12 31 -11 32 -11 31 -11 32 -12 
289 31 -11 32 -11 31 -11 32 -11 31 -11 32 -11 31 -11 32 -11 
290 31 -11 32 -11 31 -11 32 -11 31 -11 32 -11 31 -11 792 2054 144 MP stroke
291 DO
292 1 0 32 -11 31 -11 32 -11 31 -10 32 -11 31 -11 32 -11 
293 31 -11 32 -10 31 -11 32 -11 31 -11 32 -11 31 -10 32 -11 
294 31 -11 32 -11 31 -11 32 -10 31 -11 32 -11 31 -11 32 -11 
295 31 -10 32 -11 31 -11 32 -11 31 -11 32 -10 31 -11 32 -11 
296 31 -11 32 -11 31 -10 32 -11 31 -11 32 -11 31 -11 32 -10 
297 31 -11 32 -11 31 -11 32 -11 31 -10 32 -11 31 -11 32 -11 
298 31 -11 32 -10 31 -11 32 -11 31 -11 32 -11 31 -10 32 -11 
299 31 -11 32 -11 31 -11 32 -11 31 -10 32 -11 31 -11 32 -11 
300 31 -11 32 -10 31 -11 32 -11 31 -11 32 -11 31 -10 32 -11 
301 31 -11 32 -11 31 -11 32 -10 31 -11 32 -11 31 -11 32 -11 
302 31 -10 32 -11 31 -11 32 -11 31 -11 32 -10 31 -11 32 -11 
303 31 -11 32 -11 31 -10 32 -11 31 -11 32 -11 31 -11 32 -10 
304 31 -11 32 -11 31 -11 32 -11 31 -10 32 -11 31 -11 32 -11 
305 31 -11 32 -10 31 -11 32 -11 31 -11 32 -11 31 -10 32 -11 
306 31 -11 32 -11 31 -11 32 -10 31 -11 32 -11 31 -11 32 -11 
307 31 -10 32 -11 31 -11 32 -11 31 -11 32 -10 31 -11 32 -11 
308 31 -11 32 -11 31 -10 32 -11 31 -11 32 -11 31 -11 32 -10 
309 31 -11 32 -11 31 -11 32 -11 31 -10 32 -11 31 -11 32 -11 
310 31 -11 32 -10 31 -11 32 -11 31 -11 32 -11 31 -11 792 2054 152 MP stroke
311 SO
312 1 0 32 -12 31 -12 32 -12 31 -11 32 -12 31 -12 32 -11 
313 31 -12 32 -11 31 -11 32 -12 31 -11 32 -11 31 -12 32 -11 
314 31 -11 32 -11 31 -11 32 -11 31 -11 32 -11 31 -11 32 -11 
315 31 -10 32 -11 31 -11 32 -11 31 -10 32 -11 31 -10 32 -11 
316 31 -10 32 -10 31 -11 32 -10 31 -10 32 -11 31 -10 32 -10 
317 31 -10 32 -10 31 -10 32 -10 31 -10 32 -10 31 -9 32 -10 
318 31 -10 32 -10 31 -9 32 -10 31 -10 32 -9 31 -10 32 -9 
319 31 -10 32 -9 31 -9 32 -10 31 -9 32 -9 31 -9 32 -10 
320 31 -9 32 -9 31 -9 32 -9 31 -9 32 -9 31 -9 32 -8 
321 31 -9 32 -9 31 -9 32 -9 31 -8 32 -9 31 -9 32 -8 
322 31 -9 32 -8 31 -9 32 -8 31 -9 32 -8 31 -8 32 -9 
323 31 -8 32 -8 31 -8 32 -9 31 -8 32 -8 31 -8 32 -8 
324 31 -8 32 -8 31 -8 32 -8 31 -8 32 -8 31 -8 32 -7 
325 31 -8 32 -8 31 -8 32 -7 31 -8 32 -8 31 -7 32 -8 
326 31 -7 32 -8 31 -7 32 -8 31 -7 32 -8 31 -7 32 -8 
327 31 -7 32 -7 31 -7 32 -8 31 -7 32 -7 31 -7 32 -7 
328 31 -8 32 -7 31 -7 32 -7 31 -7 32 -7 31 -7 32 -7 
329 31 -7 32 -7 31 -7 32 -6 31 -7 32 -7 31 -7 32 -7 
330 31 -6 32 -7 31 -7 32 -7 31 -6 32 -7 31 -7 792 2054 152 MP stroke
331 DO
332 1 0 32 -7 31 -6 32 -7 31 -7 32 -6 31 -7 32 -7 
333 31 -6 32 -7 31 -6 32 -7 31 -7 32 -6 31 -7 32 -6 
334 31 -7 32 -7 31 -6 32 -7 31 -7 32 -6 31 -7 32 -6 
335 31 -7 32 -7 31 -6 32 -7 31 -6 32 -7 31 -7 32 -6 
336 31 -7 32 -7 31 -6 32 -7 31 -6 32 -7 31 -7 32 -6 
337 31 -7 32 -6 31 -7 32 -7 31 -6 32 -7 31 -7 32 -6 
338 31 -7 32 -6 31 -7 32 -7 31 -6 32 -7 31 -6 32 -7 
339 31 -7 32 -6 31 -7 32 -7 31 -6 32 -7 31 -6 32 -7 
340 31 -7 32 -6 31 -7 32 -6 31 -7 32 -7 31 -6 32 -7 
341 31 -7 32 -6 31 -7 32 -6 31 -7 32 -7 31 -6 32 -7 
342 31 -6 32 -7 31 -7 32 -6 31 -7 32 -7 31 -6 32 -7 
343 31 -6 32 -7 31 -7 32 -6 31 -7 32 -6 31 -7 32 -7 
344 31 -6 32 -7 31 -7 32 -6 31 -7 32 -6 31 -7 32 -7 
345 31 -6 32 -7 31 -6 32 -7 31 -7 32 -6 31 -7 32 -7 
346 31 -6 32 -7 31 -6 32 -7 31 -7 32 -6 31 -7 32 -6 
347 31 -7 32 -7 31 -6 32 -7 31 -7 32 -6 31 -7 32 -6 
348 31 -7 32 -7 31 -6 32 -7 31 -6 32 -7 31 -7 32 -6 
349 31 -7 32 -7 31 -6 32 -7 31 -6 32 -7 31 -7 32 -6 
350 31 -7 32 -6 31 -7 32 -7 31 -6 32 -7 31 -7 792 2054 152 MP stroke
351 gr
352
353 DO
354 2645 2342 mt 
355 (Inclination angle / \260) s
356  509 1797 mt  -90 rotate
357 (Local pressure coefficient) s
358 90 rotate
359 SO
360 2507  827 mt 
361 (M=1.5) s
362 3584 1243 mt 
363 (M=3.0) s
364 3076 1024 mt 
365 (M=2.0) s
366
367 end %%Color Dict
368
369 eplot
370 %%EndObject
371
372 epage
373 end
374
375 showpage
376
377 %%Trailer
378 %%EOF