User Tools

Site Tools


examples:miscellaneous

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
examples:miscellaneous [15:42 26.07.2013] – [French Flag: Morphogen gradient] Walterexamples:miscellaneous [18:13 18.08.2021] (current) – Moved to GitLab Pages Diego Jahn
Line 1: Line 1:
-~~NOTOC~~ 
-==== Miscellaneous models ==== 
  
-=== Minimal model === 
-[{{ :minimal_model.png?direct&200|Minimal valid XML model}}] 
-** Aim ** 
- 
-This example does nothing - expect being the minimal valid Morpheus model.  
- 
-Such a model is generated when choosing ''File -> New''. 
- 
-** Description ** 
- 
-The basic model only includes the required nodes ''MorpheusModel'', ''Description'', ''Space'' and ''Time''. 
-Their required nodes and attributes are added recursively, such as ''Lattice class'' and ''StopTime value''. 
- 
-** Try it! ** 
- 
-  * Invalidate this minimal model by editing it (but keeping it well-formed). For example, remove ''Time/StopTime''. Then try to load it in ''morpheus-gui''. This should trigger a warning saying that what went wrong, and how it was solved. Check the ''Fixboard'' to see the changes the morpheus made. 
-  
-** Model ** 
- 
-++++ Minimal.xml |  
-<code xml model.xml> 
-<?xml version='1.0' encoding='UTF-8'?> 
-<MorpheusModel version="1"> 
-    <Description> 
-        <Title></Title> 
-    </Description> 
-    <Space> 
-        <Lattice class="linear"> 
-            <Size value="0 0 0"/> 
-        </Lattice> 
-    </Space> 
-    <Time> 
-        <StartTime value="1.0"/> 
-        <StopTime value="1.0"/> 
-    </Time> 
-</MorpheusModel> 
-</code> 
-++++ 
- 
----- 
- 
-=== Game of Life: Cellular Automata === 
-[{{ :example-gameoflife.png?direct&200|Conway's Game of Life}}] 
-{{vimeo>47171614?small }} 
- 
-** Aim ** 
-This example models probably the best-known classic cellular automaton (CA) model: Conway's Game of Life. 
- 
-It shows an alternative use of ''System'' for synchronous updating of ''Equations''. 
- 
-** Description ** 
- 
-In this model, the lattice is filled with cells of size 1. Each cell counts the number of neighboring cells that are 'alive' and acts accordingly. The rules that make up the Game of Life are implemented in a ''System'' of ''Equations'' in which all ''Equations'' are updated synchronously. 
- 
-** Try it! ** 
- 
-  * Change the ''Neighborhood'' from a Moore (2nd order) to von Neumann (1st order). 
- 
-** XML model ** 
- 
-<code xml |h GameOfLife.xml |h> 
-extern>http://imc.zih.tu-dresden.de/morpheus/examples/Miscellaneous/GameOfLife.xml 
-</code> 
-\\ 
-----  
-===== French Flag: Morphogen gradient ===== 
-[{{ :example-frenchflag.png?direct&200|Wolpert's French Flag}}] 
- 
-=== Introduction === 
- 
-This example shows Wolpert's classical French Flag model. Depending on the local concentration of a morphogen, cells adopt one of three cell types based on internal thresholds. 
- 
-=== Model description === 
- 
-The model sets up a morphogen gradient in the x direction ''PDE''. Note that no diffusion is used, since we use the steady-state solution of diffusion. 
- 
-The cells in ''CellType'' register the (average) local morphogen concentration using ''PDEReporter''. Based on the specified threshold values, they choose an identity ''I'' as defined in the ''Equation''. 
- 
-Note that this model is not time-dependent. ''Time'' is therefore set from ''StartTime'' 0 to ''StopTime'' 0.  
- 
-  * Change the physical length of the domain by editing ''Space -> NodeLength'' that controls the physical size per lattice site. 
-  * Change the model such that the morphogen gradient is set up by production and diffusion, using ''Diffusion''  and a ''System'' with ''DiffEqn''. That is, change the model into a time-dependent model. 
-   
-=== Full model === 
- 
-<code xml |h FrenchFlag.xml |h> 
-extern>http://imc.zih.tu-dresden.de/morpheus/examples/Miscellaneous/FrenchFlag.xml 
-</code> 
-\\ 
-In Morpheus GUI: ''File -> Examples -> Miscellaneous -> FrenchFlag.xml''. 
- 
- 
-----  
examples/miscellaneous.1374846171.txt.gz · Last modified: 15:42 26.07.2013 by Walter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki