Modeling Chemical Reactions.......?
古いコメントを表示
Hi everyone.I am not so familiar with MATLAB or programming.I am writing a code for Solar Model.As a part of it i need to model some chemical reactions.
Ex:
p + p --------> D + (e^+) + neutrino
D + p --------> 3He + photons
Will it be possible? If yes, how?
採用された回答
その他の回答 (4 件)
the cyclist
2011 年 4 月 6 日
0 投票
Yes, it is possible to model this in MATLAB. But I really don't think it is possible to teach you programming and MATLAB from scratch, via this forum. Sorry.
John D'Errico
2011 年 4 月 6 日
0 投票
In order to build a model, one needs to know what your goal is, what you will do with that model. Only you know those things, and you have not communicated them to the world. Perhaps the solution is a differential equation system. Perhaps it is a simple formula. (I'm not a chemist, so I can't go too far here.)
Often your goals for the model drive the solution. Is this something you need to model as a function of time? If so, then often differential equation models are good choices. But you will then need to write down the equations. Transform the graphical form you wrote into mathematics. Then the MATLAB code will naturally be easier.
CHIRAG BARASARA
2017 年 10 月 5 日
0 投票
As thermodynamics we can make model of Chemical-reaction-equilibrium model by 'Gibbs free energy difference is zero at equilibrium' .But for Kinetics we have to perform the reaction.
Feras Alsheet
2019 年 6 月 26 日
0 投票
I would reccomend checking this out!
カテゴリ
ヘルプ センター および File Exchange で Chemistry についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!