-
|
Hi Romain, I have a general query: In a tesselation command, where the number of cells, domain size and diameq are all provided to Neper (for example discussed in: [https://github.com//discussions/233#discussioncomment-799268], how does it decide the size of the cells? The script in the above example is: Regards, Danish |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Generally speaking, when both the number of grains and the In your case, you'll get 100 cells, all of the same size. This is explained in -morpho. |
Beta Was this translation helpful? Give feedback.
Generally speaking, when both the number of grains and the
diameqare provided, thediameqinput is considered relative. When-n from_morphois used, then thediameqinput is considered absolute.In your case, you'll get 100 cells, all of the same size.
-n 100 -morpho "diameq:2,1-sphericity:lognormal(0.145,0.03)"would produce the same tessellation.This is explained in -morpho.