Controls the flow of the program.
More...
|
| python.Control.filename = sys.argv[1] |
|
| python.Control.outfile = open("log.txt", "a") |
|
| python.Control.end |
|
| python.Control.file |
|
| python.Control.inParams = InputParameters.InputParameters(filename) |
|
| python.Control.J_tol = Calculations.func_J_tol(inParams) |
|
| python.Control.q = Calculations.func_q(inParams) |
|
| python.Control.q_hat = Calculations.func_q_hat(inParams, q) |
|
| python.Control.q_hat_tol = Calculations.func_q_hat_tol(inParams, J_tol) |
|
| python.Control.J = Calculations.func_J(inParams, q_hat) |
|
| python.Control.NFL = Calculations.func_NFL(inParams, q_hat_tol) |
|
| python.Control.B = Calculations.func_B(inParams, J) |
|
| python.Control.LR = Calculations.func_LR(inParams, NFL) |
|
| python.Control.P_b = Calculations.func_P_b(B) |
|
| python.Control.isSafeLR = Calculations.func_isSafeLR(LR, q) |
|
| python.Control.isSafePb = Calculations.func_isSafePb(inParams, P_b) |
|
Controls the flow of the program.
- Author
- Nikitha Krithnan and W. Spencer Smith
- Note
- Generated by Drasil v0.1-alpha