Skip to content

About Rodrigues space #473

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

You must be logged in to vote

(Needs Version 4.4.2-22)

Neper can indeed generate these plots, even if the process is a bit tedious for now. It will be much simpler in a future Neper version.

Here is how to proceed:

# generate tessellation and mesh for the polycrystal
neper -T -n 1000 -oricrysym cubic -o n1000 -reg 1
neper -M n1000.tess -for msh,sim

# generate and mesh orientation space
neper -T -n 1 -domain "rodrigues(cubic)" -o rod
neper -M rod.tess -cl 0.04 -for msh,sim

# compute odf at elements and nodes (only nodes needed)
neper -S n1000.sim -orispace rod.msh -resmesh "odf,odfn"

# visualize orientation space and color according to the ODF nodal values
neper -V n1000.sim/orispace/rod.msh    \
      -datanodecol …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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
3 participants