Error in simulating biphasic uniaxial tensile test #66
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 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 The first error states that the homogenization scheme homogenization:
bicrystal:
N_constituents: 2
type: isostrain Please also see the configuration examples provided in the folder |
Beta Was this translation helpful? Give feedback.
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, herebicrystal
andN_consituents: 1
. The homogenizationbicrystal
used in the material definitions expects only one constituent because you specifiedbut 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…