create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / drag / skinfriction.eps
1 %!PS-Adobe-3.0 
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686.
3 %%Title: ./skinfriction.eps
4 %%CreationDate: 07/25/2008  19:48:01
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: (atend)
9 %%BoundingBox: (atend)
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 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   /bmap xdef pop pop} bdef
145 /it {gs np dtri aload pop moveto lineto lineto cp c
146   cols rows 8 compute_transform 
147   {bmap} image gr}bdef
148 /il {newpath moveto lineto stroke}bdef
149 currentdict end def
150 %%EndProlog
151
152 %%BeginSetup
153 MathWorks begin
154
155 0 cap
156
157 end
158 %%EndSetup
159
160 %%Page: 1 1
161 %%BeginPageSetup
162 %%PageBoundingBox:    71    56   452   264
163 MathWorks begin
164 bpage
165 %%EndPageSetup
166
167 %%BeginObject: obj1
168 bplot
169
170 /dpi2point 12 def
171 portraitMode 0672 3228 csm
172
173   187    49  4573  2504 rc
174 76 dict begin %Colortable dictionary
175 /c0 { 0.000000 0.000000 0.000000 sr} bdef
176 /c1 { 1.000000 1.000000 1.000000 sr} bdef
177 /c2 { 0.900000 0.000000 0.000000 sr} bdef
178 /c3 { 0.000000 0.820000 0.000000 sr} bdef
179 /c4 { 0.000000 0.000000 0.800000 sr} bdef
180 /c5 { 0.910000 0.820000 0.320000 sr} bdef
181 /c6 { 1.000000 0.260000 0.820000 sr} bdef
182 /c7 { 0.000000 0.820000 0.820000 sr} bdef
183 c0
184 1 j
185 1 sg
186    0    0 5108 2554 rf
187 6 w
188 0 2008 3958 0 0 -2008 664 2199 4 MP
189 PP
190 -3958 0 0 2008 3958 0 0 -2008 664 2199 5 MP stroke
191 4 w
192 DO
193 SO
194 6 w
195 0 sg
196  664 2199 mt 4622 2199 L
197  664  191 mt 4622  191 L
198  664 2199 mt  664  191 L
199 4622 2199 mt 4622  191 L
200  664 2199 mt 4622 2199 L
201  664 2199 mt  664  191 L
202  664 2199 mt  664 2179 L
203  664  191 mt  664  210 L
204  664 2199 mt  664 2159 L
205  664  191 mt  664  230 L
206 %%IncludeResource: font Helvetica
207 /Helvetica /ISOLatin1Encoding 120 FMSR
208
209  576 2381 mt 
210 (10) s
211 %%IncludeResource: font Helvetica
212 /Helvetica /ISOLatin1Encoding 80 FMSR
213
214  709 2307 mt 
215 (4) s
216  961 2199 mt  961 2179 L
217  961  191 mt  961  210 L
218 1136 2199 mt 1136 2179 L
219 1136  191 mt 1136  210 L
220 1259 2199 mt 1259 2179 L
221 1259  191 mt 1259  210 L
222 1355 2199 mt 1355 2179 L
223 1355  191 mt 1355  210 L
224 1433 2199 mt 1433 2179 L
225 1433  191 mt 1433  210 L
226 1500 2199 mt 1500 2179 L
227 1500  191 mt 1500  210 L
228 1557 2199 mt 1557 2179 L
229 1557  191 mt 1557  210 L
230 1608 2199 mt 1608 2179 L
231 1608  191 mt 1608  210 L
232 1653 2199 mt 1653 2179 L
233 1653  191 mt 1653  210 L
234 1653 2199 mt 1653 2159 L
235 1653  191 mt 1653  230 L
236 %%IncludeResource: font Helvetica
237 /Helvetica /ISOLatin1Encoding 120 FMSR
238
239 1565 2381 mt 
240 (10) s
241 %%IncludeResource: font Helvetica
242 /Helvetica /ISOLatin1Encoding 80 FMSR
243
244 1698 2307 mt 
245 (5) s
246 1951 2199 mt 1951 2179 L
247 1951  191 mt 1951  210 L
248 2125 2199 mt 2125 2179 L
249 2125  191 mt 2125  210 L
250 2249 2199 mt 2249 2179 L
251 2249  191 mt 2249  210 L
252 2345 2199 mt 2345 2179 L
253 2345  191 mt 2345  210 L
254 2423 2199 mt 2423 2179 L
255 2423  191 mt 2423  210 L
256 2489 2199 mt 2489 2179 L
257 2489  191 mt 2489  210 L
258 2547 2199 mt 2547 2179 L
259 2547  191 mt 2547  210 L
260 2597 2199 mt 2597 2179 L
261 2597  191 mt 2597  210 L
262 2643 2199 mt 2643 2179 L
263 2643  191 mt 2643  210 L
264 2643 2199 mt 2643 2159 L
265 2643  191 mt 2643  230 L
266 %%IncludeResource: font Helvetica
267 /Helvetica /ISOLatin1Encoding 120 FMSR
268
269 2555 2381 mt 
270 (10) s
271 %%IncludeResource: font Helvetica
272 /Helvetica /ISOLatin1Encoding 80 FMSR
273
274 2688 2307 mt 
275 (6) s
276 2940 2199 mt 2940 2179 L
277 2940  191 mt 2940  210 L
278 3115 2199 mt 3115 2179 L
279 3115  191 mt 3115  210 L
280 3238 2199 mt 3238 2179 L
281 3238  191 mt 3238  210 L
282 3334 2199 mt 3334 2179 L
283 3334  191 mt 3334  210 L
284 3412 2199 mt 3412 2179 L
285 3412  191 mt 3412  210 L
286 3479 2199 mt 3479 2179 L
287 3479  191 mt 3479  210 L
288 3536 2199 mt 3536 2179 L
289 3536  191 mt 3536  210 L
290 3587 2199 mt 3587 2179 L
291 3587  191 mt 3587  210 L
292 3632 2199 mt 3632 2179 L
293 3632  191 mt 3632  210 L
294 3632 2199 mt 3632 2159 L
295 3632  191 mt 3632  230 L
296 %%IncludeResource: font Helvetica
297 /Helvetica /ISOLatin1Encoding 120 FMSR
298
299 3544 2381 mt 
300 (10) s
301 %%IncludeResource: font Helvetica
302 /Helvetica /ISOLatin1Encoding 80 FMSR
303
304 3677 2307 mt 
305 (7) s
306 3930 2199 mt 3930 2179 L
307 3930  191 mt 3930  210 L
308 4104 2199 mt 4104 2179 L
309 4104  191 mt 4104  210 L
310 4228 2199 mt 4228 2179 L
311 4228  191 mt 4228  210 L
312 4324 2199 mt 4324 2179 L
313 4324  191 mt 4324  210 L
314 4402 2199 mt 4402 2179 L
315 4402  191 mt 4402  210 L
316 4468 2199 mt 4468 2179 L
317 4468  191 mt 4468  210 L
318 4526 2199 mt 4526 2179 L
319 4526  191 mt 4526  210 L
320 4576 2199 mt 4576 2179 L
321 4576  191 mt 4576  210 L
322 4622 2199 mt 4622 2179 L
323 4622  191 mt 4622  210 L
324 4622 2199 mt 4622 2159 L
325 4622  191 mt 4622  230 L
326 %%IncludeResource: font Helvetica
327 /Helvetica /ISOLatin1Encoding 120 FMSR
328
329 4534 2381 mt 
330 (10) s
331 %%IncludeResource: font Helvetica
332 /Helvetica /ISOLatin1Encoding 80 FMSR
333
334 4667 2307 mt 
335 (8) s
336  664 1821 mt  683 1821 L
337 4622 1821 mt 4602 1821 L
338  664 1879 mt  683 1879 L
339 4622 1879 mt 4602 1879 L
340  664 1943 mt  683 1943 L
341 4622 1943 mt 4602 1943 L
342  664 2015 mt  683 2015 L
343 4622 2015 mt 4602 2015 L
344  664 2099 mt  683 2099 L
345 4622 2099 mt 4602 2099 L
346  664 2199 mt  683 2199 L
347 4622 2199 mt 4602 2199 L
348  664 1821 mt  703 1821 L
349 4622 1821 mt 4582 1821 L
350 %%IncludeResource: font Helvetica
351 /Helvetica /ISOLatin1Encoding 120 FMSR
352
353  405 1865 mt 
354 (10) s
355 %%IncludeResource: font Helvetica
356 /Helvetica /ISOLatin1Encoding 80 FMSR
357
358  538 1791 mt 
359 (-3) s
360  664 1444 mt  683 1444 L
361 4622 1444 mt 4602 1444 L
362  664 1223 mt  683 1223 L
363 4622 1223 mt 4602 1223 L
364  664 1067 mt  683 1067 L
365 4622 1067 mt 4602 1067 L
366  664  945 mt  683  945 L
367 4622  945 mt 4602  945 L
368  664  846 mt  683  846 L
369 4622  846 mt 4602  846 L
370  664  762 mt  683  762 L
371 4622  762 mt 4602  762 L
372  664  689 mt  683  689 L
373 4622  689 mt 4602  689 L
374  664  625 mt  683  625 L
375 4622  625 mt 4602  625 L
376  664  568 mt  683  568 L
377 4622  568 mt 4602  568 L
378  664  568 mt  703  568 L
379 4622  568 mt 4582  568 L
380 %%IncludeResource: font Helvetica
381 /Helvetica /ISOLatin1Encoding 120 FMSR
382
383  405  612 mt 
384 (10) s
385 %%IncludeResource: font Helvetica
386 /Helvetica /ISOLatin1Encoding 80 FMSR
387
388  538  538 mt 
389 (-2) s
390  664  191 mt  683  191 L
391 4622  191 mt 4602  191 L
392  664 2199 mt 4622 2199 L
393  664  191 mt 4622  191 L
394  664 2199 mt  664  191 L
395 4622 2199 mt 4622  191 L
396 gs 664 191 3959 2009 rc
397 DD
398 0 1 50 31 49 31 50 32 49 31 50 31 49 32 50 31 
399 49 31 50 32 49 31 50 31 49 32 50 31 49 31 50 32 
400 49 31 49 31 50 32 49 31 50 31 49 32 50 31 49 31 
401 50 32 49 31 50 31 49 32 50 31 49 31 50 32 49 31 
402 50 31 49 32 50 31 49 31 50 32 49 31 49 31 50 32 
403 49 31 50 31 49 32 50 31 49 31 50 32 49 31 50 31 
404 49 32 50 31 49 31 50 32 49 31 50 31 49 32 50 31 
405 49 31 49 32 664 413 59 MP stroke
406 DA
407 50 9 49 8 50 9 49 9 50 9 49 9 50 9 49 9 
408 50 9 49 9 50 9 49 10 50 9 49 10 50 9 49 10 
409 50 10 49 10 50 10 49 10 49 10 50 10 49 11 50 10 
410 49 11 50 10 49 11 50 11 49 11 50 11 49 11 50 12 
411 49 11 50 12 49 11 50 12 49 12 50 12 49 13 49 12 
412 50 12 49 13 50 13 49 13 50 13 49 13 50 14 49 13 
413 50 14 49 14 50 14 49 14 50 15 49 15 50 14 49 16 
414 50 15 49 15 50 16 49 16 49 16 50 17 49 17 50 17 
415 49 17 50 17 49 18 50 18 49 19 50 18 49 20 50 19 
416 49 20 50 20 49 20 50 21 49 22 50 21 49 23 49 22 
417 664 354 81 MP stroke
418 DO
419 50 8 49 8 50 8 49 8 50 8 49 9 50 8 49 8 
420 50 8 49 8 50 8 49 8 50 8 49 8 50 7 49 8 
421 50 8 49 7 50 7 49 7 49 7 50 6 49 6 50 6 
422 49 5 50 5 49 5 50 4 49 3 50 2 49 1 50 1 
423 49 -1 50 -2 49 -4 50 -6 49 -8 50 -10 49 -14 49 -17 
424 50 -22 49 -28 50 -35 49 -45 50 -57 18 -26 2377 1499 47 MP stroke
425 SO
426 549 0 4073 1319 2 MP stroke
427 gr
428
429 %%IncludeResource: font Helvetica
430 /Helvetica /ISOLatin1Encoding 120 FMSR
431
432 2174 2524 mt 
433 (Reynolds number) s
434  323 1794 mt  -90 rotate
435 (Skin friction coefficient) s
436 90 rotate
437  647 2242 mt 
438 ( ) s
439 4606  233 mt 
440 ( ) s
441 1 sg
442 0 626 1529 0 0 -626 3035 878 4 MP
443 PP
444 -1529 0 0 626 1529 0 0 -626 3035 878 5 MP stroke
445 4 w
446 DO
447 SO
448 6 w
449 0 sg
450 3035  878 mt 4564  878 L
451 3035  252 mt 4564  252 L
452 3035  878 mt 3035  252 L
453 4564  878 mt 4564  252 L
454 3035  878 mt 4564  878 L
455 3035  878 mt 3035  252 L
456 3035  878 mt 4564  878 L
457 3035  252 mt 4564  252 L
458 3035  878 mt 3035  252 L
459 4564  878 mt 4564  252 L
460 3498  387 mt 
461 (Laminar) s
462 gs 3035 252 1530 627 rc
463 DD
464 355 0 3106 344 2 MP stroke
465 SO
466 gr
467
468 3498  534 mt 
469 (Turbulent) s
470 gs 3035 252 1530 627 rc
471 DA
472 355 0 3106 491 2 MP stroke
473 SO
474 gr
475
476 3498  681 mt 
477 (Transitional) s
478 gs 3035 252 1530 627 rc
479 DO
480 355 0 3106 638 2 MP stroke
481 SO
482 gr
483
484 3498  828 mt 
485 (Roughness-limited) s
486 gs 3035 252 1530 627 rc
487 355 0 3106 785 2 MP stroke
488 gr
489
490
491 end %%Color Dict
492
493 eplot
494 %%EndObject
495
496 epage
497 end
498
499 showpage
500
501 %%Trailer
502 %%BoundingBox:    71    56   452   264
503 %%Pages: 001
504 %%EOF