Skip to content

TensorMechanics force boundary condition #16104

Discussion options

You must be logged in to vote

@ajdubas That's right, my mistake. By default, the ordinates for PiecewiseLinear correspond to time (for some reason I thought there was a t parameter, but all of these details are worked out with the axis parameter).

The reason for the large displacements is a vastly over-sized force. Keep in mind that UserForcingFunctionNodalKernel will apply the full magnitude of the specified forcing function to every single node on the specified boundary. Therefore, the total magnitude of the force you are applying is -10000 N / node * 340 nodes = 3.4e6 N. A force that bears more semblance to the concentrated transverse beam force you want would be roughly -29.4118 N / node. So just use this number i…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

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

@crswong888
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
2 participants