Вы находитесь на странице: 1из 27

Model Predictive Midrange Control of the Moisture Content in Paper Production

Ola Sltteke
ABB Automation Technologies
ABSTRACT
Traditionally the moisture controller only manipulates the steam pressure set point of one dryer group (the lead
group) and this makes it single-input-single-output control. From evaluations of a recently developed model, it is
shown that by dividing the dryer section into two parts, each with its own lead group (two-input-single-output
control), moisture variations in the final product can be reduced by midrange control.
The model is a nonlinear dynamic model for the dryer section. It is implemented in the object-oriented modeling
language Modelica and is compared with measurements from a fine-paper machine.

INTRODUCTION
The pulp and paper industry is a highly competitive and capital-intensive market that is under increasing cost
pressure. Customers are demanding lower costs, better terms of delivery, and higher product quality. In order to
meet these requirements, much effort is spent on process modeling [1]. The purpose of the models is varying. Some
examples are (i) improved process understanding from experiments with what-if scenarios, (ii) identify the
bottleneck in a process and suggest modifications, (iii) creating process simulators for operator training, or (iv)
improved control system design.
Moisture is one of the most important quality parameters of the final paper product. It is important to keep this
property well regulated, both at steady-state and at state-transitions. A good model of the dynamics of drying is
essential for good moisture control. Mathematical modeling of cylinder drying started with the pioneer work by [2].
[3] gives an extensive review of drying models up to 1980 with some 130 references. Many drying models with
different approximations and objectives have been proposed in the last decade. [4, 5, 6] present models based on
non-linear steady-state relations. [7] develops a linear state-space model from physical relations. [8] develops a
simplified dynamic model where the whole drying section is modeled as one or only a few large cylinder. Some
physical properties are then adjusted to fit this assumption. [9] uses a combination of statistical multivariate models
and physical models. [10, 11, 12, 13] use different kinds of black-box models. [14] introduces a high-order model,
capable of describing moisture gradients and other properties inside the paper sheet. The model contains
approximately 80.000 states, making simulations fairly tedious.
We will here introduce a dynamic physical model, built on heat and mass balances for steam, cylinder, and paper.
The core of the model is based on work by [5, 15, 16]. The objective is control of the moisture at the reel-up and not
to accurately describe micro-scale moisture variations inside the sheet. It is implemented in the object oriented
modeling language Modelica [17, 18]. A similar attempt is found in [19]. Like any object-oriented programming
language, Modelica provides the notions of classes, and instances, as fundamental abstractions. Properties like
inheritance and abstract classes provide a structured approach to model structuring. Modelica also enables
declarative programming, useful e.g. to express mathematical relations, as well as functional programming to
express behavior interms of algorithms. The main advantages of Modelica are (i) it is built on a non-causal equation
structure (ii) it permits mixing of physics with empirical models (iii) it is easy to go from simple models to high
fidelity models by graphical editing (iv) it is easy to build and exchange model libraries and (v) it is suited for
modeling in several engineering domains.
While the physical behavior of the process is formulated using partial differential equations (PDEs), numerical
simulation requires the PDEs to be discretized in the spatial dimension(s). In this work, the paper process is
discretized by partitioning the process into small control volumes where a mass and energy balance are defined for
each volume. These control volumes are then put together so that the outflow of one becomes the inflow of the next.
The precision of the model then depends on the size of the control volumes, where a finer discretization grid gives
improved accuracy, but also increased computational complexity. In order to increase the clarity of the presentation,

the indices identifying each individual control volume has been dropped. In Fig. 3 and Fig. 4, however, the indices
have been included to emphasize the discrete nature of the paper process model.
Many articles in the literature on the dryer section modeling introduce a model and show a few open loop simulation
examples. This article takes the modeling effort one step further by using it to evaluate MPC control of a new
process control structure.

THE MODEL
The Steam and Cylinder Process
Let qs (kg/s) be the mass flow rate of steam into the cylinder, qc be the condensation rate, qbt the blow through steam,
and qw be the siphon flow rate. Also, let Vs and Vw (m3) be the volume of steam and water in the cylinder, and let s
and w (kg/m3) be the densities. The mass balances for water and steam are then
d
( sVs ) = qs qc qbt ,
dt
d
( wVw ) = qc qw .
dt

(1)

The energy balances for steam, water, and metal are


d
( s u sVs ) = (qs qbt )hs qc hs ,
dt
d
( wu wVw ) = qc hs qw hw Qm ,
dt
d
mC p , mTm = Qm Q p ,
dt

(2)

where Qm (W) is the power supplied from the water to the metal, Qp is the power supplied from the metal to the
paper, hs (J/kg) is the steam enthalpy, hw is the water enthalpy, m (kg) the mass of the cylinder shell, Cp,m (J/kgK)
the specific heat capacity of the shell, Tm (K) the mean temperature of the metal, us (J/kg) and uw are the specific
internal energies of steam and water. The steam and water volumes add up to the total cylinder volume, V = Vs + Vw.
The power flow to the metal is given by
Qm = sc A(Ts Tm ),

(3)

where sc (W/m2K) is the heat transfer coefficient from the steam-condensate interface to the centre of the cylinder
shell, A (m2) is the inner cylinder area, and Ts the steam temperature. The power flow to the paper is

Q p = cp A Tm T p ,

(4)

where Tp is the paper temperature, cp the heat transfer coefficient from the cylinder shell to the paper, and (unit
less) is the fraction of dryer surface covered by the paper web. Fig. 1a illustrates the temperature and heat flow given
by (3) and (4). Since the steam flow to the cylinder cannot be manipulated directly, a valve model is also needed.
From [20] we have
qs = Cv f v ( xv ) ( psh p ) s ,

(5)

where Cv (m2) is the valve conductance, xv is the position of the valve stem and the function fv (xv) is the valve
characteristics, called valve trim. The valve stem varies from 0 (minimum valve opening) to 1 (maximum valve

model Cylinder
equation
Ms = rhos*Vs;
der(Ms) = qs qc - qbt;
Mw = rhow*Vw;
der(Mw) = qc - qw;

% (eq.1)

Es = rhos*us*Vs;
us = hs p/rhos;
der(Es) = (qs qbt)*hs qc*hs; % (eq.2)
Ew = rhow*uw*Vw;
uw = hw p/rhow;
der(Ew) = qc*hs qw*hw Qm;
Em = m*Cp*Tm;
der(Em) = Qm - Qp;
V = Vs + Vw;
Qm = alpha_sc*A*(Ts - Tm);
Qp = alpha_cp*A*eta*(Tm Tp);

% (eq.3)
% (eq.4)

end Cylinder;

Fig. 1a (left) A piece of the cross-section of a drying cylinder, showing the assumption on the temperature profile and energy
flow. 1b (right) Code segment of the Modelica model of the steam cylinder.

opening). The supply pressure at the steam header is psh. We use equal percentage trim, since it is the most common
characteristic in the process industry [21]. It is given by
f v ( x v ) = R v xv 1 .

Rv is a constant known as the rangeability since it is the ratio between the maximum and minimum valve opening.
For simplicity, all steam within the cylinder cavity is assumed to be homogeneous with the same pressure and
temperature. We also assume that the steam in the cylinder is saturated. This means that the enthalpy, density, and
temperature are functions of the pressure only. Fitting polynomials to tabulated values for saturated steam gives
Ts = 0.1723(ln p ) 3 3.388(ln p ) 2 + 37.71 ln p + 124.5,
hs = [0.07402(ln p) 4 + 2.887(ln p )3 39.58(ln p ) 2 + 260 ln p + 1824] 103 ,
hw = [0.8842(ln p) 3 18.77(ln p) 2 + 200 ln p 748.5] 103 ,

s = [0.005048 p + 64.26] 10 3 ,
w = 0.3136(ln p ) 3 + 6.792(ln p ) 2 52.43 ln p + 1141.
Equations (1)(5) are a crude nonlinear model for the steam-cylinder process in Fig. 1a. The system can be rewritten
into a third order state equation (most steps are omitted here).
dV
dp
+ e12 w = Cv f v ( xv ) ( p sh p ) s q w qbt ,
dt
dt
dVw
dp
+ e22
= Cv f v ( xv ) ( p sh p) s hs qbt hs q w hw sc A(Ts Tm ),
e21
dt
dt
dT
e33 m = sc A(Ts Tm ) cp A (Tm T p ),
dt
e11

(6)

where

s
h

+ Vw w , e12 = w s , e21 = hs (V Vw ) s + s (V Vw ) s + hwVw w + wVw w V ,


p
p
p
p
p
p
= w hw s hs , e33 = mC p .

e11 = (V Vw )
e22

1500

Heat of sorption (kJ/kg)

Sorption isotherm

1.0

0.5
o

30 C
o
60 C
o
90 C
0

10

15

20

25

30 C
o
60 C
o
90 C

1000

500

10

15

20

25

Moisture content (%)

Moisture content (%)


Fig. 2. Sorption isotherm, , and heat of sorption, Hs given by (7) and (8).

In the rewritings of the energy balances above, the specific internal energy has been eliminated by the definitions us
= hs p/s and uw = hw p/w. By solving for the derivatives in (6), the model can be directly implemented and
simulated in e.g. Simulink.
By instead using Modelica the tedious and error prone procedure of transforming the system to explicit form is
avoided and we let the simulation environment decide the state space realization. Since the transformation of
equations is automated, it is also easier to change the model at a later stage. The model equations are put into the
simulation environment in their original form, see Fig. 1b.
The paper web process
We will now expand the model to also include dynamics from the paper web. To describe the moisture in the paper
we need a mass balance and to describe the paper temperature we need an energy balance. It is assumed that the
temperature and moisture are spatially constant at a single cylinder due to the high machine speed, hence modeled as
one control volume. Starting with the mass balance, we describe how much water is evaporating from the paper
surface to the air. From [16] we get
qevap =

ptot KM w ptot pv, a


ln
ptot pv , p
RT p

where qevap is the evaporation rate (kg/m2s), K is the mass transfer coefficient (m/s), Mw is the molecular weight of
water (kg/mol), ptot the total pressure (Pa), pv,a the partial pressure for water vapor in the air (Pa), pv,p the partial
pressure for the water vapor at the paper surface, R the gas constant (J/molK), and Tp the paper temperature (K).
The partial pressure pv,a is given by the specific humidity of air, x (kg water vapor/kg dry air), and the total pressure,
pv , a =

x
ptot .
x + 0.62

The vapor partial pressure at the paper surface is


pv , p = pv 0 ,

where pv0 is the partial vapor pressure for free water. This is given by Antoines equation

pv 0

10.127 1690

T p 43.15

= 10
,

i 1 i 1
Axy
q evap

i
i
Axy
q evap

Cylinder shell

d y v x g i 2u i 2
Paper i 1
d y vx g i2

d y v x g i 1u i 1
d y v x g i 1

Paper i

d y vx g iu i
d yvx g i

Paper i +1

Cylinder shell
i +1 i +1
Axy
qevap

i i
Axy
qevap

Fig. 3. The mass transport for water and fiber in the paper web. The shaded areas represent cylinder walls. When the paper is in
the transition between two cylinders (the free draw), evaporation occurs from both paper surfaces.

As long as capillary transport can bring new water to the paper surface, the vapor partial pressure at the paper
surface is equal to the partial pressure for free water. When the paper becomes more dry a correction factor called
sorption isotherm, , is invoked which has a value between zero and one, see Fig. 2. The sorption isotherm of a
paper web depends on its composition and temperature. It is not very well investigated when compared to other
materials [22], but [23] gives an empirical expression for paper pulp, namely

= 1 exp( 47.58u1.877 0.10085(T p 273) u1.0585 ),

(7)

where u is the moisture ratio (kg moisture/kg fiber). Also, let vx be the speed of the paper web (m/s), dy the width of
the paper web (m), Axy the area of the dryer surface covered by paper (m2), and g the dry basis weight (kg/m2). Then
the mass balance of moisture in the paper web can be written as

d (ugAxy )
dt

= d y v x g inuin Axy qevap d y v x gu.

If there is a dryer felt between the web and air, a dryer reduction factor is inserted into the evaporation term to
reduce qevap. A similar mass balance for moisture in the free draws can be derived from Fig. 3, which shows a
schematic picture of the mass flows in the paper sheet. Analogously, the mass balance for fiber in the paper web is
given by
d
( gAxy ) = d y v x g in d y v x g.
dt

Note that when the area of a paper element from the discretization equals the area of the paper covering one cylinder
(for finer discretization grids several paper control volumes may be connected to the same cylinder), then Axy = A,
cf. (4). To model the energy balance, we introduce
C p, p =

C p , fiber + uC p , w
1+ u

where Cp,p, Cp,fiber, and Cp,w is the specific heat capacity for the paper, fiber and water, respectively (J/kgK). As we
can see, Cp,p is a weighted sum of the heat capacities of the parts. From [5] we have Cp,fiber = 1256 J/kgK.
Also, let Tp be the paper temperature and H be the amount of energy needed to evaporate the water from the paper
surface. Analogously to the discussion on the mass balance, if the web is wet enough the required energy to
evaporate the water is equal to the latent heat of vaporization for free water, Hvap (J/kgK). When the paper
becomes more dry an extra amount of energy Hs (J/kgK) (the heat of sorption) is necessary besides the latent heat
of vaporization for free water. The heat of sorption can be derived from the sorption isotherm by thermodynamic
theory and this relation is known as the law of Clausius-Clapeyron

i 1 i 1
Axy
q evap ( H vap + H si 1 )

i
i
Axy
q evap
( H vap + H si )

i 1
+ ipa1 Axy
(T pi 1 Tai 1 )

i
+ ipa Axy
(T pi Tai )

Cylinder shell
Q ip+1

d y v x g i 2 (1 + u i 2 ) C ip, 2p T pi 2

d y v x g i 1 (1 + u i 1 ) C ip, 1p T pi 1

Paper i 1

Paper i

d y v x g i (1 + u i ) C ip , p T pi

Paper i +1

Q ip1

Cylinder shell

i
i
Axy
q evap
( H vap + H si )

i +1 i +1
Axy
q evap ( H vap + H si +1 )

i
+ ipa Axy
(T pi Tai )

i +1
+ ipa+1 Axy
(T pi +1 Tai +1 )

Fig. 4. The energy balance of the paper web. The shaded areas represent cylinder walls. When the paper is in the transition
between two cylinders (the free draw), energy flow to ambient air occurs from both paper surfaces.

H s =

R
Mw

d (ln )

,
d (1 / T p )

and by applying this on (7), we get


H s = 0.10085u 1.0585T p2 R

1
.
M w

(8)

The amount of energy required to evaporate the water from the surface of the web is then given by
H = H vap + H s ,

where Hvap is equal to 2260 kJ/kg (at atmospheric pressure). Furthermore, let the energy transport due to
convection between the paper surface and the air be
Qconv = pa Axy (Tp Ta ),

where pa (W/m2K) is the heat transfer coefficient from paper to air and Ta (K) the ambient air temperature.
Reference [22] investigated some sorption isotherms found in the literature. Many of those give a heat of sorption
that goes to infinity as u goes to zero. This is physically unrealistic since the bond energy between the last fraction
of water and a cellulose fiber must be finite. From [23], a finite heat of sorption at the origin which matches the
hydrogen bond energy between waterfiber is given and is therefore found to be most appropriate.
In addition, since water is an incompressible medium there is no pressure volume work on the surroundings and we
write the energy balance as a change in enthalpy. The energy balance of the paper web is thus modeled as
d ( g (u + 1) AxyC p , pTp )
dt

= Q p + d y vx gin (1 + uin )C p , pT p ,in Axy qevapH d y vx g (1 + u )C p , pT p pa Axy (Tp Ta ),

The energy balance for a free draw is similar and can be formulated using the schematic illustration of energy flows
shown in Fig. 4. In addition, we let the heat transfer coefficient from the cylinder to the paper web depend on the
moisture content in the web. From [5] the linear empirical relation

cp (u ) = cp (0) + 955u,
is obtained, where cp(0) varies between 200 and 500 W/m2K. It is well known that cp depends on other things,
e.g. the web tension, and surface smoothness of both paper and cylinder, but this is omitted here. If a dryer felt is
between the cylinder and web, a dryer reduction factor is inserted to reduce the energy transfer.

STEADY STATE MODEL VALIDATION


The two partial models (cylinder model and paper model) in the previous section are validated separately in [15] and
[16]. The combined model has been validated against steady-state data taken from a paper machine producing fine
paper [24]. The machine is running at 708 m/min with a basis weight of 80 g/m2. The paper is over dried to a final
moisture content of only 1.2 % (0.012 kg/kg), since this is a predryer which is immediately followed by a size press
(a unit where starch is applied to the surface to obtain strength and water resistance) where a certain amount of
rewetting occurs.
The moisture content is measured in 11 different positions, which can be seen in Fig. 5 together with the simulation
result. The heat transfer coefficient sc is used as fitting parameter and 1100 W/m2K is found to give the best fit by
visual inspection. The agreement between model and measurements is good. The model also captures the three
zones in the drying process, the heating phase, the constant drying rate phase, and the falling drying rate phase [25].
In the heating phase (cyl. 15) most steam energy is used to heat the web and the evaporation rate is low. In the
constant rate phase (cyl. 630), energy to the web is equal to the energy consumed for water vaporization. In the
falling rate phase (cyl. 3137), drying rate begins to decrease due to the hygroscopic nature of the fibers, described
in the previous section.

CONTROL OF MOISTURE BY MID-RANGING MPC


In the last decade, MPC (model predictive control) has found large attention in the process industry. It has been
described as one of the most significant developments in process control [26] and the only methodology to handle
constraints in a systematic way [27]. In this section, a new strategy to control the moisture in paper production is
evaluated. It is implemented in a MPC structure and the analysis is done by simulations of the paper machine model
described in the modeling section. A Matlab toolbox for MPC [28] (see www.control.lth.se/user
/johan.akesson/mpctools) is linked to the Modelica environment. In this way, the advantages of the simple modeling
technique in Modelica and the rich family of toolboxes in Matlab are used. The simulated machine consists of 60
cylinders, running at 1080 m/min (18 m/s), with inlet moisture content to the drying section of 60 % (1.5 kg
moisture / kg fiber). Traditionally, the moisture is controlled by adjusting the pressure in the steam heated cylinders,
60

Sheet moisture (%)

50
40
30
20
10
0

10

15
20
25
Cylinder number

30

35

Fig. 5. Validation by comparing steady-state simulation to measurements.

Setpoint
steam pressure

Setpoint
Moisture

MBC

uc

Steam
pressure
Steam
system

PIDcontroller

Dryer

Moisture

Fig. 6. The standard moisture control loop. A model based controller (MBC) is used to control the moisture in the paper sheet.

in a single-input-single-output cascade loop structure, see Fig. 6. The inner loop is regulated by a PID-controller and
the outer loop by some type of dead-time compensating model-based controller, e.g. an IMC [29] or a Dahlin
controller [30].
The performance of the closed loop system in Fig. 6 is limited by the long transport dead-time in the drying section.
By manipulating the steam pressure in the cylinders of the last part of the machine independently of the first part, a
more effective moisture control system can be achieved, see Fig. 7. The objective is still to control the moisture in
the sheet with the steam pressure in the cylinders but now the process has two inputs (and the same output as before)
and this extra degree of freedom can be taken advantage of.
By identification of step responses on the high-order nonlinear physical model, a simple black-box model is
achieved. In the Laplace transform, it is given by
Y =

0.098 14 s
0.010 5 s
e U c1
e U c2 ,
48s + 1
48s + 1

(9)

where Y, Uc1, Uc2, are Laplace transforms of y, uc1, and uc2 respectively, y is the moisture content, uc1 is the steam
pressure set point to the first 50 cylinders, and uc2 the set point to the last 10 cylinders. The PID-controllers in the
inner loops are tuned according to a tuning method derived in [31]. The response from uc2 has a significantly shorter
time delay but also smaller process gain. The advantage of the high gain from uc1 and fast dynamics from uc2 is
utilized in a mid-ranging MPC structure.
The simplified model for the singe-loop case in Fig. 6, obtained correspondingly to (9), is given by
Y =

0.11 13s
e Uc,
48s + 1

The cost function being minimized in the mid-ranging MPC is

Setpoint
moisture

r1

u1

PIDcontroller

MPC

Steam system
First part

Dryer

u2

PIDcontroller

Moisture

Steam system
Last part

Fig. 7. The proposed moisture control loop. A model predictive controller (MPC) is used to control the moisture in the paper
sheet. The MPC used in the simulations, include both state estimation and error-free tracking.

7.6

y (%)

7.4
7.2
7.0

uc1 (kPa)

450

440

430

uc2 (kPa)

600
500
400
0

200

400

600

800

1000

1200

Time (s)

Fig. 8. Simulation of mid-range MPC. There is a set point change at t = 100 s and a disturbance in inlet moisture content to the
drying section from 60.0 % to 60.5 % at t = 600 s. The set point for u2 (which is r2) is 400 kPa.
7.6
y (%)

7.4
7.2
7.0

uc (kPa)

450
440
430
0

200

400

600

800

1000

1200

Time (s)

Fig. 9. Simulation of single loop MPC. A set point change occurs at t = 100 s and a disturbance in inlet moisture content from
60.0 % to 60.5 % at t = 600 s.

49

J (k ) =

i =0

r1 (k + i ) y (k + i | k )

r2 (k + i ) u c 2 (k + i )

+
Q

i =0

u c1 (k + i )
u (k + i )
c2

(10)

where r1 is the set point for the moisture, and r2 the set point for uc2. Notation (k + i | k) denotes the i step-ahead
prediction and is the difference operator. Since the MPC formulation is inherently discrete, the cost function is
given as a summation. The idea of (10) is to let uc2 take care of the variations in paper moisture and let uc1 be
positioned at a level where uc2 has an adequate control range in both directions in steady-state. In this way, the first
part of the drying section serves as the base level of the drying while the last part controls the moisture. This is done
by choosing appropriate weighting matrices, Q and R. For the simulations in this article they are chosen as

0
0
500
100
Q=
3 , R =
4 .
0 10
0 10

(11)

There is obviously a larger weight on deviations from r1 than from r2, since moisture control is the main objective.
The weight on uc1 is larger than on uc2 making the controller to primarily use signal uc2 when acting on
disturbances in moisture or on set point changes. The MPC settings in (11) are found from a combination of these
rules of thumb and evaluation of performance by simulations. The sample time is 5 s, the prediction horizon is
chosen to 50 and the control horizon is chosen to 4, see (10). The prediction horizon is set to approximately match
five time constants of the open-loop system (to assure that the prediction sees the full response of a change in uc1
and uc2) and a small control horizon to limit the computational effort for the MPC. There is also a rate constraint
for the control signals
u c1 10 kPa ,

u c 2 50 kPa.

The purpose of this is to avoid severe injections of disturbances into the steam system by allowing large variations in
steam usage, which has negative effect on both steam production and other steam users.
Fig. 8 shows a simulation of the mid-range MPC and it clearly visualizes the thought of mid-ranging. The signal uc2
is used to quickly react to set point changes and disturbances while uc1 is used to push uc2 back to its set point in
steady-state. Both during the set point change and disturbance, the rate constraint for uc2 is initially active. This
reduces the performance of the controller slightly but is important for the steam consumption, as described above.
Simulations show that leaving out the constraints gives a more aggressive use of uc2, but it is of course not free to
use since there still is a cost from (10).
To make an evaluation of the proposed control structure, the mid-ranging MPC is compared to single-loop MPC
(structure as in Fig. 6 but MBC is exchanged by MPC), see Fig. 9. The tuning is chosen so that the two control
systems have the same maximum value of the sensitivity function, see Fig. 10. This implies that they, in some sense,
have the same degree of robustness. However, due to the constraint handling, MPC is nonlinear and the comparison
only serves as guidance. The cost function for the single-loop MPC is given by
50

J (k ) =

i =1

[r (k + i) y (k + i | k )] Q2 +
i =0

uc (k + i )

2
,
R

and the chosen weights that give the sensitivity in Fig. 10, and constraint are
Q = 10, R = 1,

uc 10 kPa

Fig. 10 also indicates the difference in performance between the two controllers, at least in the non-constrained case.
The mid-range MPC has a limit frequency almost twice as large as the limit frequency of the single loop MPC.
Since paper machines often are run from several hours to days with the same set point, disturbance rejection is
important and it therefore makes sense to look at this property.
Fig. 11 shows the moisture response for the two different controllers together with the steam flow in the header. The
difference in performance is apparent. The mid-range MPC has both better set point following and disturbance
rejection. However, the transient steam consumption is twice as large for the mid-range MPC. This is the price being
paid for the extra performance. Note that the change in steam consumption is rather abrupt but it should be
remembered that in practice set points are ramped instead of changed in steps and the evaluation here is used for
comparison only.
In Fig. 12, the single loop MPC has been tuned to give similar performance in disturbance rejection as the mid-range
MPC, shown in Fig. 8 and Fig. 11. The output of the single loop MPC in this case is much more aggressive than it
was in Fig. 9 and therefore the transient steam consumption is much larger. The aggressive steam consumption is

Magnitude (abs)

1.5

0.5

0 -4
10

10

-3

10
Frequency (Hz)

-2

10

-1

Fig. 10. The sensitivity function for single loop MPC (dotted) and mid-range MPC (solid), using the linearized model (eq1). The
maximum sensitivity is chosen to 1.25. The difference in limit frequency for the two systems is around a factor two.

Moistuure (%)

7.6
7.4
7.2
7.0

Steam consumption (kg/s)

6.8

20
19
18
17
16
15

200

400

600
Time (s)

800

1000

1200

Fig. 11. Comparison between mid-range MPC (solid) and single loop MPC (dotted), showing the moisture content and steam
consumption.

needed in order to match the performance of the mid-range MPC. The maximum value of the sensitivity is also
larger, hence the control system is less robust, see Fig. 13.
The advantage with the proposed control structure is that, in general, it does not require any rebuild of the drying
section. The cylinders are normally divided into different groups even though all groups follow the same set point.
Therefore, it is simply a matter of changing the controller software and a majority of the main system vendors have
the possibility to include a MPC package into their DCS system. However, it is an advantage if the flash steam from
the last group is recirculated through a thermo compressor. If the flash steam is reused by another group it is
important to let the steam pressure of the last group be constrained so that its pressure never falls below the steam
pressure of the receiving group. This guarantees that the steam flows in the intended direction. A disadvantage with
the proposed control structure can be that it is a bit more complicated to tune a mid-range MPC compared to e.g. the
IMC or Dahlin controller used by many mills today.

7.6
Moisture (%)

7.4
7.2
7.0

Steam consumption (kg/s)

6.8

25
20
15
10

200

400

600
800
1000
1200
Time (s)
Fig. 12. Comparison between mid-range MPC (solid) and single loop MPC (dotted), showing moisture content and steam
consumption when tuned to give similar performance in disturbance rejection.

Magnitude (abs)

1.5
1
0.5
0 -4
10

10

-3

10
Frequency (Hz)

-2

10

-1

Fig. 13. The sensitivity function for single loop MPC (dotted) and mid-range MPC (solid), when tuned to give similar
performance.

CONCLUSIONS
A physical model, implemented in the object-oriented modeling language Modelica, for a drying section has been
given. Components for steam cylinder, control valve, paper web, and different moisture controllers have been
developed and collected in a model library. All equations are based on mass and energy balances, and algebraic
constraints. By drag-and-drop features it is easy to build a simulation model of virtually any existing drying section.
It is also easy to expand the model library with components for press and wire section.
The model has been validated against measurements on a real paper machine. By simply adjusting one parameter,
the heat transfer coefficient for the condensate, a good fit is obtained.

The model is linked to a MPC toolbox in Matlab to evaluate a new strategy to control the moisture in the drying
section. The strategy utilizes the possibility to divide the drying section into two parts. By controlling this multivariable process with a mid-range structure, the performance of the closed loop system is greatly improved. The
mid-ranging MPC is compared with single-loop MPC and the evaluation is done by comparing performance in
terms of sensitivity function, disturbance rejection and steam consumption. An important advantage of the midranging MPC is that it does not require any rebuild of the physical process.

ACKNOWLEDGEMENT
The author acknowledges professor Karl Johan strm for valuable ideas and a large portion of inspiration during
the process of developing the simulation model, and Johan kesson for the fruitful collaboration regarding the
Modelica implementation. Both work at Lund University in Sweden.

REFERENCES
1.

B. Foss, B. Lohmann, and W. Marquardt (1998), A field study of the industrial modeling process, Journal
of Process Control, vol. 8, no. 5, pp. 325338.

2.

A. Nissan and W. Kaye (1955), An analytical approach to the problem of drying thin fibrous sheets on
multicylinder machines, Tappi Journal, vol. 38, no. 7, pp. 385398.

3.

R. McConnell (1980), A literature review of drying research in the pulp and paper industry, Drying 80,
Ed. A. Mujumdar, Hemisphere Publishing, NY, pp. 330337.

4.

R. Ramesh (1991), Modeling of multicyliner drying of light-weight paper, PhD thesis, State University of
New York, College of Environmental Science and Forestry.

5.

B. Wilhelmsson (1995), An experimental and theoretical study of multi-cylinder paper drying, PhD thesis,
Department of Chemical Engineering, Lund Institute of Technology.

6.

S. Reardon, M. Davis, and P. Doe (2000), Computational modelling of paper drying machines, Tappi
Journal, vol. 83, no. 9.

7.

M. Berrada, S. Tarasiewicz, M. Elkadiri, and P. Radziszewski (1997), A state model for the drying paper in
the paper product industry, IEEE Transactions on Industrial Electronics, vol. 44, no. 4, pp. 579586.

8.

M. Rao, Q. Xia, and Y. Ying (1994), Modeling and advanced control for process industries: application to
paper making processes, Springer-Verlag, New York.

9.

P. Viitamki (2004), Hybrid modeling of paper machine grade changes, PhD thesis, Control Engineering
Laboratory, Helsinki University of Technology.

10. S.-C. Chen (1995). Modelling of paper machines for control: theory and practice, Pulp and Paper Canada,
vol. 96, no. 1, pp. 1721.
11. S. Menani, H. Koivo, T. Huhtelin, and R. Kuusisto (1998), Dynamic modelling of paper machine from
grade change data, In Proceedings of Control Systems, Porvoo, Finland pp. 7986.
12. A. Skoglund, A. Brundin, and C.-F. Mandenius (2000), A multivariate process model for grade change in a
paperboard machine, Nordic Pulp and Paper Research Journal, vol. 15, no. 3, pp. 183188.
13. X. Sun, K. Yi, and Y. Sun (2000), The modeling and control of basis weight and moisture content,
Proceedings 3rd World Congress on Intelligent Control and Automation, Heifei, P. R. China, pp.
37243728.

14. M. Karlsson and S. Stenstrm (2005), Static and dynamic modelling of cardboard drying, Drying
Technology, vol. 23, pp. 143163.
15. O. Sltteke, and K. J. strm (2005), Modeling of a steam heated rotating cylinder a grey-box approach,
American Control Conference 2005, Portland, Oregon.
16. H. Persson (1998), Dynamic modelling and simulation of multi-cylinder paper dryers, Licentiate thesis,
Department of Chemical Engineering, Lund Institute of Technology.
17. S. E. Mattsson, H. Elmqvist, (1997), Modelica - An international effort to design the next generation
modeling language. 7th IFAC Symposium on Computer Aided Control Systems Design, Gent, Belgium.
18. P. Fritzon (2003), Principles of object-oriented modeling and simulation with Modelica 2.1, Wiley-IEEE
Press.
19. J. Bergstrm and G. Dumont (1998), An object oriented framework for developing dynamic models of a
paper machine, Dynamic Modeling Control Applications for Industry Workshop, IEEE Industry
Applications, pp. 6369.
20. P. Thomas (1999), Simulation of industrial processes for control engineers, Butterworth Heinemann,
London.
21. T. Hgglund (1991), Process control in practice, Studentlitteratur, Lund, Sweden.
22. M. Petterson, and S. Stenstrm (2000), Experimental evaluation of electric infrared dryers, Tappi
Journal, vol. 83, no. 8.
23. P. Heikkil (1993), A study on the drying process of pigment coated paper webs, PhD thesis, Department of
Chemical Engineering, bo Akademi, bo, Finland.
24. S. Stenstrm, B. Wilhelmsson, L. Nilsson, R. Krook, and R. Wimmerstedt (1994), Measurement of
reference experimental drying data for the multi-cylinder paper dryer, Proceedings of the 9th International
Drying Symposium (IDS94), Gold Coast, Australia, pp. 11791186.
25. M. Karlsson (2000), Paper making part 2, drying, Tappi Press.
26. F. J. Doyle (1999), Computational issues in the application of model-based control to the pulp and paper
industry, AIChE Symposium Series No. 322, vol. 95, pp. 165172.
27. C. E. Garca, D. M. Prett, and M. Morari (1989), Model predictive control: theory and practice a
survey, Automatica, vol. 25, no. 3, pp. 335348.
28. J. kesson (2003), Operator interaction and optimization in control systems, Licentiate thesis, Department
of Automatic Control, Lund Institute of Technology.
29. M. Morari and E. Zafiriou (1986), Robust process control, Prentice-Hall, Englewood Cliffs, N. J.
30. E. B. Dahlin (1968), Designing and tuning digital controllers, Instruments and Control Systems, vol. 41,
no.6, pp. 7783.
31. O. Sltteke, K. Forsman, T. Hgglund, and B. Wittenmark (2002). On identification and control tuning of
cylinder dryers In Proceedings Control Systems 2002, pp. 298302, Stockholm, Sweden.
32. B. J. Allison and A. J. Isaksson (1998), Design and performance of mid-ranging controllers, Journal of
Process Control, vol. 8, no. 56, pp. 469474.

ABB - 1 1-Nov-2006

Ola Sltteke

Model Predictive
Midrange Control of the
Moisture Content in
Paper Production

ABB - 2 01-Nov-2006

Outline


A physical model, implemented in the object-oriented


modeling language Modelica, for a drying section is
presented. It has been validated against a fine paper
machine.

The model is used to evaluate a new strategy to control


the moisture in the drying section (mid-ranging MPC)
with promising results.

Steam pressure modeling


A first-principles model
A graphical visualization of the temperature profile
and energy flow to the metal.
Paper web

Ts
Tm

ABB - 3 01-Nov-2006

Qm

Steam

Condensate
Dryer shell

Tp
Qp

Steam pressure modeling


A first-principles model
d
( sVs ) = qs qc qbt
Mass balances:

Energy balances:

dt
d
( wVw ) = qc qw
dt

d
( s u sVs ) = (qs qbt )hs qc hs
dt
d
( wu wVw ) = qc hs qw hw Qm
dt
d
mC pTm = Qm Q p
dt

ABB - 4 01-Nov-2006

Energy flow to metal: Qm = A(Ts Tm )


Vs + V w = V

Paper sheet modeling


A first-principles model
Mass balance moisture

vx

Axy qevap
d y v x gu

d y v x guin
Paper web

Energy balance

Axy qevap ( H vap + H s )


d y v x g (1 + u in ) C p , p T p ,in

d y v x g (1 + u )C p , pT p

ABB - 5 01-Nov-2006

Paper web

Qp

Modeling of the drying section


Implementation in Modelica
Press

Pope

model Cylinder

Moisture controller

equation
Ms = rhos*Vs;
der(Ms) = qs qc - qbt;
Mw = rhow*Vw;
der(Mw) = qc - qw;
Es = rhos*us*Vs;
us = hs p/rhos;
der(Es) = (qs qbt)*hs qc*hs;
Ew = rhow*uw*Vw;
uw = hw p/rhow;
der(Ew) = qc*hs qw*hw Qm;
Em = m*Cp*Tm;
der(Em) = Qm - Qp;
V = Vs + Vw;
Qm = alpha_sc*Acyl*(Ts - Tm);
Qp = alpha_cp*Acyl*eta*(Tm - Tp);

Header
pressure
HeaderPres...
F

end Cylinder;

ABB - 6 01-Nov-2006

P
k={1000e3}

PID i

ID
P

Modeling of the drying section


Calibration of the model
60

Sheet moisture (%)

50

Fine paper machine

Speed: 708 m/min

Basis weight: 80 g/m2

Heat transfer coefficient:


1100 W/(m2K)

40

30

20

10

10

15

20

Cylinder number
ABB - 7 01-Nov-2006

25

30

35

Modeling of the drying section


The last group is much faster


Single loop moisture control

Setpoint
Moisture

Setpoint
steam pressure

r
MPC

uc

Y =

Steam
pressure

PIDcontroller

Steam
system

Moisture

Dryer
y

Proposed new control structure

Setpoint
moisture

r1

uc1

PIDcontroller

Steam system
First part

MPC

Y =
Dryer

Moisture

ABB - 8 01-Nov-2006

0.11 13s
e UC
48s + 1

uc2

PIDcontroller

Steam system
Last part

0.098 14 s
0.01 5 s
e U C1
e UC2
48s + 1
48s + 1

Mid-ranging control of the drying section


Tuning of the controller
Setpoint
moisture

Proposed new control structure


Y =

r1

J (k ) =

i =0

ABB - 9 01-Nov-2006

Dryer

Moisture

y
PIDcontroller

uc2

r1 (k + i) y (k + i | k )
r (k + i ) u (k + i )
c2
2

0
large
Q=
,
0
small

Steam system
First part

MPC

0.098 14 s
0.01 5 s
e U C1
e UC2
48s + 1
48s + 1

49

PIDcontroller

uc1

+
Q

i =0

Steam system
Last part

uc1 (k + i )
u (k + i )
c2

0
large
R=
.
0
small

Mid-ranging MPC proposed by:


Allison, B. J., and A. J. Isaksson (1998): Design and performance of mid-ranging controllers.
Journal of Process Control, 8(56), pp. 469474.

Mid-ranging control of the drying section


uc2 is faster that uc1
Mid-ranging MPC
y (%)

7.6
7.4
7.2
7.0

uc1 (kPa)

450
440
430

u c2 (kPa)

600
500

ABB - 10 01-Nov-2006

400
0

200

400

600

Time (s)

800

1000

1200

Mid-ranging control of the drying section

7.6
y (%)

7.4
7.2
7.0
6.8

Single loop MPC


Mid-ranging MPC

u c (kPa)
SteamMagnitude
consumption
(kg/s)
(abs)

Time (s)
1.5
450
20

ABB - 11 01-Nov-2006

1
18
440
0.5
16

430
1400 -4
0
10

200
200

400
600
800
-3
-2 800
400
600
Time (s)10
10
Time
(s)(Hz)
Frequency

1000
1200
100010-1 1200

Mid-ranging control of the drying section

Moisture (%)

7.6
7.4
7.2
7.0
Single loop MPC
Mid-ranging MPC

ABB - 12 01-Nov-2006

25
20
15
10
0

200

400

600
Time (s)

Magnitude (abs)

Steam consumption (kg/s)

6.8

1.5
1

800
0.5
0 -4
10

1000

1200

-3

10

-2

10
Frequency (Hz)

-1

10

ABB - 13 01-Nov-2006

Conclusions

A simulation model based on first principles has


been given

A new strategy to control the moisture in the paper


machine has been proposed

The mid-ranging control has a large potential but


might also require an effective steam distribution

Вам также может понравиться