Skip to content

How to set up the flow calculation area? #716

Answered by bayc
zevenlordsa asked this question in Q&A
Discussion options

You must be logged in to vote

@zevenlordsa Thanks for reaching out. The warning that you received is meant to alert the user in case there are points outside of their defined heterogenous inputs. In this case, this is occurring because of the default bounds that are used in FLORIS' calculate_horizontal_plane are beyond the bounds that you have defined in your .csv file. If this behavior is acceptable, you don't need to change annything and keep the code as is. If not, a simple fix would be to supply bounds to the calculate_horizontal_plane that are within your defined area using x_bounds and y_bounds, such as below:

horizontal_plane_3d = fi_3d.calculate_horizontal_plane(
    x_resolution=200,
    y_resolution=100,
   …

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@zevenlordsa
Comment options

@zevenlordsa
Comment options

@rafmudaf
Comment options

@zevenlordsa
Comment options

Comment options

You must be logged in to vote
2 replies
@rafmudaf
Comment options

@zevenlordsa
Comment options

Answer selected by zevenlordsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants