Reply--Abaqus quasi-static induced numerical damping
The damping ratio, used in quasi-static problems, such as sheet forming, stamping, forging, is that role, b, shown in the following equation
Ma+bCv=P-F
For the problems mentioned above, the value of b is about 0.1. if dynamic explicit method is employed, the simulation may encounters steady problem, while convergence problem for implicit method employed. I think, you can search some articles on damping in sheet metal forming, then you will understand the effect of this damping ratio.
Hi All!
My problem is quite simple:
I need to change (add arguments) to a inp file, then submit the inp file
for analysis and finally to
read some results from the odb file.
I choose to use python (not the PDE provided by abaqus CAE but the
general python GUI). I’m sure this choice has consequences, perhaps the
import abaqus won’t work? This could bypassed if I run my code using abaqus python in the command window.