Skip to content

Commit

Permalink
Switch viz_by_sweep to False.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Aug 26, 2024
1 parent 625c934 commit e42b4f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# # Some wake models may not yet have a visualization method included, for these cases can use
# # a slower version which scans a turbine model to produce the horizontal flow
x = np.array([-100, 0, 100, 200, 300, 400, 500, 600])
v = np.array([[0, 1, 2, 3, 4, 5, 6, 7]])
v = -np.array([[0, 1, 2, 3, 4, 5, 6, 7]])

het_inflow_config = {
"x": np.repeat(x, 2),
Expand Down

0 comments on commit e42b4f4

Please sign in to comment.