Skip to content

Multi Turbine using Coordinates and Modifying rotor diameter #718

Answered by rafmudaf
donghyeoncheon asked this question in Q&A
Discussion options

You must be logged in to vote

@donghyeoncheon You can scale the inputs in FLORIS similar to what you did in Matlab:

layout_x = 100 * np.array([882.51,883.71,884.82,886.34,888.48,888.07,886.76,885.32,887.92,889.53,890.96,892.56,890.73])
layout_y = 100 * np.array([1758.3,1755.87,1753.26,1751.23,1752.14,1755.57,1758.35,1760.55,1761.95,1759.4,1757.21,1754.7,1753.35])
fi.reinitialize(
    layout_x=layout_x, 
    layout_y=layout_y,
    wind_directions=[270.0],
    wind_speeds=[7.4]
)
fi.calculate_wake()

However, I'm wondering how you got these coordinates. Did you manually convert from lat / long to another form? If not, please describe how you got the x and y values.

Replies: 2 comments 9 replies

Comment options

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

@rafmudaf
Comment options

Comment options

You must be logged in to vote
7 replies
@donghyeoncheon
Comment options

@rafmudaf
Comment options

@donghyeoncheon
Comment options

@rafmudaf
Comment options

Answer selected by donghyeoncheon
@donghyeoncheon
Comment options

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