QProp Algorithms

Contents

QProp Algorithms

In this section we will work through the Qprop source files and unwrap the basic algorithm from the code. The theory behind the program is described in one of the documents available on Drela’s MIT website, which is in the reference section of this project.

As an experiment, Python code that implements the original Fortran code found in each file will be presented.

qprop.f

Note

hello from rst

# qprop.f

import sys

def qprop():
    args = sys.argv
    print("hello")