https://github.com/lfariello/hypersonic_aerodynamics
Comparison between the flow field around a cone (3D) and a wedge (2D). Analysis of the Taylor-Maccoll flow field within the supersonic boundary layer of a cone at zero angle of attack in a hypersonic flow.
https://github.com/lfariello/hypersonic_aerodynamics
aerodynamics computational-fluid-dynamics flow-based-programming hypersonic iterative-methods matlab programming
Last synced: 3 months ago
JSON representation
Comparison between the flow field around a cone (3D) and a wedge (2D). Analysis of the Taylor-Maccoll flow field within the supersonic boundary layer of a cone at zero angle of attack in a hypersonic flow.
- Host: GitHub
- URL: https://github.com/lfariello/hypersonic_aerodynamics
- Owner: Lfariello
- License: apache-2.0
- Created: 2025-01-13T17:10:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T17:30:28.000Z (4 months ago)
- Last Synced: 2025-01-13T18:27:33.215Z (4 months ago)
- Topics: aerodynamics, computational-fluid-dynamics, flow-based-programming, hypersonic, iterative-methods, matlab, programming
- Language: MATLAB
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hypersonic_aerodynamics
Comparison between the flow field around a cone (3D) and a wedge (2D). Analysis of the Taylor-Maccoll flow field within the supersonic boundary layer of a cone at zero angle of attack in a hypersonic flow.
Results are compared with those obtained for a wedge under the same asymptotic conditions.
The associated function (AngoloUrto.m) is able to calculate the shock angle using the Newton-Raphson method (iterative method).
The input and output angles are expressed in degrees.
The other associated function (TaylorMaccoll.m) is able to solve the hypersonic conical flow field by integrating the Taylor-Maccoll equations using the direct method. The function takes as input the asymptotic conditions and the flow deflection angle (in radians)
and returns the thermo-fluid dynamic conditions within the shock layer.