Skip to content
Lunelys Runeshaw edited this page Dec 20, 2023 · 1 revision

Illustrations

A few examples of what to expect with periodic boundary conditions, π‘‘π‘š = 0, 𝑑π‘₯ = 0, π‘π‘š = 0, 𝑏π‘₯ = 1, π‘ π‘š = 1, 𝑠π‘₯ = 1, 𝑙π‘₯ = 2.5 (and β„Ž = 16) for the constant rates, and t_𝑖𝑛𝑖𝑑 = 0, t_𝑒𝑛𝑑 = 1000000, 𝑑𝑑 = 0.01, 𝑑 = np.arange(t_init, t_end, dt), 𝑁𝑑 = len(t) for the time parameters.

image Figure 1: basic simulation of a single layer of skin (matrix L) with an absence of chromatophores (white in the figure, 0 in the code), xanthophores (yellow, 1) and melanophores (black, 2). This layer of epidermis can be cut (red, 3)

image Figure 2: simulation with a 2 pixel wide band of iridophores, located in an LI matrix containing either an absence of chromatophore (white, 0), or iridophores (blue, 1). This layer of epidermis can also be cut (red, 2). The LI matrix is visible by transparency of the matrix L (Ξ±=0.7), which explains why the blue is grayed out

image Figure 3: simulation with a skin defect, visible in the lower quarter, 20 pixels wide, on a single layer of skin (L matrix)

image Figure 4: simulation with a band of 2 pixels wide of iridophores as well as a skin defect, visible in the lower quarter, 20 pixels wide

image Figure 5: simulation with a 2 pixel wide band of iridophores as well as a diagonal cut of width 15 pixels. Healing rates set to 1 for all cell types: 𝒉𝒙=1, π’‰π’Ž=1, π’‰π’Š=1 and 𝒉𝒔=1

Clone this wiki locally