Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
Oct 12, 2016, 2:28:06 PM (10 years ago)
Author:
henrik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    1 = Welcome to the Organism Simulator software =
     1= Welcome to the Organism/Tissue Simulator software page =
    22
    3 The Organism Simulator is a C++ software for simulating biological systems. It
     3The Organism/Tissue Simulator is a C++ software for simulating biological systems. It
    44mainly focuses on systems with multiple cells/compartments, and includes
    5 biochemical as well as mechanical rules for updating the system. It is
    6 assuming a deterministic system and uses an ''Ordinary Differential Equation'' approach.
     5biochemical as well as mechanical and cell proliferation rules for numerically simulating the system dynamics.
     6
     7The software is currently divided into two separate codes:
     8
     9Organism : used for simulating cells with geometries that can be described by a fixed number of variables and parameters.
     10Examples are cells described by Spheres, capped cylinders for rod-shaped cells, and budding yeast shapes.
     11
     12It is assuming a deterministic system and uses an ''Ordinary Differential Equation'' approach.
    713
    814Some of the features of the software are: