Modeling Atmospheric Re-entry & Determing Optimal Re-entry Parameters

In summary, the individual is using neural networks to optimize control parameters for atmospheric re-entry to reach a specified target on Earth. They are getting different results from a paper they are referencing and have shared their program and paper for review. Some suggestions for improvement include using a more sophisticated numerical integration method, reducing the step size for entry angle, considering the effect of other control parameters, and exploring the use of neural networks for optimization.
  • #1
roldy
237
2
I'm taking a course in adaptive neural networks and became interested in trying to see if I can use neural networks to find the optimum values for the control parameters in atmospheric re-entry in order to reach a specified target on Earth. I've come across a paper that discusses this and goes into some detail. First and foremost, I need to determine the bounds on the re-entry flight, i.e max and min entry angle to avoid skip-out and excessive g-forces.

I have the equations of motion setup as well as penalty functions for altitude and for pilot g-force loading.

The steepness of the entry angle is determined by increasing the entry angle from 90 to 180 in small steps and solving the pilot penalty minimization problem. The upper bound is the largest entry angle that yields a pilot penalty of no more than 1. I am getting different results from what is shown in the paper.

Procedure:

The program takes initial values for the state variables and uses them in the numerical integration. Numerical integration is stopped when the difference (1 - pilot penalty) <= 0.01 and when the velocity <= Mach 2. This is repeated for the next theta value. I am increasing theta by 1 degree and the time steps by 0.01.

Once I have all the entry angles for the pilot penalty minimization, I then search for the largest of these. This will then be the upper bound.

The files for this project as well as the paper if anyone is interested are here http://www39.zippyshare.com/v/22155505/file.html. The section in the paper that I am working on right now are pages 15-29. If someone could take a look at my program and see if I messed up anywhere that would be awesome.
 
Physics news on Phys.org
  • #2


Hello,

It is great to see your interest in using neural networks for optimizing control parameters in atmospheric re-entry. I have taken a look at your program and the paper you have shared. Firstly, let me say that your approach seems sound and well thought out. However, I do have a few suggestions that could potentially improve your results.

1. Consider using a more sophisticated numerical integration method such as Runge-Kutta instead of the simple Euler method. This can help improve the accuracy of your results.

2. Instead of increasing the entry angle by just 1 degree, you can try using a smaller step size (e.g. 0.1 degrees) to get more data points and a smoother curve. This can also help in finding the optimal upper bound more accurately.

3. It might be helpful to also consider the effect of other control parameters, such as the angle of attack and lift coefficient, on the pilot penalty. This can give you a more comprehensive understanding of the system and potentially lead to better optimization results.

4. Have you considered using a neural network to directly optimize the control parameters instead of using a numerical integration method? This could potentially lead to faster and more accurate results.

I hope these suggestions are helpful to you. Keep up the good work and I wish you success in your project!
 

Related to Modeling Atmospheric Re-entry & Determing Optimal Re-entry Parameters

1. How do you model atmospheric re-entry?

Atmospheric re-entry can be modeled using a variety of methods, including computational fluid dynamics (CFD) simulations, analytical equations, and physical experiments. Each method has its own advantages and limitations, and the choice of method will depend on the specific research question and available resources.

2. What factors affect the optimal re-entry parameters?

The optimal re-entry parameters, such as the angle of attack, velocity, and altitude, are affected by various factors including the shape and size of the spacecraft, the atmospheric conditions, and the desired landing location. Other factors, such as the heat shield material and the control system, can also impact the optimal parameters.

3. How do you determine the optimal re-entry parameters?

The optimal re-entry parameters can be determined through a combination of theoretical analysis and simulations, as well as physical experiments. The goal is to find the parameters that minimize the heat load on the spacecraft and ensure a safe and accurate landing.

4. What challenges are involved in modeling atmospheric re-entry?

Modeling atmospheric re-entry can be challenging due to the complex and dynamic nature of the Earth's atmosphere. Factors such as turbulence, density variations, and chemical reactions can all impact the accuracy of the model. Additionally, the behavior of the spacecraft during re-entry can also be difficult to predict, making it challenging to determine the optimal parameters.

5. How can the results of atmospheric re-entry modeling be applied?

The results of atmospheric re-entry modeling can be applied in various fields, including spacecraft design and development, space mission planning, and space debris analysis. By accurately predicting the behavior of a spacecraft during re-entry, engineers and scientists can make informed decisions to ensure the safety and success of space missions.

Similar threads

  • Sci-Fi Writing and World Building
Replies
9
Views
2K
  • Classical Physics
Replies
2
Views
2K
  • Astronomy and Astrophysics
Replies
1
Views
3K
Replies
1
Views
665
  • Differential Equations
Replies
1
Views
2K
  • Computing and Technology
Replies
4
Views
2K
  • General Math
Replies
5
Views
904
  • Programming and Computer Science
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
18
Views
3K
  • Beyond the Standard Models
Replies
9
Views
752
Back
Top