Reaction Object

버전 1.0.0.0 (28.6 KB) 작성자: David Brook
A class describing a chemical reaction scheme including kinetic and equilibrium parameters.
다운로드 수: 1.3K
업데이트 날짜: 2005/6/17

라이선스 없음

A reaction object contains parameters that describe a chemical reaction scheme in terms of reagents, reaction steps, rate constants and equilibrium constants. The reaction can be evaluated to provide concentrations of species as a function of time and starting concentration. The reaction can also be evaulated to give the equilibrium concentrations of reagents.

Thus:

R=reaction({'a','b','c'},[-1 -1 1],10,100)

returns R as a reaction object describing a simple bimolecular reaction "a + b --> c" with rate constant 10 and equilibrium constant 100.

C=concentrations(R,0:10,[1,1,0])
returns a dataset object containing concentrations of a, b and c for the above reaction evaulated at time points 0:10 and starting concentrations a=1, b=1, c=0.

More detailed documentation is included.

인용 양식

David Brook (2024). Reaction Object (https://www.mathworks.com/matlabcentral/fileexchange/7821-reaction-object), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Chemistry에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Fixed several bugs in concentration calculation. Removed several extraneous files from archive