Articles | Volume 6, issue 3
https://doi.org/10.5194/wes-6-949-2021
https://doi.org/10.5194/wes-6-949-2021
Research article
 | 
23 Jun 2021
Research article |  | 23 Jun 2021

Optimal scheduling of the next preventive maintenance activity for a wind farm

Quanjiang Yu, Michael Patriksson, and Serik Sagitov
Abstract

A large part of the operational cost for a wind farm is due to the cost of equipment maintenance, especially for offshore wind farms. How to reduce the maintenance cost, and hence increase profitability, is this article's focus. It presents a binary linear optimization model whose solution may inform the wind turbine owners about which components, and when, should undergo the next preventive maintenance (PM) replacements. The suggested short-term scheduling strategy takes into account eventual failure events of the multi-component system – in that after the failed system is repaired, the previously scheduled PM plan should be updated, assuming that the restored components are as good as new.

The optimization algorithm of this paper, NextPM, is tested through numerical case studies applied to a four-component model of a wind turbine. The first study addresses the important case of a single component system, used for parameter calibration purposes. The second study analyses the case of seasonal variations of mobilization costs, as compared to the constant mobilization cost setting. Among other things, this analysis reveals a 35 % cost reduction achieved by the NextPM model, as compared to the pure corrective maintenance (CM) strategy. The third case study compares the NextPM model with another optimization model – the preventive maintenance scheduling problem with interval costs (PMSPIC), which was the major source of inspiration for this article. This comparison demonstrates that the NextPM model is accurate and much faster in terms of computational time.

1 Introduction

Wind energy is one of the lowest-priced renewable energy technologies available today; see Lazard (2020). A large part of the total cost associated with wind turbines is due to operation and maintenance, amounting to 34 % for the fixed-bottom offshore wind turbines, according to Stehly and Beiter (2020). To reduce the maintenance cost, one can improve the design of the components, making them more reliable. One can also reduce the maintenance costs by means of an improved scheduling of the maintenance activities for still-functioning components depending on their current age. The latter task is the main concern of this paper, which proposes an optimization model for preventive maintenance (PM) scheduling of a wind turbine or even a farm of wind turbines. Notice that, in this paper, by PM activities we do not mean the practice of regular inspection of the component's condition. Our concern is the optimal planning of preventive replacements of the components based on their current age.

Typically, a maintenance model distinguishes between a corrective maintenance (CM) event, when a component should be attended after it breaks down, and a PM event, when one or several older components are renewed before they break down, see the recent survey (Lee and Cha2016). An optimal PM scheduling is aimed at reducing the lost production due to the downtime caused by CM events.

There is a multitude of papers devoted to the optimal PM scheduling for multi-component systems; see Werbińska-Wojciechowska (2019). The article Jafari et al. (2018) proposes a joint optimization of the maintenance policy and the inspection interval for a multi-unit series system with economic dependence. It develops an algorithm aiming at a maintenance policy for a multi-component system minimizing the maintenance cost, under the assumption that one unit of the system is subject to condition monitoring, while for the other units only the age information is available. Tian et al. (2014) develop a method to quantify the uncertainty of the remaining life length, resulting in an effective condition-based maintenance approach to optimal scheduling.

The article Sarker and Faiz (2016) looks at opportunistic maintenance (OM), which is a special kind of a PM activity occurring at the time of a CM replacement: replacing still-functioning components together with the broken one may save some mobilization costs. OM activities are shown to be extremely beneficial for the offshore wind farms, due to the large mobilization costs.

In Moghaddam and Usher (2011), optimization models are developed to determine the optimal PM schedules in repairable and maintainable systems. They show that if mobilization costs are the same irrespective of the number of components to be attended, then multiple simultaneous PM activities become cost-effective. However, their optimization models are nonlinear and non-convex, which makes them computationally hard to solve; see Sect. 1.3 in Andreasson et al. (2020).

The preventive maintenance scheduling problem with interval costs (PMSPIC) model from Gustavsson et al. (2014) was the major inspiration for this work. The main feature of the PMSPIC model is the idea of interval cost: given a time interval between two consecutive PM activities, the expected maintenance cost should take into account eventual breakdowns of components during this time interval. The PMSPIC model has a long computational time, which motivated us to build a new optimization model for PM scheduling of a wind turbine.

In this paper, we build on the state of the art with a new algorithm, NextPM. Given the current ages of the key components of the system, NextPM computes the best time to perform the next maintenance activity and determines which components should be replaced at that time. The algorithm can be solved in 1 s and thus has a potential for being used as a key module in a maintenance scheduling app for wind turbines.

The paper is organized as follows. Section 2 presents a novel optimization model for maintenance scheduling of a multi-component system. In the context of wind farm maintenance, each wind turbine is viewed here as a system comprising multiple components such as the gearbox, power generator, rotor, and main bearing. Whenever one of the components is broken, the whole system stops functioning. After the broken component is replaced by a new one, the system resumes its function. It is assumed that at time 0 all components of the system are new and that the total lifespan of the system is T units of time. The model has a discrete time setting t=0, 1, …, T, where the unit of time can be either a day, a month, or a year, depending on a concrete application; see Browell et al. (2016) for a maintenance scheduling with only 1 d ahead. In the same Sect. 2, the main result of the paper is summarized as Algorithm 1, aiming at an optimal PM schedule for the time period [sT] with an arbitrary starting time s[0,T-1]. Figure 1 gives a non-technical description of the algorithm.

https://wes.copernicus.org/articles/6/949/2021/wes-6-949-2021-f01

Figure 1Flow diagram of the optimization algorithm involving NextPM as a major step.

Download

The key ingredient of Algorithm 1, the NextPM optimization model, is carefully described in Sect. 3. Section 4 contains several numerical studies that demonstrate the flexibility of our approach, its accuracy, and computational effectiveness. Finally, Sect. 5 presents the main conclusions of the paper.

2 Optimal rescheduling algorithm

Consider a system composed of n components characterized by different life length distributions. For the component j, it is assumed that its total life length Lj is a random variable having a Weibull distribution with parameters (αjβj), so that the corresponding survival function is

(1) P L j > t = e - t α j β j , t 0 , j = 1 , , n ;

see Guo et al. (2009) concerning the use of the Weibull distribution for the modeling of multi-component systems. The means and variances of the component life lengths are the following functions of the Weibull parameters:

(2) μ j = α j Γ 1 + 1 β j , σ j 2 = α j 2 Γ 1 + 2 β j - μ j 2 , j = 1 , , n .

Besides the Weibull parameters (αjβj), j=1, …, n, our optimization model requires the following parameters associated with various maintenance costs: dt is the time-dependent mobilization cost for either a PM or CM activity, t=0, …, T, bj is the CM cost of the component j=1, …, n, and cj is the PM cost of the component j=1, …, n. The full set of the model parameters {d1, …, dT,(α1,β1,b1,c1),,(αn,βn,bn,cn),λ} includes an extra parameter λ introduced in Sect. 3.2 by Eq. (11).

Suppose that the multi-component system is observed at some time s[0,T-1], and the latest maintenance times of components j=1, …, n are known to be tj[0,s], so that at the time s, the n components have the effective ages (st1, …, stn). The NextPM optimization model described in Sect. 3 has the input (t1, …, tn, s, r), where r[s+1,T] is the end of the current planning period. The output of NextPM is a PM plan specifying the optimal time τ[s+1,r+1] of the next PM event, as well as the set of components P{1,,n} which should be maintained at the time τ. In particular, the output τ=r+1 means that no PM activity should be scheduled during the planning period [s+1,r], implying that the set 𝒫 is empty.

The NextPM model is the key module of the following Algorithm 1 aiming at the long-term PM scheduling until the end time T, at which the whole system is expected to be dismantled; see Fig. 1 for a flow chart illustrating the major steps of Algorithm 1.

https://wes.copernicus.org/articles/6/949/2021/wes-6-949-2021-g01

Algorithm 1 relies on a rescheduling procedure, where each NextPM step covering rs units of the planning time is accompanied by a NextOM module. The latter is a modification of the NextPM step (see Sect. 3.5), which addresses the possibility of a component failure before the planned PM, followed by an OM activity.

3 An optimal plan for the next preventive maintenance

This section sets up the optimization model NextPM, which is the key ingredient of Algorithm 1 summarized in Sect. 2. The optimization model PMSPIC of Gustavsson et al. (2014) was a major motivation for NextPM, and we start by comparing these two approaches using Figs. 2 and 3, which illustrate two different definitions of the objective functions for two optimization models in question.

https://wes.copernicus.org/articles/6/949/2021/wes-6-949-2021-f02

Figure 2A flow diagram demonstrating how the PMSPIC calculates the objective function for a given feasible maintenance plan.

Download

https://wes.copernicus.org/articles/6/949/2021/wes-6-949-2021-f03

Figure 3A flow diagram demonstrating how NextPM model calculates the objective function for a given feasible maintenance plan with s=0.

Download

The main difference between PMSPIC and NextPM model is that while PMSPIC generates a maintenance plan for the whole lifetime of the wind turbine, the NextPM model produces an optimal schedule only for the next PM activity. To this end, PMSPIC looks into the total maintenance cost, while NextPM aims at minimizing the time average maintenance cost.

3.1 NextPM model

The purpose of the NextPM model is to produce an optimal PM plan for the period [s+1,r], where the planning time span rs is chosen so that it is reasonable to expect at most one PM event during time rs. For a given planning period [s+1,r][0,T], an (s,r) plan is defined as a collection (z, x1, …, xn) of vectors

z=zs+1,,zr+1,xj=xs+1j,,xr+1j,j=1,,n,

with binary coordinates zt, xtj{0,1}, which satisfy the following linear conditions:

(3)t=s+1r+1xtj=1,j=1,,n,(4)xtjzt,t=s+1,,r+1,j=1,,n.

For t=s+1, … r, the equality xtj=1 means that according to the (sr) plan, component j should undergo a PM replacement at time t, provided no component failure during the time period [s+1,t]. In contrast, the equality xr+1j=1 means that according to the (sr) plan, no PM activity should involve component j during the time period [s+1,r]. On the whole system level, the equality zt=1 means that according to the (sr) plan, at least one component should undergo a PM replacement at time t, provided no component failure during the time period [s+1,t], and the equality zr+1=1 means that according to the (sr) plan, no PM activity is scheduled for the time period [s+1,r].

The NextPM optimization model is built around the objective function:

(5) f z , x 1 , , x n = t = s + 1 r + 1 1 t - s d t z t + c s , t 1 x t 1 + + c s , t n x t n ,

where dtzt stands for the mobilization cost and the terms cs,tj are the so-called interval costs defined in Sect. 3.2. The objective function (Eq. 5) can be viewed as the time average maintenance cost per time unit according to the (st) plan (z, x1, …, xn).

Let (z, x) be the solution to the linear optimization problem

(6) minimize f z , x 1 , , x n

over all (st) plans subject to the linear constraints

(7) D s , t j x t j 0 , t = s + 1 , , r , j = 1 , , n ,

where Ds,tj is defined in Sect. 3.3 as the PM benefit for the component j at time t. Then the NextPM algorithm (τ𝒩) computes the optimal time of the next PM by

τ=minjargmaxtxtj

and determines the set of the components that should undergo the maintenance activities at time τ using

N=j:xτj=1,j=1,,nifτr,ifτ=r+1.

3.2 Definition of modified interval costs cs,tj

Here we deal with the term cs,tj appearing in the objective function (Eq. 5) of the optimization model NextPM. The main idea is to define cs,tj as the fixed PM cost cj plus the expected additional costs due to eventual failures of the component j occurring prior to the planned PM activity at time t.

To this end, consider n independent sequences of renewal times with a delay by letting Us,0j=s,

(8) U s , 1 j = t j + L 1 j , L 1 j = d L j | L j > s - t j ,

where =d means equality in distribution (conditional distribution in the above formula), and

(9) U s , i + 1 j = U s , i j + L i j , L i j = d L j , for i = 2 , 3 , ,

assuming that the random variables (Lij) are mutually independent. Notice that in the important particular case s=0, this definition simplifies, so that for each j, the sequence {U0,ij}i0 describes a renewal process without a delay.

Treating Us,1j, Us,2j, … as the sequence of consecutive failure times of the component j, put

(10) c s , t j := c j + E i = 1 1 U s , i j t G j U s , i - 1 j , L i j , t - s ,

where the cost functions

(11) G j ( s , u , v ) = b j + d s + u - u v λ c j + d s + v , 0 u v ,

involve a new parameter λ>0 assumed to be independent of j=1, …, n. The definition of the cost function (Eq. 11) further develops the key idea of Sect. 5.1 in Gustavsson et al. (2014). It describes the additional cost implied by an eventual breakdown of component j before the planned PM activity.

The expression (Eq. 11) is suggested as a compromise between two extreme cases: a failure at the start of the planning period, u=0, and a failure just before the planned PM replacement, u=v=t-s. If u is close to 0, then the failure at time s+u will not change the PM plan, implying that the much smaller additional cost

(12) G j ( s , 0 , t ) = b j + d s

is the sum of the CM cost bj and the mobilization cost ds at time s. On the other hand, if u is close to v=t-s, then the additional cost

(13) G j ( s , t , t - s ) = b j - c j

is simply the difference between the CM and PM costs. For u(0,v), the expression on the right-hand side of Eq. (11) produces an additional cost which lies between the extreme values (Eqs. 12 and 13). The role of the parameter λ is to control to what extent the proximity of the failure time to the planned PM time influences the extra costs. For example, if λ=1 the intermediate cost is found by a linear extrapolation.

3.3 Definition of Ds,tj

The constraint (Eq. 7) arises as a checkup step to ensure that a suggested PM at time t brings some benefit, as compared to a simple strategy when no PM is performed. With the PM-free strategy, the total maintenance cost (including mobilization costs) for the component j during the period [sT] would be

Ei=11Us,ijTbj+dUs,ij.

Alternatively, if the plan is to perform a PM for the component j at time t, and then to perform replacements of the component j whenever it breaks down, then the total cost would be

cs,tj+Ei=11t+U0,ijTbj+dt+U0,ij.

Taking into account the difference between these two total costs,

(14) D s , t j = E i = 1 1 U s , i j T b j + d U s , i j - c s , t j - E i = 1 1 t + U 0 , i j T b j + d t + U 0 , i j ,

we conclude that the planned PM of the component j at time t is justified only if Ds,tj0.

3.4 Complete optimization model of NextPM

Here we put together the complete optimization model of the NextPM step:

minimizefz,x1,,xn:=t=s+1r+11t-sdtzt+cs,t1xt1++cs,tnxtn,subjecttot=s+1r+1xtj=1,j=1,,n,ztxtj,t=s+1,,r+1,j=1,,n,Ds,tjxtj0,t=s+1,,r,j=1,,n,zt{0,1},t=s+1,,r+1,xtj{0,1},t=s+1,,r+1,j=1,,n.

3.5 NextOM model

The NextOM step of Algorithm 1 is a specialized version of the NextPM step described above. The input vector of the NextOM algorithm

i,t1,,ti-1,ti+1,,tn,s

treats i as the label of the component whose failure at some time during [s,s+1) has triggered the OM planning step. For a pair {s,i}, an {si} plan is any set of vectors (z, x1, …, xn) whose components are two-dimensional vectors

(15) z = z s + 1 , z s + 2 , x j = x s + 1 j , x s + 2 j , j = 1 , , n ,

with binary coordinates zt, xtj{0,1} satisfying the following linear conditions:

(16)t=s+1s+2xtj=1,j=1,,n,(17)xs+1(i)=1,(18)ztxtj,t=s+1,s+2,j=1,,n.

Observe that, necessarily, zs+1=1.

The NextOM optimization model uses the following modified version of the objective function (Eq. 5):

(19) f i z , x 1 , , x n = t = s + 1 s + 2 1 t - s d t z t + j i c s , t j x t j ,

where cs,tj is defined in Sect. 3.2. Let (z, x) be the solution to the linear optimization problem

(20) minimise f i z , x 1 , , x n

over all {si} plans subject to the linear constraints

(21) D s , s + 1 j x s + 1 j 0 , j = 1 , , i - 1 , i + 1 , , n ,

where Ds,tj is defined in Sect. 3.3. The output of the NextOM is given by the set

O=j:xτj=1,j=1,,i-1,i+1,,n,

consisting of the labels of the components which will be opportunistically maintained along with the component i undergoing a CM activity.

4 Numerical studies

The three case studies analyzed in this section treat a wind turbine as a system represented by four components. They are all based on the parameter values taken from the paper Tian et al. (2011) (see Table 1), where the cost unit is USD 1000 and the time unit is 1 month. The lifetime of the wind turbine is assumed to be 30 years. This implies the parameter value T=360 months. As to other model parameters, it is assumed that

s=0, which implies that all four components initially are as good as new;

r=60 months – see Sect. 4.1 for motivation; and

λ=3, based on Gustavsson et al. (2014).

Comparing the characteristics of four wind turbine components shown in Table 1, it is important to observe a strict ordering from the perspective of the associated PM costs. For example, consider components 1 and 2. The rightmost column says that the expected life length of the gearbox is smaller by 18.5 months, which on its own suggests a higher rate of replacements for the component 1. But even the other two parameters, CM cost and PM cost, are ordered in a way b1>b2, c1>c2, which is favorable for more frequent replacements of component 1 compared to component 2.

Table 1Key parameters for a four-component system.

Download Print Version | Download XLSX

All computational tests are performed on an Intel 2.40 GHz dual-core Windows PC with 16 GB RAM. The mathematical optimization models are implemented in AMPL IDE (version 3.5); the model components (Eqs. 10 and 7) are calculated by MATLAB (version R2015b), and then the optimization problems are solved using CPLEX (version 12.8).

4.1 Study 1: focusing on a single component at a time

If n=1, dtd, and s=0, the objective function (Eq. 5) takes the form

(22) f ( x ) = t = 1 r + 1 a t x t , a t = d + c t t ,

where given a sequence of independent random variables Li=dL with L having a Weibull (αβ) distribution,

(23) c t = c + E i = 1 1 L 1 + + L i t b + d - L i t λ ( c + d ) .

In the single component setting, coefficient at in Eq. (22) describes the monthly maintenance cost if the next PM is planned at time t (assuming that at time 0 the component was as good as new). In this section, we analyze the behavior of the function at under some realistic model parameters. It turns out, in the current setting, that minimizing the objective function (Eq. 5) is equivalent to minimizing at over t=1, …, r+1, and, moreover, the constraint (Eq. 7) can effectively be disregarded. As a result of this analysis, we propose r=60 months as a practical length of the planning period for our algorithm.

Figure 4 presents a typical profile for the monthly maintenance cost at as a function of the time t of the next PM planned activity. The inset of Fig. 4 clearly shows that the best time for next PM is at τ=43 given the mobilization cost of d=USD 5000. The maintenance cost in this case is a43=USD 1700 per month.

https://wes.copernicus.org/articles/6/949/2021/wes-6-949-2021-f04

Figure 4Monthly maintenance cost for the gearbox with the mobilization cost d=5000.

Download

The same value τ=43 can be also seen on the lowest among four lines depicted on Fig. 5 if parameter d, shown on the horizontal axis, takes a value of 5. The gearbox line on Fig. 5 displays larger values of τ for higher mobilization costs d. The same pattern is seen for the other three components taken one at a time.

Now we are ready to explain how the results of our analysis justify the proposed value r=60 months for the length of the next PM planning period. The ideal choice of r must satisfy two contradicting requirements. On the one hand, r should not be very small to avoid too many NextPM steps in Algorithm 1 advising for no PM activities during the next planning period. On the other hand, a smaller value of the parameter r would significantly reduce the computational time of the NextPM model. As a compromise solution, we choose r in such way that at least one PM activity is expected to be scheduled during the planning horizon. Since gearbox is expected to be replaced most often, referring to Figs. 4 and 5, we take the value of r=60 months for our case studies.

https://wes.copernicus.org/articles/6/949/2021/wes-6-949-2021-f05

Figure 5The optimal next PM time τ as a function of the mobilization cost d for different single-component systems.

Download

4.2 Study 2: seasonal effects

In this section, we study how different mobilization costs dt result in different optimal PM schedules. Part A presents a baseline study of a pure CM strategy with no PM activities. Part B deals with seasonally changing dt around the average value d=USD10000. Part C takes up a similar case with a lower average mobilization cost d=USD5000.

4.2.1 Part A

Consider the simplest wind turbine maintenance strategy when the PM option is ignored and a CM activity is performed whenever a turbine component breaks down. This baseline case study will help us to evaluate how much can be saved by introducing PM planning.

Table 2Summary of the NextPM results for d=USS10000.

Download Print Version | Download XLSX

The total cost associated with the pure CM strategy is estimated based on the random number of failures over the time interval [0, T] for all n components

(24) F ( T ) = j = 1 n E i = 1 1 V i j T d V i j + b j = j = 1 n 0 T d u + b j d H j ( u ) ,

where Hj are the corresponding renewal functions

(25) H j ( t ) = E i = 1 1 V i j t , t > 0 , j = 1 , , n .

According to the standard renewal theory (see for example Grimmett and Stirzaker2020), for large values of T,

(26) F ( T ) T j = 1 n 1 T μ j 0 T d u + b j d u = j = 1 n d + b j μ j ,

where

d=d1++dTT.

Applying this approximation to the four-component model of the wind turbine, the monthly maintenance costs for the pure CM strategy are computed to be USD 7396 for d=USD5000 and USD 7618 for d=USD10000.

4.2.2 Part B

To address the seasonal effects of the mobilization costs dt, the following mobilization costs (in thousands of USD) for different months in a year are used.

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
15 13 11 9 7 5 5 7 9 11 13 15



It is assumed that the mobilization costs for different months are different, but for the same month in different years they are the same. In this case, the average mobilization cost is d=USD10000. The given monthly costs are based on a discussion with the experts affiliated with the Swedish Wind Power Technology Centre (SWPTC). Table 2 summarizes the results produced by the NextPM algorithm applied to the following three settings:

Winter start scenario.

If the wind turbine starts functioning in January, then the mobilization costs dt (in thousands of USD) follow the following periodical dynamics over time t=1, 2, …:

d1=15,d2=13,,d12=15,d13=15,d14=13,
Summer start scenario.

If the wind turbine starts functioning in July, then the mobilization costs dt are taking the values (in thousands of USD):

d1=5,d2=7,,d12=5,d13=5,d14=7,
Constant mobilization cost scenario.

This scenario has no seasonal effect in that for each month t, the mobilization cost dt is the same: d1=10, d2=10, d3=10, … (in thousands of USD).

Our results suggest (as a consequence of high mobilization costs) performing PM to all four components at a certain time, irrespective of the scenario. With the summer start setting, the average monthly maintenance cost is somewhat lower. Notice that in all of the seasonal settings, the proposed PM activities are scheduled for summer months (having lower mobilization costs). Observe that all three monthly averages (USD 5010, 4979, 5061) are much lower than the baseline value USD 7618 obtained in Part A.

4.2.3 Part C

In this section, the mobilization costs are halved to contrast the results of Part B, so that d=USD5000 and dt take the following values (in thousands of USD) depending on which month of the year lies behind the time parameter t.

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
7.5 6.5 5.5 4.5 3.5 2.5 2.5 3.5 4.5 5.5 6.5 7.5



The new results presented in Table 3 are drastically different from the results of Part B.

Table 3Summary of the NextPM results for d=USD5000.

Download Print Version | Download XLSX

According to Table 3, in the winter start setting, the optimal next PM plan suggests a PM activity on month 43 only for component 1, the gearbox. With the seasonal mobilization cost, the next PM is always planned during the summer since the mobilization cost is low then. Again, the most economic among the three scenarios is to start in the summertime, with the optimal plan being to perform the next PM activity on month 48 by replacing the components 1 and 2.

Table 4Outputs of the NextPM and PMSPIC models for d=USD 1000.

Download Print Version | Download XLSX

Table 5Outputs of the NextPM and PMSPIC models for d=USD 5000.

Download Print Version | Download XLSX

Table 6Outputs of the NextPM and PMSPIC models for d=$10000.

Download Print Version | Download XLSX

The optimal times for the next PM activity have landed in the range between 43 and 50 months and seem to be quite short. This is explained by the particular choice of the model parameters presented in Table 1: under the assumption of independence between the lives of the four components, the average time until the first failure is slightly below 50 months. (Notice that in this case study, the estimated parameters for the components' life lengths are based on the data collected for wind turbines from year 1994 to 2004. For the modern wind turbines, the mean survival times will be longer.) Another important contributing factor is the assumption of low PM costs, with higher PM costs the optimal next PM activity would be scheduled at a later time. In the special case with equal PM and CM costs, the optimal solution is to forget about PM planning and fully rely the pure CM strategy.

Comparison of the results of Part B and Part C with those of Part A shows that implementation of the PM planning reduces maintenance costs by 35 %.

4.3 A performance comparison with PMSPIC

In this case study, we compare the outputs of the NextPM model and the optimization model PMSPIC. A comparison of the NextPM model with the PMSPIC model is not a straightforward exercise, since the latter produces a maintenance plan for the whole lifespan [0, T] of the multi-component system in question. To make a fair comparison, we characterize both approaches in terms of the time average maintenance costs. The following three tables summarize the results for three values of the constant mobilization cost d:

Tables 46 reveal that the next PM schedules produced by NextPM and PMSPIC are quite similar. The observed small differences in the maintenance costs do not imply that PMSPIC gives better solutions, since NextPM calculates the maintenance costs within a different modeling framework. The main advantage of NextPM compared to PMSPIC is in the computational speed. The effectiveness of the algorithms is reported in the two rightmost columns. The “MATLAB” column gives the time it takes to generate the main parameters of the model. For the NextPM the number of parameters is much smaller, and they are cs,tj, Ds,tj. The “AMPL” column gives the time it takes to solve the optimization model. For example, if d=USD 10 000, the NextPM optimization runs 10 000 times faster than the PMSPIC optimization.

For d=USD 5000, the NextPM calculations are performed with the time unit being 3 d. The results are rather similar to those obtained for the time unit 1 month. Solving this problem with AMPL has required a time increase from 0.01 to 0.08 s caused by a 10-fold increase of the number of the time steps. The corresponding increase in the AMPL time for the PMSPIC model was much more dramatic: it takes more than 11 h to solve the full optimization problem.

5 Conclusions

This article introduces a new NextPM optimization model aiming at PM scheduling for a wind turbine viewed as a multi-component system. Which of the components should undergo PM replacements first is decided based on the information on the component ages. Compared to the PMSPIC model from Gustavsson et al. (2014) that generates a maintenance plan for the whole lifetime of the wind turbine, the NextPM model produces an optimal schedule only for the next PM activity. By focusing on a shorter planning horizon and implementing a different model structure, we succeeded in substantially reducing the computational time.

NextPM is tested with three case studies based on the data for four components of the wind turbine taken from Tian et al. (2011). Under the seasonal variation, our results show that PM activities should be always scheduled in the summertime. This is due to the lower mobilization costs during the summer months. When the NextPM model is compared to the pure CM strategy, it is found that around 35 % of the maintenance costs can be saved by applying the NextPM model. The third case study compares the performances of NextPM and PMSPIC algorithms, demonstrating the accuracy of the NextPM model despite being much less complex than PMSPIC.

In this paper our NextPM model is applied to a system of four components belonging to a single wind turbine. However, we claim that our approach can handle the case of, say, 10 turbines with 80 components in total (the computational time required by our algorithm grows linearly with the increased number of components, while PMSPIC's computational time grows exponentially fast).

The notable limitation of our setting is that it neglects such important maintenance activities as inspections and minor and major repairs. By considering full replacements as the only kind of CM and PM activities allowed in the model, we were able to tame the mathematical challenge of the problem in hand. Still, even within this simplified model framework, our computational analysis may bring useful insights of more efficient PM planning, depending on a few key parameters of a concrete wind farm. Our results should be viewed as a first promising step towards a much more sophisticated mathematical optimization model that would take into account available condition monitoring data and even recognize the difference in the failure rates for minor repairs, major repairs, and component replacements.

Code and data availability

The code used to calculate the parameters is in MATLAB; the code is available on https://github.com/QuanjiangYu/NextPM-model/tree/main/matlab (last access: 18 June 2021) (Yu2021a). To solve the model, AMPL is used; the code is available on https://github.com/QuanjiangYu/NextPM-model/tree/main/ampl (last access: 18 June 2021) (Yu2021b). The data used to solve the model are available on https://github.com/QuanjiangYu/NextPM-model/tree/main/data (last access: 18 June 2021) (Yu2021c).

Author contributions

QY developed the theoretical formalism, performed the analytic calculations, and performed the numerical simulations. SS, QY, and MP contributed to the final version of the manuscript.

Competing interests

The authors declare that they have no conflict of interest.

Acknowledgements

We acknowledge the financial support from the Swedish Wind Power Technology Centre at Chalmers, from the Gothenburg University Library, and from the Swedish Research Council (grant no. 2014-5138). Special thanks to the director of SWPTC, Ola Carlson, for his constructive recommendations. The valuable comments of four reviewers helped considerably in improving the quality of our manuscript.

Financial support

The article processing charges for this open-access publication were covered by the Gothenburg University Library.

Review statement

This paper was edited by Katherine Dykes and reviewed by Jonas Kaczenski and Miriam Noonan.

References

Andreasson, N., Patriksson, M., and Evgrafov, A.: An introduction to continuous optimization: foundations and fundamental algorithms, Courier Dover Publications, Dover, 2020. a

Browell, J., Dinwoodie, I., and McMillan, D.: Forecasting for day-ahead offshore maintenance scheduling under uncertainty, in: Proceedings of the European Safety and Reliability (ESREL) Conference, September 2016, University of Strathclyde, Strathclyde, 2016. a

Grimmett, G. and Stirzaker, D.: Probability and random processes, Oxford University Press, Oxford, 2020. a

Guo, H., Watson, S., Tavner, P., and Xiang, J.: Reliability analysis for wind turbines with incomplete failure data collected from after the date of initial installation, Reliabil. Eng. Syst. Safe., 94, 1057–1063, 2009. a

Gustavsson, E., Patriksson, M., Strömberg, A.-B., Wojciechowski, A., and Önnheim, M.: Preventive maintenance scheduling of multi-component systems with interval costs, Comput. Indust. Eng., 76, 390–400, 2014. a, b, c, d, e

Jafari, L., Naderkhani, F., and Makis, V.: Joint optimization of maintenance policy and inspection interval for a multi-unit series system using proportional hazards model, J. Operat. Res. Soc., 69, 36–48, 2018. a

Lazard: Lazard's Levelized Cost of Energy Analysis – Version 14.0, available at: https://www.lazard.com/media/451419/lazards-levelized-cost-of-energy-version-140.pdf (last access: 18 June 2021), 2020. a

Lee, H. and Cha, J. H.: New stochastic models for preventive maintenance and maintenance optimization, Eur. J. Oper. Res., 255, 80–90, 2016. a

Moghaddam, K. S. and Usher, J. S.: Sensitivity analysis and comparison of algorithms in preventive maintenance and replacement scheduling optimization models, Comput. Indust. Eng., 61, 64–75, 2011. a

Sarker, B. R. and Faiz, T. I.: Minimizing maintenance cost for offshore wind turbines following multi-level opportunistic preventive strategy, Renew. Energ., 85, 104–113, 2016. a

Stehly, T. J. and Beiter, P. C.: 2019 Cost of Wind Energy Review, Tech. rep., NREL – National Renewable Energy Lab., Golden, CO, USA, 2020.  a

Tian, Z., Jin, T., Wu, B., and Ding, F.: Condition based maintenance optimization for wind power generation systems under continuous monitoring, Renew. Energ., 36, 1502–1509, 2011. a, b

Tian, Z., Wu, B., and Chen, M.: Condition-based maintenance optimization considering improving prediction accuracy, J. Oper. Res. Soc., 65, 1412–1422, 2014. a

Werbińska-Wojciechowska, S.: Technical system maintenance, Delay-time-based modelling, Springer International Publishing, Cham, Switzerland, 2019. a

Yu, Q.: NextPM-model/matlab, Github, available at: https://github.com/QuanjiangYu/NextPM-model/tree/main/matlab (last access: 18 June 2021), 2021a. a

Yu, Q.: NextPM-model/ampl, Github, available at: https://github.com/QuanjiangYu/NextPM-model/tree/main/ampl (last access: 18 June 2021), 2021b. a

Yu, Q.: NextPM-model/data, Github, available at: https://github.com/QuanjiangYu/NextPM-model/tree/main/data (last access: 18 June 2021), 2021c. a

Download
Short summary
There are two ways to maintain a multi-component system: corrective maintenance, when a broken component is replaced with a new one, and preventive maintenance (PM), when some components are replaced in a planned manner before they break down. This article proposes a mathematical model for finding an optimal time to perform the next PM activity and selecting the components which should be replaced. The model is fast to solve, and it can be used as a key module in a maintenance scheduling app.
Altmetrics
Final-revised paper
Preprint