I currently have a portion of a stent and balloon that I have assigned boundary conditions to such that they will account for symmetry and only move in the appropriate directions.
Here is the setup for my simulation:
In the displacement step, I have assigned a boundary condition to the balloon such that the nodes all move radially outward, interact with the stent, and will ultimately inflate the stent.
One of the main problems, if not THE problem, is that the time step increment decreases so much that the simulation always maxes out the number of increments I have assigned.
I have the simulation set to run for 5s and after about 2.75s (total time) the time step has dropped to the 10^-16 magnitude. This always causes the simulation to abort because it has reach the max number of increments.
Does anyone know what I can do to get this simulation running properly? Thanks.