You are on page 1of 2

Exercises:

1. Model of a boiler.

In this exercise we use the same boiler as in the previous mini-module.

m
M st Vst
h’’
P sat Tsat

Tsat
Mw
h’ P sat
m
hi
P elec

Figure 1: Electric boiler

It is assumed that there is saturation in the boiler and the pressure in the steam and
in the water is the same; this implies that the pressure is the same all-over. The mass
flow in and out are assumed equal, and it is also assumed that the mass of water in
the boiler is constant, implying that the steam volume is constant. So the constants
are Mw , Vst and hi all others are time varying.

• Show that the energy balance can be written as (this is the last exercise in the
first minimodule)

d(h′ (Tsat (t)) d(h′′ (Tsat (t)) d(ρ′′ (Tsat (t))) dTsat (t)
[Mw + Vst ρ′′ (Tsat (t)) + Vst h′′ (Tsat (t)) ]
dTsat (t) dTsat (t) dTsat (t) dt
| {z }
=E
= m(t)(hi − h′′ (Tsat (t))) + Pelec (t)

The load of the system is given by a standard equation for turbulent flow

∆P = Psat − Patm = Rm2

where R is a resistance coefficient that has values in the interval [Rmin ..∞], and
Patm = 1 bar is the atmospheric pressure.

1
• Download XSteam.
• It is assumed that the operating point is Tsat = 150oC. The max. mass flow
is mmax = 10e − 3kg/sec. The input temperature is 50 o C. The pressure in
the input is nearly the same as the saturation pressure in the boiler. The water
mass in the boiler Mw = 100kg. The steam volume is Vst = 1m3 . Find the
necessary power in the heater. Find Rmin , it is assumed that the boiler is in the
operating point.
• Plot h′ (Tsat ), h′′ (Tsat ) and ρ′′ (Tsat ) for the Tsat interval between 100 and 200 o C.
• Make a Matlab function that can determine
d(ρ′′ (Tsat ))
dTsat
for the Tsat interval between 100 and 200 o C.
• Find a linear model of the boiler where the inputs are ( Pelec , R) or maybe
easier ( Pelec , uvalve = R1 ) and the output is the saturation temperature. All is
of course in small signal variables.
• Make a Matlab program that can simulate the non–linear model. Use XSteam
and a forward approximation of the derivative

dTsat (t) Tsat (t + ∆t) − Tsat (t)



dt ∆t

You might also like