Skip to content

Plotting Yield locus #16839

Jan 30, 2021 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Dear @Aayush-T

If you use the crystal plasticity model,
the scalar cumulative plastic strain is calculated and the variable is called "_acc_slip" in the code.
Therefore, you can add an auxiliary variable like:

[./acc_slip]
order = CONSTANT
family = MONOMIAL
[../]

and corresponding AuxKernel:

[./acc_slip]
type = MaterialRealAux
variable = acc_slip
property = acc_slip
execute_on = timestep_end
[../]

Not sure which quantity you are looking for exactly.
If you want something like Mises plastic strain, then you can output the components
of the plastic deformation gradients using for instance:

[./fp_xy]
order = CONSTANT
family = MONOMIAL
[../]

and

[./fp_xy]
type = RankTwoAux
variable = fp_xy
ra…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Aayush-T
Comment options

@WilkAndy
Comment options

@Aayush-T
Comment options

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