Skip to content

Need help to create my model #339

Answered by rquey
ashokambig asked this question in Q&A
Nov 30, 2021 · 4 comments · 3 replies
Discussion options

You must be logged in to vote

You coud define a bimodal cell size distribution (1 for the normal grains, 1 for the pores), define a group for each, and then assign an appropriate element characteristic length to each group:

An example in 2D:

neper -T -n from_morpho -morpho "diameq:lognormal(0.1,0.01)+0.5*lognormal(0.01,0.001),1-sphericity:lognormal(0.145,0.03)" -group "diameq>0.03?1:2" -morphooptiini "weight:radeq,coo:packing" -dim 2 -o 2d
neper -M 2d.tess -rcl "group==1?1:0.1" -pl 10

Visualize:

neper --rcfile none -V 2d.tess,2d.msh -dataelt2dedgerad 0.0005 -print img

The element clusters are where the pores are.

In -T, -transform "rmcell(...)" should make it possible to remove the cells associated to the pores, bu…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by rquey
Comment options

You must be logged in to vote
2 replies
@anujyadav0693
Comment options

@riddraw
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants