0% found this document useful (0 votes)
24 views43 pages

Chapter 2

Uploaded by

arbengtrk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views43 pages

Chapter 2

Uploaded by

arbengtrk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 43

Mathematical Modeling of

Chemical Processes
Chapter 2

Mathematical Model (Eykhoff, 1974)


“a representation of the essential aspects of an existing
system (or a system to be constructed) which
represents knowledge of that system in a usable form”

Everything should be made as simple as possible, but


no simpler.
General Modeling Principles
• The model equations are at best an approximation to the real
process.
• Adage: “All models are wrong, but some are useful.”
• Modeling inherently involves a compromise between model
Chapter 2

accuracy and complexity on one hand, and the cost and effort
required to develop the model, on the other hand.
• Process modeling is both an art and a science. Creativity is
required to make simplifying assumptions that result in an
appropriate model.
• Dynamic models of chemical processes consist of ordinary
differential equations (ODE) and/or partial differential equations
(PDE), plus related algebraic equations.
Table 2.1. A Systematic Approach for
Developing Dynamic Models
1. State the modeling objectives and the end use of the model.
They determine the required levels of model detail and model
accuracy.
Chapter 2

2. Draw a schematic diagram of the process and label all process


variables.
3. List all of the assumptions that are involved in developing the
model. Try for parsimony; the model should be no more
complicated than necessary to meet the modeling objectives.
4. Determine whether spatial variations of process variables are
important. If so, a partial differential equation model will be
required.
5. Write appropriate conservation equations (mass, component,
energy, and so forth).
Table 2.1. (continued)
6. Introduce equilibrium relations and other algebraic
equations (from thermodynamics, transport phenomena,
chemical kinetics, equipment geometry, etc.).
7. Perform a degrees of freedom analysis (Section 2.3) to
Chapter 2

ensure that the model equations can be solved.


8. Simplify the model. It is often possible to arrange the
equations so that the dependent variables (outputs) appear
on the left side and the independent variables (inputs)
appear on the right side. This model form is convenient
for computer simulation and subsequent analysis.
9. Classify inputs as disturbance variables or as manipulated
variables.
Modeling Approaches
 Physical/chemical (fundamental, global)
• Model structure by theoretical analysis
 Material/energy balances
 Heat, mass, and momentum transfer
Chapter 2

 Thermodynamics, chemical kinetics


 Physical property relationships
• Model complexity must be determined
(assumptions)
• Can be computationally expensive (not real-
time)
• May be expensive/time-consuming to obtain
• Good for extrapolation, scale-up
• Does not require experimental data to obtain
(data required for validation and fitting)
Conservation Laws
Theoretical models of chemical processes are based on
conservation laws.
Conservation of Mass
 rate of mass  rate of mass  rate of mass 
Chapter 2

    (2-6)


accumulation   in   out 

Conservation of Component i
rate of component i  rate of component i 
  
 accumulation   in 

rate of component i  rate of component i 


   (2-7)
 out   produced 
Conservation of Energy
The general law of energy conservation is also called the First
Law of Thermodynamics. It can be expressed as:
rate of energy  rate of energy in  rate of energy out 
   
 accumulation   by convection   by convection 
Chapter 2

net rate of heat addition   net rate of work 


   
  to the system from   performed on the system  (2-8)
 the surroundings   by the surroundings 
   

The total energy of a thermodynamic system, Utot, is the sum of its


internal energy, kinetic energy, and potential energy:
Utot  Uint  U KE  U PE (2-9)

Input+generation-output-consumption= accumulation
 Black box (empirical)
• Large number of unknown parameters
• Can be obtained quickly (e.g., linear regression)
• Model structure is subjective
Chapter 2

• Dangerous to extrapolate
 Semi-empirical
• Compromise of first two approaches
• Model structure may be simpler
• Typically 2 to 10 physical parameters estimated
(nonlinear regression)
• Good versatility, can be extrapolated
• Can be run in real-time
• linear regression
y  c0  c1 x  c2 x 2
• nonlinear regression

y  K 1  e t /  
Chapter 2

• number of parameters affects accuracy of model,


but confidence limits on the parameters fitted must
be evaluated
• objective function for data fitting – minimize sum of
squares of errors between data points and model
predictions (use optimization code to fit
parameters)
• nonlinear models such as neural nets are
becoming popular (automatic modeling)
Number of
births (West
Germany)
Chapter 2

Number of sightings of storks

Uses of Mathematical Modeling


• to improve understanding of the process
• to optimize process design/operating conditions
• to design a control strategy for the process
• to train operating personnel
Development of Dynamic Models
Illustrative Example: A Blending Process
Chapter 2

An unsteady-state mass balance for the blending system:

rate of accumulation   rate of   rate of 


    (2-1)
 of mass in the tank  mass in  mass out 
d Vρ 
or
 w1  w2  w (2-2)
dt
where w1, w2, and w are mass flow rates.

• The unsteady-state component balance is:


Chapter 2

d Vρx 
 w1x1  w2 x2  wx (2-3)
dt

The corresponding steady-state model was derived in Ch. 1 (cf.


Eqs. 1-1 and 1-2).
0  w1  w2  w (2-4)
0  w1x1  w2 x2  wx (2-5)
The Blending Process Revisited

d Vρ 
 w1  w2  w (2-2)
dt
For constant  , Eqs. 2-2 and 2-3 become:
Chapter 2

dV
  w1  w2  w (2-12)
dt
 d Vx 
 w1x1  w2 x2  wx (2-13)
dt

d Vρx 
 w1x1  w2 x2  wx (2-3)
dt
Equation 2-13 can be simplified by expanding the accumulation
term using the “chain rule” for differentiation of a product:
d Vx  dx dV
  V  x (2-14)
dt dt dt  d Vx 
 w1x1  w2 x2  wx (2-13)
Substitution of (2-14) into (2-13) gives: dt
dx dV
Chapter 2

V   x  w1x1  w2 x2  wx dV (2-15)
dt dt   w1  w2  w (2-1
dt
Substitution of the mass balance in (2-12) for  dV/dt in (2-15)
gives:
dx
V  x  w1  w2  w   w1x1  w2 x2  wx (2-16)
dt
After canceling common terms and rearranging (2-12) and (2-16),
a more convenient model form is obtained:
dV 1
  w1  w2  w  (2-17)
dt 
dx w1 w2
  x1  x    x2  x  (2-18)
dt V  V
Chapter 2
Chapter 2 Stirred-Tank Heating Process(Constant holdup)

Figure 2.3 Stirred-tank heating process with constant holdup, V.


Stirred-Tank Heating Process (cont’d.)

Assumptions:

1. Perfect mixing; thus, the exit temperature T is also the


Chapter 2

temperature of the tank contents.


2. The liquid holdup V is constant because the inlet and outlet
flow rates are equal (wi=w).
3. The density  and heat capacity C of the liquid are assumed to
be constant. Thus, their temperature dependence is neglected.
4. Heat losses are negligible.
For the processes and examples considered in this book, it
is appropriate to make two assumptions:

1. Changes in potential energy and kinetic energy can be


neglected because they are small in comparison with changes
in internal energy.
Chapter 2

2. The net rate of work can be neglected because it is small


compared to the rates of heat transfer and convection.

rate of energy  rate of energy in  rate of energy out 


   
 accumulation   by convection   by convection 

net rate of heat addition   net rate of work 


   
  to the system from   performed on the system  (2-8)
 the surroundings   by the surroundings 
   
For these reasonable assumptions, the energy balance in
Eq. 2-8 can be written as

 
dU int )
  wH  Q (2-10)
Chapter 2

dt

  denotes the difference


U int  the internal energy of between outlet and inlet
the system conditions of the flowing
) streams; therefore
H  enthalpy per unit mass
 
)
-Δ wH = rate of enthalpy of the inlet
w  mass flow rate
stream(s) - the enthalpy
Q  rate of heat transfer to the system
of the outlet stream(s)
Model Development - I
For a pure liquid at low or moderate pressures, the internal energy
is approximately equal to the enthalpy, Uint  H, and H depends
only on temperature. Consequently, in the subsequent
development, we assume that Uint = H and Uˆ int  Hˆ where the
Chapter 2

caret (^) means per unit mass. A differential change in


temperature, dT, produces a corresponding change in the internal
energy per unit mass, dUˆ int ,

dUˆ int  dHˆ  CdT (2-29)

where C is the constant pressure heat capacity (assumed to be


constant). The total internal energy of the liquid in the tank is:

U int  VUˆ int (2-30)


Model Development - II
An expression for the rate of internal energy accumulation can be
derived from Eqs. (2-29) and (2-30): U int  VUˆ int (2-30)
dU int dT
 VC (2-31)
dt dt dUˆ int  dHˆ  CdT (2-29)
Chapter 2

Note that this term appears in the general energy balance of Eq. 2-10.

Suppose that the liquid in the tank is at a temperature T and has an


enthalpy, Ĥ . Integrating Eq. 2-29 from a reference temperature
Tref to T gives, dUˆ int  dHˆ  CdT (2-29)

Hˆ  Hˆ  C T  T
ref  ref  (2-32)
where Hˆ ref is the value of Ĥ at Tref. Without loss of generality, we
assume that. Hˆ ref  0 Thus, (2-32) can be written as:


Hˆ  C T  Tref  (2-33)
Model Development - III
For the inlet stream  
Hˆ  C T  Tref (2-33)


Hˆ i  C Ti  Tref  (2-34)
Chapter 2

Substituting (2-33) and (2-34) into the convection term of (2-10)


   wH   Q (2-10)
dU int )
gives:
dt

    
 wHˆ  w C Ti  Tref   w C T  Tref 
     (2-35)

Finally, substitution of (2-31) and (2-35) into (2-10)


dU int dT
 VC (2-31)
dT dt dt
V C  wC Ti  T   Q (2-36)
dt
Assume steam-heating: Q  ws H v

dT
V C  wC (Ti  T )  ws H v (2.36)
dt

0  wC (Ti  T )  w s H v (A)
Chapter 2

subtract (A) from (2.36)

dT
V C  wC (T  T )  ( ws  ws )H v
dt

divide by wC

V  dT H v
 T T  ( ws  ws )
w dt wC
Define deviation variables (from set point)

y  T T T is desired operating point


u  ws  ws ws (T ) from steady state
V dy H v H v V
 y   K p and  1
Chapter 2

u note that
w dt wC wC w
dy
note when 0 y  K pu
dt
dy
1   y  K pu
dt
General linear ordinary differential equation solution: sum of exponential(s)
Suppose u  1 (unit step response)
  
t

y (t )  K p 1  e 1 
 
 
Chapter 2

In fact, after a time interval equal to the process time constant (t=τ), the process
response is still only 63.2% complete. Theoretically, the process output never
reaches the new steady-state value except as t→ ∞. It does approximate the final
steady-state value when t≈5τ.
Process Dynamics
Process control is inherently concerned with unsteady
state behavior (i.e., "transient response", "process
Chapter 2

dynamics")
Stirred tank heater: assume a "lag" between heating
element temperature Te, and process fluid temp, T.
heat transfer limitation = heAe (Te – T) Suppose that we have
a significant thermal
capacitance and that
Energy balances the electrical heating
Chapter 2

dT rate Q directly affects


Tank: wCTi +h e Ae (Te -T)-wCT=mC the temperature of the
dt element rather than
dTe the liquid contents.
Chest: Q-h e Ae (Te -T)=me Ce
dt
dT dT
 0, e  0
At s.s. dt dt Where mC and meCe are the thermal
capacitances of the tank contents and the heating element, respectively.

Specify Q  calc. T, Te
2 first order equations  1 second order equation in T
Relate T to Q (Te is an intermediate variable)
y=T-T u =Q-Q Ti fixed

mm e C e d 2 y  m e C e m e C e m  dy 1
2
 
   
  y  u
wh e A e dt  h eAe wC w  dt wC

Note Ce  0 yields 1st order ODE (simpler model)


Chapter 2

Rv
Liquid Storage System

(2.56)
Chapter 2

2. In the simplest case, the flow may be assumed to be


linearly related to the driving force, the liquid head, in
analogy to Ohm’s law for electrical circuits (E=IR)
h=qRv (2-55) Three variation in exit line
1. The inlet or outlet flow rates
Rv: line resistance might be constant
Solve by substituting 2.56 into 2.54 2. The tank exit line may function
simply as a resistance to flow
1 from the tank
q= h - - - -(2.56)
Rv 3. Turbulent flow can be assumed
First-order linear differential equation: in exit line
dh 1
A  qi  h (2-57)
dt Rv
3. A more realistic expression for flow rate q can be
obtained when a valve has been placed in the exit line and
turbulent flow can be assumed. The pressure difference
driving flow through the valve is
P: pressure at the bottom of the tank
ΔP=P-Pa (2.58) Pa: pressure at the end of the exit line
Chapter 2

Assume Pa is ambient pressure


P-Pa
q=Cv (2-59) Bernoulli equation  Bird et el. 2002 

ρg
P  Pa  h (2.60)
Cv is constant gc

dh  P-Pa
A  qi  Cv  qi  Cv h (2-61)
dt 
g
Cv @ Cv
dh gc
Note: This is nonlinear model A  qi  Cv h
dt
Chapter 2
Table 2.2. Degrees of Freedom Analysis

1. List all quantities in the model that are known constants (or
parameters that can be specified) on the basis of equipment
dimensions, known physical properties, etc.
Chapter 2

2. Determine the number of equations NE and the number of


process variables, NV. Note that time t is not considered to be a
process variable because it is neither a process input nor a
process output.
3. Calculate the number of degrees of freedom, NF = NV - NE.
4. Identify the NE output variables that will be obtained by solving
the process model.
5. Identify the NF input variables that must be specified as either
disturbance variables or manipulated variables, in order to
utilize the NF degrees of freedom.
Degrees of Freedom Analysis for the Stirred-Tank
Model:
V , ,C
3 parameters:
T , Ti , w, Q
4 variables:
dT
1 equation: Eq. 2-36 V C  wC Ti  T   Q
Chapter 2

dt
Thus the degrees of freedom are NF = 4 – 1 = 3. The process
variables are classified as:
1 output variable: T
3 input variables: Ti, w, Q
Constant holdup
For temperature control purposes, it is reasonable to classify the three inputs as:
2 disturbance variables: Ti, w
1 manipulated variable: Q
Example 2.2
• Analyze the degree of freedom for the
blending model of d Vρx   w1x1  w2 x2  wx
Chapter 2

(2-3)
dt
for special condition where volume V
constant.

volume V constant
Solution volume V constant

• 2 parameters: V, ρ
Chapter 2

• 4 variables (Nv=4): x, x1, w1, w2


d Vρx 
• 1 equation(NE=1) dt  w1x1  w2 x2  wx (2-3)

• Degree of freedom NF=4-1=3


So we must identify three input variables that
can be specified as function of time in order
for the equation to have a unique solution.
• Consequently, we have

• 1 output: x
Chapter 2

• 3 input: x1, w1, w2


Three degree of freedom can be utilized by
specifying the input as
2 disturbance variable: x1, w1
1 manipulated variable: w2
Example 2.3

• Analyze the degree of freedom of the


Chapter 2

blending system model in


dV 1
  w1  w2  w  (2-17)
dt 
dx w1 w2
  x1  x    x2  x  (2-18)
dt V  V
Is this set of equation linear or nonlinear,
according to the usual working definition
Solution
• Volume is variable rather than a constant
Chapter 2

parameter
• 1 parameter: ρ
• 7 variables (Nv=7): V, x, x1,x2, w,w1,w2
• 2 equations: NE= dVdt  1  w  w  w
1 2 (2-17)

dx w1 w
  x1  x   2  x2  x  (2-18)
dt V  V
Note that a physical output, effluent flow rate w, is
classified as a mathematical input because it can be
specified arbitrarily. A process variable that can be
specified arbitrarily should be identified as an input
• NF= 7-2= 5
• 2 outputs: V and x
• 5 inputs: w,w1,w2,x1,x2
Chapter 2

Because the two outputs are the only variables


to be determined in solving the system of
two equations, no degree of freedom is left.
So the system of equations is exactly
specified and hence solvable.
Utilization of the degree of freedom:
The five inputs are classified as either
disturbance variables or manipulated
Chapter 2

variables.
3 disturbance variables: w1,x1,x2
2 manipulated variables: w,w2
For example, w could be used to control V
and w2 to control x
• Problem: A process tank has two input streams-Stream 1
at mass flow rate w1 and Stream 2 at mass flow rate w2.
The tank’s effluent stream, at flow rate w, discharges
through a fixed valve to atmospheric pressure. Pressure
drop across the valve is proportional to the flow rate
squared. The cross-sectional area of the tank, A, is 5 m2,
and the mass density of all streams is 940 kg/m3.
• Draw a schematic diagram of the process and write an
appropriate dynamic model for the tank level. What is the
corresponding steady-state model?
• At initial steady-state conditions, with w1=2.0 kg/s and
w2=1.2 kg/s, the tank level is 2.25 m. What is the value of
the valve constant?

You might also like