Convergence Issue and change material during analysis

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
TPdct
Posts: 43
Joined: Thu Jan 21, 2016 5:51 am
Location: Dalian University of Technology

Convergence Issue and change material during analysis

Post by TPdct » Sun Jan 15, 2017 9:27 pm

My model has several zerolength element with ElasticNoTension(ENT) Material and several ShellNL element with Drucker Prager Material.
It fails to converge at the first step. When I change the DruckPrager Material to Elastic nd material, it works fine and the result is reasonable.
Can I change the material during analysis? At the first few analysis steps, when the load is small and unable to make the material yield, use Elastic Isotropic Material to get the right result of stresses and strains, and in the subsequent steps when the load is larger, change the material to Druck Prager Material and use the result of elastic material as initial guess. Is there anyway to do this?

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Convergence Issue and change material during analysis

Post by fmk » Mon Jan 30, 2017 9:30 pm

not w/o you writing some c++ code

Post Reply