You are on page 1of 4

See

discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/291316872

When models fail

Article · June 2014

CITATIONS READS

0 19

1 author:

Sean Tomas Moran


Expertise Limited
79 PUBLICATIONS 15 CITATIONS

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

An Applied Guide to Water and Effluent Treatment Plant Design View project

Academic papers View project

All content following this page was uploaded by Sean Tomas Moran on 11 February 2016.

The user has requested enhancement of the downloaded file.


tce PLANT DESIGN

When models fail


Modelling and simulation programs are no substitute for years of practical
experience in plant design, argues Sean Moran

T
HERE is no such thing as process and how these are to be connected and disciplines, which is necessary to optimise the
design. Chemical engineers may controlled in order to carry out the process plant design. The people who will build the
be known as process engineers in safely, reliably and economically. The process physical plant need drawings to do their jobs.
professional life, but we do not design is an emergent property of the specified The plant itself is the ultimate deliverable,
processes – we design process plants. collection and interconnection of parts. The but the immediate deliverables are mostly
Engineers design physical artefacts, and job of selecting and specifying the parts and drawings.
a process is not an object. Process plants, their interconnections involves a great deal This is process plant design, a rather messy,
however, are – they are made of concrete of professional judgement, as well as the intuitive, collaborative, multi-disciplinary,
and steel, wires and pipes, tanks and pumps. judicious application of engineering, science multifactorial business. It involves knowing
Processes happen in them. and mathematics. the needs of electrical, software and civil
While modelling and simulation programs Documenting these choices is done largely engineers, equipment suppliers and of those
can construct a very approximate virtual by means of drawings. Drawings allow who will procure, commission and operate
model of the process happening inside a communication with other engineering the plant. It also involves communicating and
process plant, we, as designers, should not negotiating with these other disciplines.
forget that the model they produce is not The precise process conditions to be
the plant itself. used are actually not that important a

to the drawing board The people who will build the part of the whole activity. If we are honest
with ourselves, we cannot as designers
The process plant designer specifies the physical plant need drawings predict the conditions within the plant as
physical sub-components of the plant to do their jobs. constructed to a high degree of precision.

44 www.tcetoday.com june 2014


CAREERS
PLANT DESIGN tce

A good process plant designer makes sure I am no expert in the use of these programs,
that the plant design envelope encompasses but such programs are generally written by
the range of conditions that the plant is software engineers, miscellaneous physical Judgement is the most crucial
likely to see, that it is robust enough to science graduates, and graduate chemical component in process plant
maintain adequate performance across that engineers. The bright young engineers design.
envelope, and is understood well enough to involved in software development have
be reliably controlled under all foreseeable had no opportunity to develop professional
circumstances. judgement through engineering practice. Such programs usually offer users standard
The plant design process as commonly Exercising such judgement is the most databases of physical properties, whose
practised relies upon a chemical engineer crucial component in process plant design. original sources of data would have attached
to produce an approximate but sufficiently Allowing new graduate engineers and non- margins of error and ranges of validity to
realistic model of the physical and chemical engineers to produce a product which looks the measured properties. Programmers may
processes happening in the plant. This model like a process model – but is not – seems very well arrange for their software to helpfully
is a useful abstract approximation which risky indeed. generate intermediate values by interpolation,
informs the professional judgement of the and (worse yet) out-of-range values by
plant designer. It usually considers the most plugging the gaps extrapolation.
important aspects of unit operation design, If you are writing a program which models or Most unhelpfully of all, many programmers
mass and energy balance, a bit of chemistry, simulates a process plant, you have to build in get around the difficulty of only including a
and so on. Over the course of my career it has many assumptions and take many shortcuts limited range of unit operations by allowing
gone from being written by hand on paper to in order to get it to work. Writing such a users to set up imaginary unit operations
being written in a spreadsheet. program is itself a kind of engineering, so you called something like ‘separators’ to stand
The simpler such a model is the more useful can no more write it mathematically than you in their stead. These allow the user to set
(but unfortunately less precise) it is. If you can design a plant from first principles. You up a non-existent process step which, by
doubt the truth of this statement, consider have to use heuristics to plug the gaps and unexplained means, divides an incoming
the extreme condition: it would be quicker uncertainties in your knowledge. stream according to the user’s wishes.
to build the plant than to build a completely Such plant design shortcuts are known to There are in fact normally three ways to
true model of the plant, and this model would experienced process plant designers, but address the common problem of a missing
tell us nothing we could not measure on the these rules of thumb are frequently not in the unit operation. One can substitute it on the
plant itself. public domain, and are unlikely to be known program’s flowsheet with something the
to those writing these programs. user thinks is pretty similar, (thus I have seen
theory vs practice For example, even something as apparently students substitute absorption columns for
In 1999 IChemE’s CAPE Special Interest simple as sizing pumps for acid and alkali cooling towers in hysys); use a separator;
Group produced a set of guidelines1 which, addition to control pH in aqueous systems is or (much more difficult) write your own
in summary, caution against the uncritical not something which can be done from first reasonably accurate module of the missing
use of any computer model, even the humble principles. The overwhelming majority of the unit op. Human nature being what it is, I don’t
spreadsheet. Process plant design is the same duty can be dictated by the buffering capacity see too much of this last option.
process as it ever was, and while computers of the system. There may be a number of
Then there is the fact that very few users
may be faster these days, they aren’t any buffering systems, each of which might have
will set up a dynamic model instead of the
closer to being people than they were in 1999. a number of ions in equilibrium with each
(far-easier-to-set-up) static steady state
The guidelines say that if a computer is used other in proportions which vary with respect
scenario. In the real world, there is no steady
by a chemical engineer in the course of their to pH and temperature. When you add in
state. Steady state is an imaginary scenario
professional work, it is the sole responsibility consideration of varying flow, pH and key
which we set up in academia to reduce the
of the practitioner to verify the validity of the buffering ion concentrations, the system
complexity of process engineering to the point
inputs, to validate the applicability of the defies rational analysis. There is a technique
where beginners can make a start on it. When
program used for the application to which which allows pump sizes to be practically
we start designing plants which are actually
it is put, and to understand all defaults and determined from a small number of analyses
going to be built, we have to leave the training
assumptions built into that program. It is of feed water pH, and alkalinity. I can’t tell
wheels of steady state design behind. We need
the legal and professional responsibility of you what it is though – it’s know-how.
to design a plant which can cope with all of
the practitioner to distrust the output of the
program, and to check the outputs thoroughly know your limits the things it might see during its life.
for sense. An expert process plant designer has acquired The most common way to do this is to set
Those expert in the use of such programs the professional judgement, and knowledge of up a number of steady state designs which
know all of this, but they also know that less design practice to understand a model’s uses address the outer limits of the design envelope.
skilled or rigorous users are commonplace, and limitations, whereas a graduate engineer We might for example have a high-flow/low
and that these programs are seductively has not and is at risk of being seduced by the feedstock quality scenario, a low flow/ high
easy to misuse. It is a great deal easier to potential benefits because they don’t know feedstock quality scenario, and so on.
use them badly than to use them properly. what they don’t know.
As a consequence of this, there are many Programmers have to set certain variables
all dressed up, no place
who think that successful modelling (often to default values to make the program to go?
defined by the worst users as simply getting easy to get going. They have to simplify Process plant designers tend to set up their
the recycle streams to converge) proves that mathematical models of physical sciences to mass and energy balance models in MS
a design is viable. These are not just less able work reasonably quickly on readily-available Excel, in such a way that it is easy to vary the
students, there are professors advocating computers by making assumptions which parameters which define the design envelope,
proof by modelling, and the use of models to become invisible, implicit features of the and quickly generate multiple scenarios,
generate rules of thumb for design. program. allowing them to carry out the sensitivity

june 2014 www.tcetoday.com 45


tce PLANT DESIGN

is nothing whatever. These numbers are far by aesthetics, economics, and, yes, ethics or
below the resolution of my model. They don’t their absence, designs tend to get pared down
It would be quicker to build mean a thing. in time. This paring down can take the form
the plant than to build a Only the most rigorous users will ascertain of enlargement in size without a proportional
completely true model of the whether the thermodynamic and physical increase in strength, in defiance of the size
data is valid over the ranges of physical effect; streamlining in the sense of doing
plant, and this model would conditions used, and how large the product away with what is believed to be superfluous;
tell us nothing we could not of all the uncertainties associated with lightening by the use of stronger materials or
measure on the plant itself. the use of that data is. Few indeed will talk materials stressed higher than before; and
directly to program vendors and writers to cheating, which can take the form of leaving
understand all of the assumptions built into out some indicated reinforcement in concrete
analysis which the CAPE SIG guidelines the program, as the CAPE SIG guidelines or deliberately substituting inferior materials
require. suggest. for specified ones. The cumulative effect of
Unfortunately, the reasonably slick-looking Program default output is usually presented such paring down of strength is a product that
outputs of modelling programs seem to in a spuriously precise way. The program can more readily fail. If the trend continues
encourage unreasonable trust in their default has not been told how large a margin of indefinitely, failure is sure to occur.”
outputs. Generating multiple scenarios error is associated with its input data. It can A simple pressure vessel is usually designed
and analysing sensitivity are often thought be the case that when we add together all of with a safety factor of 4, meaning it is four
unnecessary. The ease with which these the errors and uncertainties in the data, the times as strong as it theoretically needs to
programs are misused, and their ability assumptions and approximations and errors be in a world without error, incompetence
to shortcut understanding of the process built into the program, and those of the or cheating. Designers of far more complex
to produce an apparent solution, can be a program operator, our answer might be only process plants need the humility to
problem if they are not used as intended. accurate to the first two or three figures. acknowledge our persistent inability to control
These programs allow a ‘process’ to be There is nothing wrong with data with two and predict both nature and art. We do not
‘designed’ and supposedly optimised in a or three significant figures, unless you start yet understand or control the physical world
model space which has no limitations in to believe that the model is the thing itself, to the point where first-principles designs
physical layout, no distinctions between and that professional judgment is no longer (which is the best that modelling programs
the commercially-available types or sizes needed. As the guidelines say, outputs need can produce) are safe, robust or economical.
of equipment, no consideration of the to look sensible, and if you don’t know what I would invite anyone who disagrees to fly
requirements of other disciplines, no real sensible looks like, you should speak to in an aircraft with the safety factor of 1 –
consideration of cost impacts, and little someone who does. Modelling programs can exactly as strong as it needs to be in a perfect
consideration of many safety, environmental produce nonsensical outputs even if properly world – which some of our plants are now
and QA issues. Physical plants may be operated, especially in systems with nested approaching.
optimised with tools such as pinch analysis, recycles.
but anyone ‘optimising’ a virtual plant In one example, a company used a guilty until proven innocent
with these tools needs to understand that modelling programme to generate rules These programs are potentially useful tools,
optimising the map does not optimise the of thumb used in a design manual which but the CAPE working group’s advice to treat
territory. were obviously insufficient to those more their outputs as guilty until proven innocent is
For example, I can apply pinch analysis experienced in designing the type of plant. By often nowadays reversed by those who do not
to a computer model of a plant which has the time I spotted this and objected, several understand their limitations. Their outputs are
been defined only in the broadest terms, full-scale plants had been built which were now considered by many as almost equivalent
and has not been fed with lots of data from a far smaller than they needed to be, due to proof of a design to actually building the plant,
real plant. I can get the recycles to converge, the effective removal of margins of safety. and consequently able to be used to optimise
but the resolution of the model is broadly The investigation into the mistake consisted a process plant in virtual reality. tce
similar to the resolution of the cost estimate of using a different modelling program to
associated with it, maybe +/- 50%. test the usual rules of thumb, but the data Sean Moran (sean.moran@nottingham.
There are limits on the ability to control which was input was chosen to make them ac.uk) is director of Expertise Limited,
and measure a real plant, but they probably look excessive. The effective failure of the real associate professor at the University of
don’t define real-world optimisation. For plant was not thought to be as strong a piece Nottingham, and author of the forthcoming
example, on a real plant, we might save 5% of evidence as computer modelling. IChemE/Elsevier book An Applied Guide to
of a heat exchange duty by switching to a This is no trivial matter, as I hear that many Process and Plant Design.
spare heat exchanger. Any optimisation now believe that this fallacious approach
technique which gives me lower savings can produce plant designs which require no 1. http://bit.ly/1gGqpyL
than this is probably not worthwhile acting additional safety factors. This looks to me
on. I can however carry out a pinch analysis exactly like the process of erosion of safety
on the real plant, and I might find some margins due to complacent application Chemical Engineering Matters
savings which I can be reasonably sure will of methods outside their safe operating The topics discussed in this article refer to the
following lines on the vistas of IChemE’s technical
materialise in practice. envelope leading to the engineering disasters strategy document Chemical Engineering Matters:
But in my rough computer model, I am such as that of the Tacoma Narrows Bridge,
working to only +/- 50% costing. What am which Henry Petroski discusses in many
I to make of pinch analysis telling me that of his books. As he says in the context Health and wellbeing Lines 8–9, 21
an additional heat exchanger will save me of structural engineering: “The more
Visit www.icheme.org/vistas1 to discover where
5% a year in energy costs, and the computer successful a design, the more likely it is to
this article and your own activities fit into the myriad
model telling me that this will add +10% to be a model for future designs. But because of grand challenges facing chemical engineers
my overall capital cost? The correct answer engineering and construction are influenced

46 www.tcetoday.com june 2014

View publication stats

You might also like