How Jsbsim models the "+" shaped tail fins of missiles and rockets. #1060
Replies: 1 comment
-
First off, just in case there are some potential assumptions. JSBSim isn't like Datcom or CFD which take in a geometric description of the aircraft and generate a flight model from that. At the end of the day, as a 6DOF simulator, in terms of aerodynamics, JSBSim allows you to specify your own set of forces and moments and will then use them to calculate the net forces and moments and integrate them etc. Take a look at the aerodynamics section of the aircraft models in the JSBSim repo. Now in terms of things like https://github.com/search?q=repo%3AJSBSim-Team%2Fjsbsim+vbarh&type=code You'll see that they are only used to generate metrics, which your functions in the forces and moments section of the aerodynamics section can make use of if you want to. jsbsim/src/models/FGAircraft.cpp Lines 154 to 162 in b9bfc23 jsbsim/src/models/FGAircraft.cpp Lines 181 to 188 in b9bfc23 So in terms of modelling a specific missile or rocket, all you need to do is specify the relevant forces and moments in the aerodynamics section. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I would like to confirm whether <htailarea>, <htailarm> , <vtailarea>, <vtailarm> can also model the "+" tail fins of missiles and rockets. and also how to model aircraft with "+" shaped wings? And how to establish the relationship between$δ_x$ , $δ_y$ , $δ_z$ and the attitude of the aircraft?
Beta Was this translation helpful? Give feedback.
All reactions