-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
風モデルの実装 #33
Comments
https://www.rikanenpyo.jp/kaisetsu/kisyo/kisyo_011.html べき法則はある高度での風速から上空の風速分布を得ることができる,というもの.次式で表される. |
第16回伊豆大島共同打上実験(2019/11) フライトシュミレーション計算書フォーマットでの記述
|
対数法則型風速予測式なるものがあるらしく,風況精査における「べき法則」型風速予測式の有効性 2006では対数法則の方がべき法則よりも高精度に上空の風速を推定できると主張している.
とあるので,落下分散を求めるという目的においてはべき法則で計算した方が安全に倒して判断できると思われる. あと,参考文献の「風況精査マニュアル (概要版)」,「地表面に近い大気の科学」も面白そう. |
http://www.riam-compact.com/inc/download5/4_manual.pdf |
ロケット発射時における地上風の数値風況予測の試行 2013 |
[wind]
model = "power" # べき法則
# ground.dir = [0.0] # 北風
ground.dir_num = 8 # 8方位
ground.speed = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0 ] |
094ae9d べき法則実装 |
#5 で空気抵抗が実装できたので,風モデルを実装する.
ToDo
config.toml
での風モデルの選択config.toml
での地上風向風速の入力The text was updated successfully, but these errors were encountered: