How do I add the reaction kinetics law for a pseudo-first order rate reaction?
조회 수: 2 (최근 30일)
이전 댓글 표시
I am creating a model of a reaction of two species. The reaction is pseudo-first order rate reaction. The reaction is as follows:
A + B -> P
Reaction Rate should be:
k*A
(B is not involved in reaction rate calculation, as it is added in excess.)
How do I add the reaction kinetics law for a pseudo-first order rate reaction? It does not seem I could use "MassAction" option.
댓글 수: 0
답변 (1개)
Rick Paxson
2011년 1월 27일
Hi,
The way to do this is to directly specify the reaction rate for the reaction rather than specifying a kinetic law. That is if you want k*A to be the rate.
If you have the case where the concentration of B remains constant but participates in the reaction rate you can specify that by setting B to be a boundary condition. Doing this (and specifying Mass Action as the kinetic law) will result in a reaction rate of K*B*A but B will be constant. (i.e. k' = K*B) and the reaction rate will be k'*A. Let me know if this answers your question.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Biotech and Pharmaceutical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!