1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
|
\begin{tikzpicture}[3d view={120}{15}]
\newcommand\radius{15mm}
\newcommand\height{3cm}
\begin{scope}[canvas is yx plane at z=.8]
\foreach \i in {1,2,3,...,8} {
\fill[lightgray, opacity=.5] (0,0) -- ({\i*360/8}:{.9*\radius})
arc ({\i*360/8}:{(\i+.5)*360/8}:{.9*\radius}) -- cycle;
};
\fill[lightgray, opacity=.5] (0,0) circle (3mm);
\draw[black, <-] (-1, 1) to[out=180, in=0] ++(-.5,1.2)
node[left, anchor = east] {Propeller};
\end{scope}
\begin{scope}[canvas is yx plane at z=-2]
\draw[black, <-] (-1, .5) to[out=180, in=0] ++(.1,1.5)
node[left, anchor = east] {Flap};
\end{scope}
\begin{scope}[canvas is xz plane at y=0, thick]
% flap along y back
\fill[lightgray!30, draw=lightgray] ({-.3*\radius}, -2) rectangle ({-.8*\radius}, -2.5);
% drag force of flap along y back
\draw[-latex, blue!80!black] ({-.55*\radius}, -2) -- ++(0,-6mm);
\end{scope}
% FIXME: why can't is use -.55\radius??
\begin{scope}[canvas is yz plane at x=-.825, thick]
% lift force of flap along y back
\draw[-latex, green!50!black] (0, -2) -- ++(5mm,0);
\end{scope}
\begin{scope}[canvas is yz plane at x=0, thick]
% flap along x front
\fill[lightgray!30, draw=lightgray] ({.3*\radius}, -2) rectangle ({.8*\radius}, -2.5);
% drag force of flap along x front
\draw[-latex, blue!80!black] ({.55*\radius}, -2) -- ++(0,-6mm)
node[right] {$\vec{F}_{d,i}$};
% flap along x back
\fill[lightgray!30, draw=lightgray] ({-.3*\radius}, -2) rectangle ({-.8*\radius}, -2.5);
% drag force of flap along x back
\draw[-latex, blue!80!black] ({-.55*\radius}, -2) -- ++(0,-6mm);
\end{scope}
% FIXME: why can't is use .55\radius??
\begin{scope}[canvas is xz plane at y=-.825, thick]
% lift force of flap along x back
\draw[-latex, green!50!black] (0, -2) -- ++(5mm,0);
\end{scope}
% FIXME: why can't is use .55\radius??
\begin{scope}[canvas is xz plane at y=.825, thick]
% lift force of flap along x front
\draw[-latex, green!50!black] (0, -2) -- ++(5mm,0);
% flap angle for front x
\fill[violet] (0,-2) circle (.5mm);
\node[violet, right, yshift=1mm] at (0,-2) {$\alpha_1$};
\end{scope}
\begin{scope}[canvas is xz plane at y=0, thick]
% flap along y front
\fill[lightgray!30, draw=lightgray] ({.3*\radius}, -2) rectangle ({.8*\radius}, -2.5);
% drag force of flap along y front
\draw[-latex, blue!80!black] ({.55*\radius}, -2) -- ++(0,-6mm);
\end{scope}
\begin{scope}[canvas is xy plane at z=0, thick]
\draw[lightgray, dashed] (0,0) circle (\radius);
\end{scope}
\begin{scope}[canvas is xy plane at z=-2, thick]
% lower circle
\draw[gray] (0,0) circle (\radius);
\draw[lightgray, densely dotted] (-\radius, 0) -- (\radius, 0);
\draw[lightgray, densely dotted] (0, -\radius) -- (0, \radius);
\end{scope}
\begin{scope}[canvas is xy plane at z=1, thick]
% upper circle
\draw[gray] (0,0) circle (\radius);
\draw[lightgray, densely dotted] (-\radius, 0) -- (\radius, 0);
\draw[lightgray, densely dotted] (0, -\radius) -- (0, \radius);
\end{scope}
% FIXME: why can't is use .55\radius??
\begin{scope}[canvas is yz plane at x=.825, thick]
% lift force of flap along y front
\draw[-latex, green!50!black] (0, -2) -- ++(5mm,0)
node[pos=1, below, yshift=-1mm] {$\vec{F}_{\ell,i}$};
\end{scope}
\begin{scope}[canvas is yz plane at x=-.825, thick]
% flap angle for back y
\fill[violet] (0,-2) circle (.5mm);
\node[violet, xshift=2.5mm, yshift=1.5mm] at (0,-2) {$\alpha_4$};
\end{scope}
\begin{scope}[canvas is xz plane at y=-.825, thick]
% flap angle for back x
\fill[violet] (0,-2) circle (.5mm);
\node[violet, xshift=2.5mm, yshift=1.5mm] at (0,-2) {$\alpha_3$};
\end{scope}
\begin{scope}[canvas is yz plane at x=.825, thick]
% lift force of flap along y front
\fill[violet] (0,-2) circle (.5mm);
\node[violet, xshift=2mm, yshift=1.5mm] at (0,-2) {$\alpha_2$};
\end{scope}
\begin{scope}[thick]
% cylinder border
\draw[gray] (xyz cylindrical cs:z=-2,radius=1.5,angle=-60)
-- ++ (xyz cylindrical cs:z=3);
\draw[gray] (xyz cylindrical cs:z=-2,radius=1.5,angle=120)
-- ++ (xyz cylindrical cs:z=3);
% central axis
\draw[lightgray, dashdotted]
(xyz cylindrical cs:z=-2) -- (xyz cylindrical cs:z=2);
% outer line for radius measurement
\coordinate (TO) at (xyz cylindrical cs:z=1);
\coordinate (TR) at (xyz cylindrical cs:z=1,radius=1.5,angle=120);
\draw[red!60!black, <->] (TO) -- node[midway, above] {$a$} (TR);
\end{scope}
\begin{scope}[canvas is yz plane at x=0, thick]
% top line for center of mass measurement
\draw[lightgray, densely dotted] (0, 0) -- (2.5, 0);
% bottom line for center of mass measurement
\draw[lightgray, densely dotted] (\radius, -2) -- (2.5, -2);
% Center of mass height measurement
\draw[red!60!black, <->] (2.5,0) -- node[midway, right] {$d$} (2.5, -2);
% thrust force
\draw[blue!80!black, -latex] (0,1) -- node[near end, right] {$\vec{F}_{T}$} (0,2);
\end{scope}
\begin{scope}[canvas is xy plane at z=1.25, thick]
% propeller angular velocity
\draw[violet, ->] (290:.2) arc[start angle=290, end angle=-30, radius=.2]
node[pos=0, left] {$\omega$};
\end{scope}
\begin{scope}[canvas is xz plane at y=0, thick]
% line to pitch angle
\draw[lightgray, densely dotted] (0, 0) -- (3, 0);
\end{scope}
\begin{scope}[canvas is xz plane at y=1.85, thick]
% roll angle
\draw[violet, ->] (-40:.2) arc[start angle=-40, end angle=-370, radius=.2]
node[midway, right] {$\phi$};
\end{scope}
\begin{scope}[canvas is yz plane at x=2.5, thick]
% pitch angle
\draw[violet, ->] (40:.2) arc[start angle=40, end angle=370, radius=.2]
node[midway, above left] {$\vartheta$};
\end{scope}
\begin{scope}[canvas is xy plane at z=-1.25, thick]
% yaw angle
\draw[violet, ->] (290:.2) arc[start angle=290, end angle=-30, radius=.2]
node[midway, right] {$\psi$};
\end{scope}
\begin{scope}[thick]
% body coordinate system
\coordinate(BO) at (0,0,0);
\draw[-latex] (BO) -- (xyz cylindrical cs:radius=.5)
node[left] {$\uvec{y}$};
\draw[-latex] (BO) -- (xyz cylindrical cs:radius=.5,angle=90)
node[right] {$\uvec{x}$};
\draw[-latex] (BO) -- (xyz cylindrical cs:z=-.5)
node[below] {$\uvec{z}$};
% intertial coordinate system
\coordinate (IO) at (xyz cylindrical cs:radius=3.5,angle=-70,z=-1.5);
\draw[-latex] (IO) -- ++ (xyz cylindrical cs:radius=.5)
node[left] {$\uvec{\jmath}$};
\draw[-latex] (IO) -- ++ (xyz cylindrical cs:radius=.5,angle=90)
node[right] {$\uvec{\imath}$};
\draw[-latex] (IO) -- ++ (xyz cylindrical cs:z=-.5)
node[below] {$\uvec{k}$};
\end{scope}
\end{tikzpicture}
|