How to describe the wind sprial in computer system?
How to describe the wind sprial in computer system?
If we want get the approval of ICAO, we must separate the theory to different parts, which is easy to be adopted and which is not. Let’s talk about the easy part of wind spiral theory first.
Easy part 1: Where is the Eθ in aeronautical speed triangle?
Chart 1. Aeronautical speed triangle
What ever the acft flying a straight line or a circle line, it will be affected by the wind accumulated by time. Eθ will always equal to wind speed multiple with time we counted. As the time pass by, GS will be pushed to the position of GS’ followed the direction of wind speed. GS’ is the combination of two movements, so it’s certainly to be the outer boundary of flying, and also be the tangent line when flying a circle.
Easy part 2: How to connect a straight movement and a circle movement?
If we continuous counted the time from a point, it will be soomthly connected with the outer boundary with the wind spiral as showed in chart 2.
Chart 2. The connection of two kinds of movement
In chart 2, the ws1 (wind spiral) expanded to ws2 follow the direction of Eθ, that means the direction of Eθ represents the most efficient direction to expand. With the foumla Eθ = w/R*θ, we can see Eθ is directly proportional with θ. So when we rotate a spiral such as ws1 in chart 2 anticlockwise, we can get the new spiral ws2 which is smoothly connected with the outer boundary of straight flight.
Easy part 3: How to describe a wind spiral?
There are two kinds of method to describe wind spiral in polar coordinates system. The first one is (α, ρ), the second is (r, θ) show in the chart 3.
Chart 3. Symbol used in polar coordinates system
The formula of wind spiral which expands in clockwise:
The (r, θ) is the accurate method to describe the wind spiral, (α,ρ)
is not. For example, we can get the tangent line’s direction with
θ-DA+90 (clock wise wind spiral), while it’s hard to get tangent line
with angle α.
Except the turn parameters we usually used, the basic parameters of a spiral should include:
a.position of center point
b.draft angle (DA)
c.initial angle of radius
d.initial offset (Eθ at the initial position)
The
wind spiral show in chart 3 can be described as follow: initial angle 0
degree with initial offset 0m, or initial angle 90 degree with initial
offset E90. In fact, they are the same spiral at point O.
Easypart 4: Calculation of common tangent line.
If two spirals have common tangent line, it means there will have an Eθ in each sprial that tangent to the same common tangent line.
Chart 4. Common tangent line of two wind spiral
The different length of two Eθ show
in chart 4 is caused by the deference in initial angle and initial
offset.The distance of center point also play import role in calcuate
angle β.
β= arcsin( (Eθ2-Eθ1)/ Distanceo1o2 )
When β is gotted, the common tanget line’s direction is gotted too.
Supplement 1. Formula is NOT important
If
you are working with mathematical stuff, formula is the easy way for
calculation. But if you only need to draw the wind spiral, there’s
another simple way to get the same result.
Chart5. Geometrical method for drawing wind spiral
First
step is to draw the normal track of circle. Second step is to devide
the circle to equal parts with radius in same interval of angle. Third
step is to extend the radius line, rotate the part beyond the circle
with angle of DA, and use Eθ value to determine the end of Eθ. Fourth step is to connect the ending point of each Eθ, a wind spiral will be gotted.
Supplement 2. Anticlockwise spiral is quite different with clokwise one
There
are different axis system in use, so the formula maybe various. The
relationship in the triangle is the fundamental element for wind spiral
calculation.
Chart6. Different axis used.
The
point in the wind spiral always delayed compare with the related point
in the circle. For this reason, the left spiral in chart 6 will expands
clockwise, and the right one will expands anticlockwise.
Supplement 3. The ρ in spiral MUST bigger than zero
When
the wind spiral extends into the normal circle, it will lose the
characteristic of expanding with equal distance. That means you couldn’t
get the anticlockwise spiral by extend the clockwise spiral or give the
negative parameter to the formula.
想要撩起 ICAO 的注意,英语是必须的,所以从今天开始,争取把英语好好的练一下。欢迎各路大神批评指正,说不清楚的地方一定是本人英语太烂的缘故,敬请谅解。
微信扫一扫
关注该公众号
How to describe the wind sprial in computer system?的更多相关文章
- What Is a Computer System?
What Is a Computer System? A combination of Five or Six Elements The term computer is used to descri ...
- 【系统设计】论文总结之:Butler W. Lampson. Hints for computer system design
Butler W. Lampson. Hints for computer system design. ACM Operating Systems Rev. 15, 5 (Oct. 1983), p ...
- get computer system mac info in javascript
get computer system mac info in javascript Q: how to using js get computer system mac information? A ...
- Stack switching mechanism in a computer system
A method and mechanism for performing an unconditional stack switch in a processor. A processor incl ...
- Hypervisor, computer system, and virtual processor scheduling method
A hypervisor calculates the total number of processor cycles (the number of processor cycles of one ...
- Access control differentiation in trusted computer system
A trusted computer system that offers Linux® compatibility and supports contemporary hardware speeds ...
- Method for performing cache coherency in a computer system
In a computing system, cache coherency is performed by selecting one of a plurality of coherency pro ...
- Computer system with dual operating modes
A system switches between non-secure and secure modes by making processes, applications, and data fo ...
- Penetration test
Contents 1 History 2 Standards and certification 3 Tools 3.1 Specialized OS distributions 3.2 Softwa ...
随机推荐
- Android-Java静态代码块&局部代码块
静态代码块: 静态代码块什么时候执行,是由当前类被加载进内存的时候,什么时候当前类被加载进内存? 答:例如 描述好了Student对象,当 new Student(); 的时候,第一步:是把Stude ...
- string转Date转回String(JAVA)
String dateString = "2012-12-06 "; SimpleDateFormat sdf = new SimpleDateFormat("yyy ...
- 分形之希尔伯特-皮亚诺(Hilbert-Peano)曲线
1890年,意大利数学家皮亚诺(Peano G)发明能填满一个正方形的曲线,叫做皮亚诺曲线.后来,由希尔伯特作出了这条曲线,又名希尔伯特曲线.Hilbert-Peano曲线是一种分形图形,它可以画得无 ...
- 深入探索AngularJS
目录 深入探索AngularJS 作用域Scope是DOM和Directives交互的抽象 Scope是POJO对象 Scope是上下文 Scope继承树 Scope附加功能 正交功能 Element ...
- Windows编译Opencv
下载安装CMake 下载Opencv源码 打开CMake,设置源码路径和生成路径,点击Configure选择要生成的版本.(这里要多次Configure,直到所有红色消失!) 勾选BUILD_open ...
- 【VB.NET】利用 ZXing.Net 生成二维码(支持自定义LOGO)
有任何疑问请去我的新博客提出 https://blog.clso.fun/posts/2019-03-03/vb-net-zxing-net-qr-maker.html ZXing .NET 的项目主 ...
- Ocelot入门实践
博主是第一次写技术文档,一是对这两年工作以来的一些技术和经验进行整理,二也是希望能和大家多多分享交流,如有写的不对的地方望大家多多指正.进入正题 Ocelot 概念就不说了,大家自行百度,今天做一个O ...
- 背水一战 Windows 10 (52) - 控件(集合类): ItemsControl - 自定义 ItemsControl, 自定义 ContentPresenter
[源码下载] 背水一战 Windows 10 (52) - 控件(集合类): ItemsControl - 自定义 ItemsControl, 自定义 ContentPresenter 作者:weba ...
- Spring AOP 源码分析 - 创建代理对象
1.简介 在上一篇文章中,我分析了 Spring 是如何为目标 bean 筛选合适的通知器的.现在通知器选好了,接下来就要通过代理的方式将通知器(Advisor)所持有的通知(Advice)织入到 b ...
- 【BZOJ1049】 [HAOI2006]数字序列
BZOJ1049 [HAOI2006]数字序列 dp好题? 第一问 第一问我会做!令\(b_i=a_i-i\),求一个最长不下降子序列. \(n-ans\)就是最终的答案. 第二问 好难啊.不会.挖坑 ...