Material Property '...', requested by '...' is not defined on block 0 #31601
Unanswered
mhelel
asked this question in
Q&A Modules: Phase field
Replies: 1 comment 1 reply
-
|
Hello you don’t need to prefix property names with the material name. kappa_name = anisotropic_eps.epsilon_sq It is fairly common to add prefixes to material property but those need to be a parameter to the material |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working with the Phase Field module and used the KKS formulation. After just copying the code from #https://github.com/idaholab/moose/blob/next/modules/phase_field/examples/kim-kim-suzuki/kks_example_noflux.i I wanted to add a Material Class that defines a small anisotropy:
C file:
H-File:
With the input file beeing:
But now I get the error:
I don't have any idea, why this would not work. I already tried deleting the
[./Partitioner]Block. I also tried addingblock = 0in the[./anisotropic_eps]block. But it still did not workBeta Was this translation helpful? Give feedback.
All reactions