Hi everyone, I'm performing a model in LS-DYNA, and I need to set up an input motion only at the base of the model; thus, I selected PRESCRIBED_MOTION because it gives the possibility to add any of the following variables: displacement, velocity or acceleration. However, with this selection, the model does not recognize any friction with the environment (walls of glass in this case). I checked if the contacts are working properly, and I made another example, but this time with INITIAL_VELOCITY applied at the base, and this time the friction works properly.
Can anyone tell me how to put a prescribed input of acc, vel, or disp. at a segment of nodes.
Thanks in advance!
Hi @hugo-s,
This is one of the biggest drawbacks to using *Boundary_prescribed_motion, external factors do not affect the applied motion.
You can use *Initial_velocity to prescribe a velocity to a node set. If you have acceleration or displacement, then you can integrate or differentiate the curves to get velocity and then apply it.