Skip to content
Discussion options

You must be logged in to vote

The second error results from a mismatch between the number of constituents specified per material ID, here 2 with volume fraction 0.8 and 0.2, and the value of the N_constituents parameter in the selected homogenization scheme, here bicrystal and N_consituents: 1. The homogenization bicrystal used in the material definitions expects only one constituent because you specified

homogenization:
  bicrystal:
    N_constituents: 1

but you provide two entries (with volume fractions 0.8 and 0.2) in the constituents list for each material ID.

You need to change the entry to homogenization: bicrystal: N_constituents: 2

The first error states that the homogenization scheme pass can only be used for…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by WuYan936968204
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