How to deal with ""Program terminated -time step too small"" error message? "


""Time step too small"" is shown when the current time step is less than 10% of the initial time step. You can always decrease the minimum time step to continue the calculation. After loading your problem, go to the Controls panel and select Timestep Options. Change the Minimum Time Step to a very small number, or zero. Zero Minimum Time Step means that the minimum time step size is calculated automatically by the code. The variables affecting the time step are the smallest cell size, gap size, velocity, and sound speed. For Lagrangian type parts, you need to examine the geometry of the parts to see if there are distorted cells. For Eulerian type parts, you need to examine the velocity and sound speed of the parts to see if there are abnormal velocity or sound speeds. If Lagrange-Lagrange interaction is involved in the calculation, you need to check the gap size and gap type. If internal gap is used, the time step is usually calculated from the gap size because it is the smallest. The internal gap size decreases with the decreasing cell length and thus causes the smaller time step size. So the best type of gap is EXTERNAL GAP. Change the gap type to EXTERNAL and run the model again. For Euler calculations, following the instructions help you to prevent a small timestep: 1. Use Internal Energy Transport. This is set in the Controls panel under Transport, by selecting internal for the ALE/Euler Energy option. The default in AUTODYN is Total Energy Transport. In Euler calculations of shaped charges or detonation of explosives where the detonation products escape into a void at high speed, a better result will be achieved using internal energy transport as this provides a more accurate determination of the internal energy in a cell, which in turn is used in the explosive equation of state. 2. Use large relative density cutoffs 1.0E-4 instead of default 1.0E-6. This is set for each material and can be changed in the Material panel by selecting the relevant material from the list and pressing the Modify button. The escaping detonation products are typically at very low density. It is useful to limit the diffusion of extremely small masses which can causes very small time step by increasing this cutoff value. 3. Use a Maximum velocity cutoff of ~10,000 m/sec. Very small masses of explosive escaping into Void can sometimes achieve unrealistic velocities which results in verysmall time step This should be limited by setting the Maximum velocity cutoff in the Controls panel under Global Cutoffs."





Show Form
No comments yet. Be the first to add a comment!