Merge cells generated from a position file #733
Replies: 1 comment 2 replies
-
A command that works is:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First I would like to thank you for all the work you have done the last 10 years on the software.
I'm trying to generate an aggregate using a position file, but where group of cells can belong to a same grain.
I have one file for :
The command I use right now is as follow :

neper -T -n 2460 -dim 3 -domain "cube(253.5,189.5,100)" -morphooptiini "coo:file(Position_File.txt),weight:0" -ori "file(Orientation_Data.txt,des="quaternion")" -group "file(Cell_Grains_Id.txt)" -reg 1 -o simulation
And here's what I get with the following command line :
neper -V simulation.tess -datacellcol group -print simulation_agg2
Is there a way to merge all the cells belonging to the same group together ?
And attribute the orientation to the group and not to each cell (which would avoid the repetition of orientations in the fille).
I saw there is a mergecell option with the -transform function, but I'm confused on how it works.
Thank you in advance,
Regards,
Remy
Position_File.txt
Orientation_Data.txt
Cell_Grains_Id.txt
Beta Was this translation helpful? Give feedback.
All reactions