Info

This question is closed. Reopen it to edit or answer.

How to simulate weather-based wind farm servicing?

1 view (last 30 days)
Hi,
I would like to simulate the weather-based servicing of an offshore wind park over 20 years. Dependent on hourly weather data service can or can not be performed. I would like to simulate a wind farm with 80 turbines, wich shall be serviced every 20 days. Due to bad weather service may not be performed at day 20, but then at day 21.
My plan was to use SimEvents. Do you have an idea of how to start?
Best
  3 Comments
Endric Schenk
Endric Schenk on 16 Apr 2016
Edited: Endric Schenk on 16 Apr 2016
As I´m new in SimEvents I followed Johns advise and started writing. See my first work for a single turbine below:
my from workspace files look like this:
1. Offshore works are randomly generated 2. Weather generation on hourly basis (wave height and wind speed) 3. Available vessels, vessel departing at harbor 4. Time needed for travel and works offshore 5. vessel arriving at harbor
My "bottleneck" actually is the implemenatation of weather series. What I want is: Simulation time is 14 years (131496 hours) equal to the available weather data. Every time a repair work or maintenanace work is generated, it needs to be checked, if wave height and wind speed are in a certain limitation (wave height <2 & wind speed <30). Example: Repair work is generated at time 1223, but wave height is 2,1 repair work needs to be put in a queues until wave height is < 2. Furthermore the wave height and wind speed needs to be in the limitation for at least 4 hours.
Support would be great!

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!