Power Generated by a Wind Turbine
Power Generated by a Wind Turbine
Determine the power generated by a wind turbine for any geographic location.
(Press Shift + Enter to evaluate.)
In[]:=
CloudImport["https://www.wolframcloud.com/obj/1d1de997-da4b-46b5-b305-99dc1edda1b4","MO"];
Check the model diagram:
In[]:=
sm=SystemModel["Examples.WindTurbine"];sm[{"Diagram",ImageSizeMedium}]
Out[]=
Fetch the wind speed of a location:
In[]:=
windData=WindSpeedData,{DateObject[{2023,1,1}],DateObject[{2023,1,11}]};DateListPlot[windData]
Out[]=
Update the wind speed data in the model:
In[]:=
CreateDataSystemModel["WindPower.Components.Wind",TimeSeriesShift[windData,{{0}}]["Path"]]
Out[]=
Explore the model results:
In[]:=
ResourceFunction["SystemModelManipulate"]"Examples.WindTurbine",,PlotRangeAll,FillingAxis
Snapshot of the dashboard: