From de478f666699895d168f779e9eac7dac225b5373 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Thu, 7 Nov 2024 10:52:00 +0100 Subject: [PATCH] Fix mobile space --- src/components/energy/section-2/index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/energy/section-2/index.tsx b/src/components/energy/section-2/index.tsx index a86d3fb..a8278d0 100644 --- a/src/components/energy/section-2/index.tsx +++ b/src/components/energy/section-2/index.tsx @@ -37,33 +37,33 @@ export default function Section2() { rotate={step !== 'section-2-step-2'} /> -
+
{step !== 'section-2-step-2' ? -
+
Digital twins are revolutionising the way to approach wind farm development and energy management.
-

+

By allowing users to perform simulations that replicate real-world conditions, digital twins can help energy practitioners to map the wind potential of different regions, optimise the location of wind turbines, and predict energy generation.

-

+

The energy output of a wind turbine depends on a variety of factors, the most important being the wind speed at the height at which the turbines are placed. Current state-of-the-art models only provide wind information at 10 metres, whereas wind turbines are normally placed at around 100 metres height, and this requires an interpolation to convert wind speed from 10 to 100 metres.

: -

+

A wind turbine has a specific power curve that is provided by the manufacturer and depends on several factors (e.g. rotor diameter, rated wind speed, etc.). The measure of how much energy a turbine produces compared to its maximum theoretical output, over a certain period of time, is what is called capacity factor. This is a more meaningful variable to the energy industry than wind speed or energy density. Therefore, it is crucial for energy companies to get access to information about the capacity factor to be able to assess energy supply and meet the demand.

-

+

Classic energy models require full time series to generate histograms of the capacity factor, which makes using the outputs of the digital twin challenging. However, a streaming setup allows histograms to be built on the fly. This functionality greatly facilitates the interactivity between the results from the climate models with impact model applications, such as applications used by the energy sector.

}