Difference between revisions of "Team:Paris Bettencourt/Modeling"
Line 263: | Line 263: | ||
− | <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height=" | + | <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height="420" |
viewBox="-207 -71.7 425.2 737" style="enable-background:new -207 -71.7 425.2 737; float:right;" xml:space="preserve"> | viewBox="-207 -71.7 425.2 737" style="enable-background:new -207 -71.7 425.2 737; float:right;" xml:space="preserve"> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 358: | Line 358: | ||
<br /> | <br /> | ||
For each cell we set the cell type, the next event and the time before the next event. | For each cell we set the cell type, the next event and the time before the next event. | ||
− | + | <br /> | |
<h5>Step 2 : Choose the next event among all cells</h5> | <h5>Step 2 : Choose the next event among all cells</h5> | ||
We have an array containing all the cells. Each cell contain the time before his next event (duplicate or differentiate). | We have an array containing all the cells. Each cell contain the time before his next event (duplicate or differentiate). | ||
<br /> | <br /> | ||
The next event time processed by the algorithm is the smallest cell next event time. | The next event time processed by the algorithm is the smallest cell next event time. | ||
+ | <br /> | ||
<h5>Step 3 : Do the next event</h5> | <h5>Step 3 : Do the next event</h5> | ||
Now that we know the next event type and the concerned cell (only one cell is involved here), we compute this event. | Now that we know the next event type and the concerned cell (only one cell is involved here), we compute this event. | ||
<br /> | <br /> | ||
As explained above, we have three choices. | As explained above, we have three choices. | ||
+ | <br /> | ||
If the cell is a mother cell, the cell can duplicate or differentiate. | If the cell is a mother cell, the cell can duplicate or differentiate. | ||
<br /> | <br /> | ||
Line 374: | Line 376: | ||
We define a new event and time event for the cell and for the new cell in case of duplication. | We define a new event and time event for the cell and for the new cell in case of duplication. | ||
<br /> | <br /> | ||
− | We also performed the number of vitamin calculus by numerically integrating the number of \(DC\). We use the following formula. | + | We also performed the number of vitamin calculus by numerically integrating the number of \(DC\). |
+ | <br /> | ||
+ | We use the following formula. | ||
\[ | \[ |
Revision as of 16:58, 19 August 2015