Skip to content
Discussion options

You must be logged in to vote

There's nothing wrong with your understanding. You just need to be careful with the boundary conditions since they need to fully constrain (with Dirichlet-type BC) all nodes of the HEX8 element. That's really the only way of making sure balance of linear momentum is not at play.

See my input file below:

Modified input file
[GlobalParams]
  displacements = 'disp_x disp_y disp_z'
[]

[Mesh]
  [gmg]
    type = GeneratedMeshGenerator
    dim = 3
    nx = 1
    ny = 1
    nz = 1
  []
[]

[Physics]
  [SolidMechanics]
    [QuasiStatic]
      [all]
        strain = SMALL
        new_system = true
        add_variables = true
        formulation = TOTAL
        volumetric_locking_correction = false

Replies: 3 comments 4 replies

Comment options

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

Comment options

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

Comment options

You must be logged in to vote
2 replies
@hugary1995
Comment options

Answer selected by hugary1995
@fusmatrs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants