Assignment 7 - 2014

From Process Control: 3P4
Revision as of 17:43, 9 April 2014 by Kevin Dunn (talk | contribs)
Jump to navigation Jump to search
Due date(s): 07 April 2014, in class (no late hand-ins)
Nuvola mimetypes pdf.png (PDF) Assignment questions

<rst> <rst-options: 'toc' = False/> <rst-options: 'reset-figures' = False/> .. rubric:: This assignment gives you practice with multiloop control.

.. question:: :grading: 5

*From a previous final exam*

A 2x2 subsystem, derived from step inputs to a heavy oil fractionator, lead to the following transfer function model:

.. math::

y_1 &= \dfrac{1.2e^{-27s}}{45s + 1}m_1 + \dfrac{4.5e^{-27s}}{50s + 1}m_2 \\ y_2 &= \dfrac{1.4e^{-8s}}{19s + 1}m_1 + \dfrac{4.0}{13s + 1}m_2


where

* :math:`y_1` = top end point * :math:`y_2` = intermediate reflux temperature * :math:`m_1` = top draw rate * :math:`m_2` = intermediate reflux duty

Use a relative gain array analysis to calculate the appropriate loop pairing for this system.

.. answer::

The RGA analysis requires the steady state gain matrix, :math:`\mathbf{K} = \mathbf{G}(s=0)`:

.. math::

\left(\begin{array}{c}y_1\\y_2\end{array}\right) &= \left(\begin{array}{cc} \dfrac{1.2e^{-27s}}{45s + 1} & \dfrac{4.5e^{-27s}}{50s + 1} \\ \dfrac{1.4e^{-8s}}{19s + 1} & \dfrac{4.0}{13s + 1}\end{array}\right) \left(\begin{array}{c} m_1\\ m_2\end{array}\right) \\ \mathbf{y(s)} &= \mathbf{G}(s) \mathbf{m}(s)\\ \intertext{Now set it to steady state, $\mathbf{G(s=0)}$}\\ \left(\begin{array}{c}y_1\\y_2\end{array}\right) &= \left(\begin{array}{cc} 1.2 & 4.5 \\ 1.4 & 4.0\end{array}\right) \left(\begin{array}{c} m_1\\ m_2\end{array}\right) \\ \mathbf{y}(s) &= \mathbf{K} \mathbf{m}(s)\\


The relative gain array is :math:`\mathbf{\Lambda} = \mathbf{K} \otimes \left(\mathbf{K}^{-1}\right)^T`

.. math::

\mathbf{\Lambda} = \left(\begin{array}{cc} -3.2 & 4.2 \\ 4.2 & -3.2\end{array}\right)

which indicates that the following pairing should be made:

* the top end point should be controlled by manipulating the intermediate reflux duty * the intermediate reflux temperature should be controlled by changing the top draw rate


.. question:: :grading: 27 = 5 + 6 + 8 + 8

*From a previous final exam*

Step tests on a distillation column with a methanol-water feed resulted in the following transfer function model:

.. math::

y_1 &= \dfrac{10e^{-7s}}{15s+1}u_1(s) - \dfrac{17e^{-2s}}{21s+1}u_2(s) + \dfrac{4e^{-8s}}{15s+1}d(s)\\ y_2 &= \dfrac{6e^{-7s}}{10s+1}u_1(s) - \dfrac{17e^{-3s}}{12s+1}u_2(s) + \dfrac{5e^{-3s}}{13s+1}d(s)

where:

* :math:`y_1` = overhead methanol mole fraction * :math:`y_2` = bottoms methanol mole fraction * :math:`u_1` = reflux flow rate * :math:`u_2` = reboiler steam flow rate * :math:`d` = feed flow rate

#. Draw a diagram of the equipment, showing the sensor and manipulated variable locations.

#. Determine the appropriate loop pairing for this system.

#. Draw a complete block diagram of the controlled system showing clearly all the transfer function elements.

#. Since the feed flow rate can be readily measured, design a feedforward control system for this process, and show on your block diagram how it would be implemented along with the feedback control system. You may express your design in terms of the transfer function element identifiers :math:`g_{11}(s)`, :math:`g_d(s)` *etc*. without substituting the analytical expressions for the transfer functions.


</rst>