Wolfram Library Archive


Courseware Demos MathSource Technical Notes
All Collections Articles Books Conference Proceedings
Title Downloads

Chemical Kinetics in Objectica
Author

Stephan Leibbrandt
Organization: Symbols and Numbers Mathematische Software GbR
Conference

International Mathematica User Conference 2008
Conference location

Champaign, IL
Description

Modeling chemical kinetics in a reactor easily ends up with a long piece of source code. Writing down the model on a piece of paper is much shorter, because we interpret the text during reading. Let us take 2H2+O2 -> H2O. In our mind we know that this is a chemical reaction with some reaction enthalpy, that O2 is a molecule with a certain weight, that a mass balance must take into account that H2O is composed of H and O, ... . A «traditional» programming approach would call over and over again an appropriate function for every piece of information. It is much more elegant to create a model in which each model part contains the necessary information and can be used like in the paper version of the model. Every model part is then an object with a kind of «intelligence».

Objectica is a third party application package written purely in Mathematica and easily defines such objects. Because they are lightweight and fast in access, you can also create big models. Every aspect of object oriented modeling is directly implemented in a natural and short syntax--Objectica is designed to create models. Chemical kinetics is just one example. I introduce you into the syntax as well as the concepts of Objectica and all examples shown here are built from scratch in order to facilitate the transfer of the ideas to your own projects, potentially in a totally different subject.

Subject

*Wolfram Technology
URL

http://www.wolfram.com/news/events/userconf2008
Downloads Download Wolfram CDF Player

Download
ChemicalKineticsInObjectica_Abstract.nb (339 KB) - Mathematica Notebook
Download
ChemicalKineticsInObjectica_Presentation.nb (1.6 MB) - Mathematica Notebook