Skip to content
Snippets Groups Projects
Commit 9e1db5df authored by Armin Co's avatar Armin Co
Browse files

Use windmill.

parent 820f92ff
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ private:
auto wind = m_wind / 8.3;
auto renewable = (sun + wind) / 2;
m_modell.set_solar_plant(sun);
m_modell.update_windmill_speed(wind);
m_modell.set_windmill_net(wind);
m_modell.set_renewable_net(renewable);
if (m_production.conventional > 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment