Visualization capabilities per model #565
rafmudaf
started this conversation in
v3 Design Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The wake models included in FLORIS have different levels of visualization capabilities and requirements, so these are documented here for further discussion.
In general, the visualization capabilities rely on support for particular types of grids (see grid.py). For plotting the wind velocities at the rotor, the
RotorGrid
is required. For plotting the wake profile in the flow field domain as a 2D slice, theFlowFieldGrid
must be supported. A few of these visualization capabilities are captures in this example, but there is not one place where all are displayed.Beta Was this translation helpful? Give feedback.
All reactions