Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The steam methane reforming ( SMR ) reaction is commonly used to produce hydrogen: C H 4 + 2 H 2 O h a r
The steam methane reforming SMR reaction is commonly used to produce hydrogen:
The reaction occurs at high temperatures, so you can assume that all species are in the gas phase.
The real reaction typically takes place over a catalyst and is extremely complex to
model but here we will greatly simplify it while using numbers from the real reaction wherever
possible. In this problem, you will assume the reaction is in a batch reactor and use a
combination of materials balances, rate laws, and numerical integration of differential equations
to evaluate the conversion water to hydrogen via the watergas shift reaction. You will work with
partial pressures and can assume that the total pressure has been included in the rate constants.
Assume that the reaction occurs reversibly, with a forward rate constant of
and a reverse rate constant of and the reaction order of
each species corresponds to its stoichiometric coefficient. Use initial partial pressures of
and Derive all relevant equations and numerically solve
the resulting initial value problem to plot the pressures of and from to
minutes. You should use the most accurate builtin solver available eg ODE in
Matlab, solveivp in Python for this part of problem.
a Setup: Derive equations, place them in standard form, and indicate initial
conditions.
b Results: A single plot with curves for each partial pressure.
c Analysis: Briefly discuss the observed behavior.
Repeat problem with Euler's method. You should use a write a code that executes
Euler's method and create a "convergence plot" that shows the error at min as a
function of step size. The convergence plot should have at least different step sizes and
reach a percent error of or lower.
a Setup: Provide the equations for Euler's method and use them to manually solve
for one time step.
b Results: A single plot with at least points connected by a line.
c Analysis: Briefly discuss the time requirements for Euler's method as a function
of step size and as compared to ODE
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