User-interface API design #825
rafmudaf
started this conversation in
v4 Design Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FLORIS user-facing API design development
See #801 and #823 for discussion on
.set()
and.run()
.See #805 for a redesign of the visualization functions.
Additional questions
Calculate Plane functions
#823 introduces a new workflow for changing settings and running the wake calculation. A characteristic flow is:
The pattern is set -> run -> post process. However, the
calculate_*_plane
functions still accept wind direction, wind speed, and operation set-points which deviates from the pattern above.calculate_
still the right name?Beta Was this translation helpful? Give feedback.
All reactions