Assignment 3 - 2014

From Process Control: 3P4
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Due date(s): 03 February 2014, in class
Nuvola mimetypes pdf.png (PDF) Assignment questions
Nuvola mimetypes pdf.png (PDF) Assignment solutions

<rst> <rst-options: 'toc' = False/> <rst-options: 'reset-figures' = False/> .. rubric:: Assignment objectives: understand how to work with nonlinear systems; how to model time delays; further experience with transfer functions and block diagrams. Getting some practice for the midterm.

.. question:: :grading: 10

Consider the system from the previous assignment. It is a CSTR where the reaction :math:`\text{A} \longrightarrow \text{B}` is occurring. You do not have to derive the component material balance, i.e., the differential equation in the figure.

.. image:: ../figures/process-control/Marlin-slides/ode-system.png :scale: 100 :width: 700px

Using the above nonlinear model, create a linearized model and find the Laplace transform representation of it. You will need to create deviation variables :math:`C_A'` for outlet concentration, and :math:`C_{A0}'` for inlet concentration. The transfer function will relate the outlet concentration :math:`C_A'` to the incoming (input) concentration, :math:`C_{A0}'`.


.. question:: :grading: 8


*From a previous midterm*

A thermometer having first-order dynamics, with a time constant of 0.2 minutes, is placed in a temperature bath, and after the thermometer comes to equilibrium, with the bath, the temperature of the bath is increased linearly with time, at a rate of 0.5 degrees per minute.

#. Write down what the Laplace transfer expression would be for the thermometer temperature reading, :math:`T`. Use deviation variables.

#. Find the analytical response of the thermometer temperature, :math:`T'(t)`.


.. question:: :grading: 12


*From a previous midterm*

A second order reaction occurs in a well mixed tank (liquid phase reaction). The system is currently operating at steady state, however the inlet feed flow and concentration are both known to vary (i.e. there are two inputs to the system)

The reaction is given by :math:`-r_\text{A} = kC_\text{A}^2`, and you may assume the tank volume is constant, and the reactor is isothermal. The reaction rate constant has units of :math:`\text{m}^3.\text{s}^{-1}.\text{mol}^{-1}`.

#. Derive a dynamic model that relates the outlet concentration of species A, denoted by :math:`C_\text{A}`, to the inlet flow rate, :math:`F`, and inlet concentration, :math:`C_\text{A,in}`.

#. Use this model to derive the Laplace transform representation, linearizing where required.


.. question:: :grading: 10


*From a previous midterm*

Apply a step input of magnitude 3 units to the following system:

.. math::

G(s) = \dfrac{e^{-2s}}{\left(s^2+2s+5\right)\left(s+2\right)}

then, without explicitly inverting to the time domain, determine:

#. whether the response is stable #. the steady value of the response #. whether the response will have oscillatory characteristics (justify your answer). #. Give a rough sketch of the system's output, starting from when the step response is applied.


</rst>