Recently, I have worked some Python code for Missile-Rocket-Projectile Simulation having 2DOF.
Because I could only simulate lift/drag characteristics of the missile body as shown in Fig. 5, my simulation is relatively simple. Full 6DOF simulation work have been developed for Matlab code when the full 6DOF data, inertia, center of gravity, moment coefficient, is available, however, in most cases, it is not available.
Most of my article in the past was relied on estimation of hunch or prediction from common sense, however, I realized better tool for estimation is required. Although, modification of past Matlab code is easier way, study of python code is also enjoyable.
As a future plan, I perform CFD for supersonic reference cases via ANSA + StarCCM while improvement for this code will be done.
After completion, analysis for Missile/SCRAMJET/Cruise Missile is on plan
Fig. 1. Part of code based on Python 3
Fig. 2. Sample of flight trajectory of missile
Fig. 3. Sample of output trajectory of Simulation
Fig. 4. Sample of output trajectory of Simulation - Plot of Speed, Altitude, Thrust, and Range
Fig. 5. Sample of CFD analysis plan
안녕하세요! 게시물 정말 잘 보고 있습니다!
답글삭제다름이 아니라 혹시 실례가 안된다면 사용하시는 코드를 좀 볼 수 있을까요?
미사일 관련 과제를 준비하고 있는데 도움이 될 것 같아 말씀드립니다.
감사합니다.