Skip to content

Commit

Permalink
begin 3dof uvlm
Browse files Browse the repository at this point in the history
  • Loading branch information
samayala22 committed Jan 28, 2025
1 parent 828c676 commit e22e2e1
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 160 deletions.
6 changes: 3 additions & 3 deletions data/3dof.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ def format_subplot(fig, row, col, xlabel, ylabel):
# Interesting velocities:
# U_vec = [12.7778] # LCO transition
# U_vec = [12.63158]
# U_vec = [12.36842]
U_vec = np.linspace(2, 20, 150)
U_vec = [12.36842]
# U_vec = np.linspace(2, 20, 150)

beta_peaks = []
beta_vel = []
Expand Down Expand Up @@ -475,7 +475,7 @@ def format_subplot(fig, row, col, xlabel, ylabel):
)

dt = 0.02
t_final = 30 * v.omega_alpha
t_final = 15 * v.omega_alpha
vec_t = np.arange(0, t_final, dt)
n = len(vec_t)

Expand Down
Loading

0 comments on commit e22e2e1

Please sign in to comment.