Skip to content

Linear and Powerlaw strain hardening question? #16449

Discussion options

You must be logged in to vote

Dear @naveeniisc

I noticed you fixed the displacement only on one node, called boundary = 100

Can you try more standard boundary conditions for mechanics problems,
like constraining your cubic RVE in a corner,
something like:

[./z0_bot]
type = DirichletBC
variable = disp_z
boundary = back
value = 0.0
[../]

[./y0_bot]
type = DirichletBC
variable = disp_y
boundary = bottom
value = 0.0
[../]

[./x0_bot]
type = DirichletBC
variable = disp_x
boundary = left
value = 0.0
[../]

Convergence problems are likely to appear if you don't constrain properly your system.
Best Regards,
Nicolò Grilli
National University of Singapore

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@naveeniisc
Comment options

Comment options

You must be logged in to vote
3 replies
@naveeniisc
Comment options

@jiangwen84
Comment options

@naveeniisc
Comment options

Comment options

You must be logged in to vote
1 reply
@naveeniisc
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
4 participants