Oblique Shock relations solver function

A function created to solve different cases for oblique shock relations depending on the given data and desired weak or strong solution
200 download
Aggiornato 1 nov 2021

Visualizza la licenza

This function solves the oblique shock relations based on the
relations given in " Modern Compressible Flow With Historical Prespective-John D. Anderson Jr "
  • You can solve for different cases depending on the given data for your problem.
  • You can also decide whether you want the strong or weak solution.
  • the values assigned for the flag1 and flag2 determine the case you want to solve for.
  • variables names ending with 1 refer to the stream before deflection.
  • variables names ending with 2 refer to the stream after deflection.
This my first contribution here I hope people find it useful.

Cita come

Mohamed Hassan (2024). Oblique Shock relations solver function (https://www.mathworks.com/matlabcentral/fileexchange/100898-oblique-shock-relations-solver-function), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0

changed the way some values are calculated from "solve()" to "vpasolve()" because just using normal solve doesn't work on MATLAB versions later than 2017

1.0.0