flowprandtlmeyerrad​(gamma,var,mtype)

Version 1.0.0.0 (5.68 KB) by Bob Roos
Calculates the Prandtl-Meyer function for supersonic flows
146 Downloads
Updated 7 Sep 2015

View License

Given one of the three of Mach number, Prandtl-Meyer angle, and Mach angle, flowprandtlmeyerrad calculates the other two. The main differences with flowprandtlmeyer in the aerospace toolbox are that flowprandtlmeyerrad treats the angles in radians, rather than degrees, flowprandtlmeyerrad accepts array inputs for the Prandtl-Meyer angle as well, and the iteration from Prandtl-Meyer angle to Mach number runs significantly faster. Use help flowprandtlmeyerrad for details on usage.
Hopefully for the future: parallel processor support for large arrays of Prandtl-Meyer angle inputs, or better iteration starting guesses for smooth large arrays based on results of previous iterations.

Cite As

Bob Roos (2024). flowprandtlmeyerrad(gamma,var,mtype) (https://www.mathworks.com/matlabcentral/fileexchange/52912-flowprandtlmeyerrad-gamma-var-mtype), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Gamma Functions in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Fixed spelling error in summary
Fixed spelling errors in summary, updated required MATLAB version