-
Hello Romain, I am interested to generate a three level tesselation: let say at level l1, l2 and l3. l1 and l2 are equi-axed while l3 is supposed to be of lamellar morphology, dividing every cell at level l2 into equi-width m number of lamellae along a particular direction d. m is fixed and does not vary with cells at l2 however d changes from cell to cell at level l2. I understand that in order to invoke lamellae morphology, we need to use from_morpho while defining n (number of cells). However, this way I can not fix the number of lamellae to be m. One possibility that I can think of is to first run a two level tesselation generation and then generate the statistics for the resultant cells using -statcell to get the idea of the cell size. Then re-run the three level tesselation, with lamellae width now defined using a file (based on the information obtained from -statcell). I have four queries:
Regards, Danish |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In the last version (
|
Beta Was this translation helpful? Give feedback.
In the last version (
4.9.1-4
), I have "unlocked"-n ... -morpho lamellar
, which I think solves your problem altogether. Please get back to me if it doesn't.