Location: Models for the OpenCOR and PMR tutorial by Peter Hunter @ 2299296b8812 / README.rst

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2016-03-21 15:34:52+13:00
Desc:
trying to fix up hyperlink reference errors
Permanent Source URI:
https://models.fieldml.org/workspace/25d/rawfile/2299296b88120e35bd9f5a17e434dafd1ea00688/README.rst

Models for the Tutorial on CellML, OpenCOR & the Physiome Model Repository
==========================================================================

In this workspace we have the model and simulation experiment descriptions for the examples used in the tutorial on CellML, OpenCOR & the Physiome Model Repository created by Peter Hunter. The latest version of the tutorial itself is available at: http://tutorial-on-cellml-opencor-and-pmr.readthedocs.org/. This tutorial is also utilised as part of the `Computational Physiology <http://dtp-compphys.readthedocs.org>`_ module of the `MedTech CoRE <http://www.cmdt.org.nz>`_ `Doctoral Training Program <https://www.cmdt.org.nz/dtp>`_.

While the tutorial often leads the reader through creating these models from the beginning, here we provide the complete models and associated simulation experiments. As expected from the title of the tutorial, the models themselves are encoded in the `CellML <https://cellml.org>`_ format. The simulation experiments are encoded in the `SED-ML <http://sed-ml.org>`_ format and where possible we link directly to them to enable the user to simply launch them directly in `OpenCOR <http://opencor.ws>`_ from the repository (and also from within the tutorial documentation).

Van der Pol oscillator
----------------------

Used in the *Create and run a simple CellML model: editing and simulation* section of the tutorial, the classical `Van der Pol oscillator <vanderpol.cellml/view>`_ is the first model described in the tutorial. The simulation experiment for this model described in the tutorial can be obtained by loading the `corresponding SED-ML document <vanderpol.sedml>`__ into OpenCOR and executing the simulation. The results of which are shown below.

.. figure:: screenshots/vanderpol.png
   :figwidth: 85%
   :alt: Screenshot illustrating the results of executing the Van der Pol simulation experiment in OpenCOR.
   
   A screenshot illustrating the results when the associated SED-ML document is loaded into OpenCOR and the simulation executed.
   

Exponential decay: A simple first order ODE
-------------------------------------------

Used as the simplest example of a first order differential equation, this `model <Firstorder.cellml/view>`_ consists of a `single equation <Firstorder.cellml/cellml_math>`_. One of the simulation experiments for this model described in the tutorial can be obtained by loading the `corresponding SED-ML document <Firstorder.sedml>`__ into OpenCOR and executing the simulation.