|
|||
Home Download Resources Extensions FAQ References Contact Us Models: Library Community Modeling Commons User Manuals: Web Printable Chinese Czech |
NetLogo User Community Models(back to the NetLogo User Community Models) flameby suslik (Submitted: 04/07/2011)
WHAT IS IT?
This is something that is intended to look like a flame HOW IT WORKS
Heat diffuses and evaporates in the world. Invisible particles produce heat and cool down with various speed (faster if heat > ideal-heat, slower otherwise). New particles are created at the bottom of the world with random positions and output-heats. Particles move to the best closest patch from the 3 closest next patches in the next row. Best patch is the patch with least absolute value of the particles ideal temperature - heat. All particles have the same ideal-heat which is 15 HOW TO USE IT
Press "go" to start the model
max-particle-output-heat:
max-flame-base-width:
flame-base%:
color-balance: THINGS TO NOTICE
Notice the shape evolution of flame columns EXTENDING THE MODEL
Extend the model with: | ||
(back to the NetLogo User Community Models)