Skip to content

Commit

Permalink
Pitt_Peters input details
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsGaukroger committed Jun 22, 2021
1 parent 2140187 commit cdf81e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file modified A1_Dynamic Inflow/__pycache__/utilities_DI.cpython-38.pyc
Binary file not shown.
8 changes: 8 additions & 0 deletions A1_Dynamic Inflow/main_uBEMT.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
CT_step['results'].append(Calc.Results)


#%% A.2 - Sinusoidal change in quasi-steady thrust coefficient

#Define time array and reduced frequency
time_arr = np.arange(0,10,0.01)
omega = np.arange(0.05,0.301,0.05)






0 comments on commit cdf81e0

Please sign in to comment.