Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write Matlab code for this problem and explain how it's working. Problem description: Given an Isothermal series CSTR (Continuous Stirred Tank Reactor) reactor systems (shown
Write Matlab code for this problem and explain how it's working.
Problem description: Given an Isothermal series CSTR (Continuous Stirred Tank Reactor) reactor systems (shown in Fig.1) with first order reaction kinetics, objective is to obtain dynamic response of the concentration of A(CA1& CA2 ) in the reactors for a step change in the inlet concentration of A (i.e. input variable (CAo) ). Component material balance is given as: dtdCA1dtdCA2=VF(CAoCA1)VkCA1=VF(CA1CA2)VkCA2 Output variables (i.e. measurement variables): CA1,CA2 Manipulated variable: CAo Disturbance variable: F Sampling time of reactor concentration measurement CA1&CA2 is 1 min. 1. Steady State Calculation: a. Determine steady state concentrations (CA1&CA2) in the reactor using ODE 45 solver. b. Plot the steady state profile of concentrations (CA1&CA2) in the reactor w.r.t. time. 2. Open loop simulation: Carryout open loop simulation of the process by manipulating the input variable as follows: Inlet concentration of A : - CA0=0.925 for time (or number of samples) 100min&& 200 min \& \& 100min&& 200 min \& \&Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started