jbrillon / compressible-Blasius-solver

Robust solver for the compressible Blasius equations for laminar, high-speed flow, boundary layers over a flat plate.
9 stars 1 forks source link

Request #2

Closed KORAREO closed 1 year ago

KORAREO commented 1 year ago

Could you please make using Matlab? if possible?

jbrillon commented 1 year ago

What exactly do you by 'make' using Matlab?

KORAREO commented 1 year ago

I mean the whole process

jbrillon commented 1 year ago

Feel free to re-write it in MATLAB if you wish and open a pull request. However I am not planning to develop this code any further, it was written in an open-source language so that it is accessible by everyone.

If you would like to run it yourself, modify the following lines to set the viscosity model and the desired boundary condition: https://github.com/jbrillon/compressible-Blasius-solver/blob/26bd12aac0d23370be8258fedb259f52efb76b53/compressibleBlasius.py#L190-L191

Then, to run the code, I believe all you need to do is call python compressibleBlasius.py.