Skip to content
Discussion options

You must be logged in to vote

you prefixed the phase0 deformation gradient twice

[phase0_eigenstrain_0]
    type = ComputeCrystalPlasticityThermalEigenstrain
    eigenstrain_name = phase0_eigenstrain_0
    deformation_gradient_name =  phase0_deformation_gradient_0
    temperature = temperature
    thermal_expansion_coefficients = '1.2e-05 1.2e-05 1.2e-05'
    base_name = phase0
  []

should be

[phase0_eigenstrain_0]
    type = ComputeCrystalPlasticityThermalEigenstrain
    eigenstrain_name = eigenstrain_0
    deformation_gradient_name =  deformation_gradient_0
    temperature = temperature
    thermal_expansion_coefficients = '1.2e-05 1.2e-05 1.2e-05'
    base_name = phase0
  []

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Emmanuel-324
Comment options

Answer selected by Emmanuel-324
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants