Skip to content

How to create a mixed grain ensemble ? #462

Answered by rquey
ppothana asked this question in Q&A
Discussion options

You must be logged in to vote

Such a structure is obtained when there are no seeds on the right side of the domain. It can for example be generated as follows:

  1. Generate seed coordinate in cube(0.6,1,1):
neper -T -n 1000 -domain "cube(0.6,1,1)" -statseed x,y,z
  1. Generate tessellation is cube(1,1,1) from these seeds:
neper -T -n 1000 -domain "cube(1,1,1)" -morphooptiini "coo:file(n1000-id1.stseed)"
  1. Visualize:
neper -V n1000-id1.tess -showcell "y>0.5" -showedge "cell_shown||domtype==1" -print img

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ppothana
Comment options

Answer selected by rquey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants