Simulated growth of plants: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
lk to wikilk
Timflutre (talk | contribs)
add software OpenAlea and L-Py | Assisted by Citation bot
Line 17: Line 17:


==Software==
==Software==
*[http://openalea.gforge.inria.fr/ OpenAlea]: an open-source software environment for plant modeling<ref>{{cite journal |doi=10.1145/2791347.2791365 |title=OpenAlea: scientific workflows combining data analysis and simulation |journal=Proceedings of the 27th International Conference on Scientific and Statistical Database Management - SSDBM '15 |pages=1 |year=2015 |last1=Pradal |first1=Christophe |last2=Fournier |first2=Christian |last3=Valduriez |first3=Patrick |last4=Cohen-Boulakia |first4=Sarah |isbn=9781450337090}}</ref>, which contains [https://github.com/openalea/lpy L-Py], an open-source python implementation of the Lindenmayer systems<ref>{{cite journal |doi=10.3389/fpls.2012.00076 |title=L-Py: An L-System Simulation Framework for Modeling Plant Architecture Development Based on a Dynamic Language |journal=Frontiers in Plant Science |volume=3 |year=2012 |last1=Boudon |first1=Frédéric |last2=Pradal |first2=Christophe |last3=Cokelaer |first3=Thomas |last4=Prusinkiewicz |first4=Przemyslaw |last5=Godin |first5=Christophe}}</ref>
*[http://www.mizuno.org/applet/branching/ Branching: L-system Tree] A [[Java applet]] and its [[source code]] ([[open source]]) of the botanical tree growth simulation using the L-system.
*[http://www.mizuno.org/applet/branching/ Branching: L-system Tree] A [[Java applet]] and its [[source code]] ([[open source]]) of the botanical tree growth simulation using the L-system.
*[http://arbaro.sourceforge.net/ Arbaro]- opensource
*[http://arbaro.sourceforge.net/ Arbaro]- opensource

Revision as of 12:50, 3 January 2018

The simulated growth of plants is a significant task in of systems biology and mathematical biology, which seeks to reproduce plant morphology with computer software. Electronic trees (e-trees) usually use L-systems to simulate growth. L-systems are very important in the field of complexity science and A-life. A universally accepted system for describing changes in plant morphology at the cellular or modular level has yet to be devised. [1] The most widely implemented tree-generating algorithms are described in the papers "Creation and Rendering of Realistic Trees", and Real-Time Tree Rendering

'Weeds', generated using an L-system in 3D.

The realistic modeling of plant growth is of high value to biology, but also for computer games.

Theory + Algorithms

A biologist, Aristid Lindenmayer (1925–1989) worked with yeast and filamentous fungi and studied the growth patterns of various types of algae, such as the blue/green bacteria Anabaena catenula. Originally the L-systems were devised to provide a formal description of the development of such simple multicellular organisms, and to illustrate the neighbourhood relationships between plant cells. Later on, this system was extended to describe higher plants and complex branching structures. Central to L-systems, is the notion of rewriting, where the basic idea is to define complex objects by successively replacing parts of a simple object using a set of rewriting rules or productions. The rewriting can be carried out recursively. L-Systems are also closely related to Koch curves.

A Fractal plant
A Fractal plant

Environmental interaction

A challenge for plant simulations is to consistently integrate environmental factors, such as surrounding plants, obstructions, water and mineral availability, and lighting conditions. is to build virtual/environments with as many parameters as computationally feasible, thereby, not only simulating the growth of the plant, but also the environment it is growing within, and, in fact, whole ecosystems. Changes in resource availability influence plant growth, which in turn results in a change of resource availability. Powerful models and powerful hardware will be necessary to effectively simulate these recursive interactions of recursive structures.

Software

see Comparison of tree generators and A Survey of Modeling and Rendering Trees

See also

External links

References

  1. ^ "Simulating plant growth". Retrieved 2009-10-18.
  2. ^ Pradal, Christophe; Fournier, Christian; Valduriez, Patrick; Cohen-Boulakia, Sarah (2015). "OpenAlea: scientific workflows combining data analysis and simulation". Proceedings of the 27th International Conference on Scientific and Statistical Database Management - SSDBM '15: 1. doi:10.1145/2791347.2791365. ISBN 9781450337090.
  3. ^ Boudon, Frédéric; Pradal, Christophe; Cokelaer, Thomas; Prusinkiewicz, Przemyslaw; Godin, Christophe (2012). "L-Py: An L-System Simulation Framework for Modeling Plant Architecture Development Based on a Dynamic Language". Frontiers in Plant Science. 3. doi:10.3389/fpls.2012.00076.{{cite journal}}: CS1 maint: unflagged free DOI (link)