Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use_displaced_mesh = false in all Mesh blocks for linear elastic coupling #60

Closed
mangerij opened this issue Jun 5, 2020 · 1 comment

Comments

@mangerij
Copy link
Owner

mangerij commented Jun 5, 2020

displacements=’disp_x disp_y disp_z’ in GlobalParams activates the displaced mesh in the Mesh block by default. This is problematic because it creates needless overhead while we are working with small strains (the linear elastic limit).

Tests should reflect this so users don't get confused and all calculations can run a little faster. May require re-golding.

@mangerij mangerij closed this as completed Jun 7, 2020
@mangerij
Copy link
Owner Author

mangerij commented Jun 7, 2020

This is a possible issue to scaling but also not origin of current bug being investigated (see moose-users list for week of june 1 ).

Note when used_displaced_mesh = false is used in the Mesh block, the PBC problems give incorrect solutions (no longer get correct domain wall boundary orientations w.r.t crystallographic symmetry)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant