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

Ahora está siguiendo esta publicación

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.

Citar como

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

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
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