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

Problem in running the solver out of the box #3

Open prathamgit opened 4 months ago

prathamgit commented 4 months ago

Hello. I get the following error when I am running the script "runBlasiusSolver.sh" in a ubuntu 20.04 terminal.

File "/home/pratham/WORKSPACE/hegel_dir/run_dir/flatplate_boundary_layer/2D/compressible-Blasius-solver/compressibleBlasius.py", line 64 global g10 ^^^^^^^^^^ SyntaxError: name 'g10' is assigned to before global declaration

The python version I am using is 3.11.7.

It would be helpful if you can provide a description about how to use the code.

jbrillon commented 3 months ago

Hi there, it should work with Python 2.7! I never tried running it with Python 3