ElementPropertyReadFile is buggy #28974
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now I am trying to perform crystal plasticity simulations using polycrystals. But I always get a weird error, as shown in the figure, there are exactly 271 grains(I check this in peacock, there are indeed 271 blocks named as grain-i, i is from 1 to 271). However, it always reports this error:
Element block id 271 greater than than total number of blocks in mesh: 271. Blocks should be numbered consecutively. ![Screenshot from 2024-10-31 02-09-34](https://github.com/user-attachments/assets/ce513ee6-cce7-4b6d-97fc-f9e5c6d7576d)
And there are indeed 271 lines in EulerAngles.txt:
[UserObjects]
[./prop_read]
type = ElementPropertyReadFile
prop_file_name = 'EulerAngles.txt'
# Enter file data as prop#1, prop#2, .., prop#nprop
nprop = 3
read_type = block
nblock= 271
[../]
[]
Beta Was this translation helpful? Give feedback.
All reactions