Dear Prof. Taylor,
Thanks for your detailed analysis. My situation is that I modified fld3d1.f, adding piezoelectric induced stress to the S_n, where S_n+1=S_n+d_S. So in nonlinear case, it added additional parts to RHS as well as stiffness matrix. What I was simulating is a case which the piezo-effect bends a beam(fixed end, no other applied force), if the ratio of [beam length] to [beam width(same as the height)] is a little large, the NO CONVERGENCE showed up. Even though the element aspect ratio is good enough. By the way, I am using 8 node brick element.
From my point of view, it seems that the structure itself rising this problem. If I apply even larger external loading to the piezo-effect case showing "NO CONVERGENCE", however, the simulation moves smoothly. In this case, do you have any insight suggestion to overcome it?
Another question is, with the newton iterations go along with the "NO CONVERGENCE" print, does it mean the result is not reliable anymore? If the result is not correct, how the FEAP utilize the PETSc solution and move further? And why the newton iteration can still give a convergent energy norm after some iterations?
Again, thanks very much for your helpful suggestion!
Shu
You may check for sufficient boundary conditions (for quasistatic type problem) using the CHECk command. Often it can also tell you if elements are numbered incorrectly. Primarily, however, it counts the number of restraints imposed for each degree of freedom. If the problem has no restraint in one of the displacement (not rotational dof) directions the problem is singular. Other situations can arise in which the material properties are too different, rendering the problem difficult to solve with an iterative solution scheme.