Dear Prof. Taylor/ FEAP admin/users of feappv:
I recently read the book you recommended,maybe it was a long time ago. And I also re-read the relevant code in feappv and the updated content in FEAP in its official website .There are some questions Iwant to ask for help:
1. When we use FEM to discrete the space of Elastoplastic IBVP,then,it comes to time discretization and we use a incremental precedure.
So the numerical method of this incremental process can be Eular method(forward) and N-R method and our book use N-R method.
Is this my idea right?
2. In N-R method, it seems do not accumulate displacement values of each iteration in one time step in the book ,which gives :d(k)(n+1)=d(n)+delta_d(k)(n+1),
but should delta_d(n+1)=sum(delta_d(1)(n+1), delta_d(2)(n+1), delta_d(3)(n+1),...delta_d(k)(n+1)) be right?
That really confuse me.
3. Assume that the numerical method of this incremental process above can be Eular method(forward), so , in my idea within the scope of my knowledge, the specific process is as follows:
use the “continuum” elastoplastic tangent Cep(sigma(n)) in each time step,and solute the equation of Cep(sigma(n))*delta_u=delta_F(load).
use the “continuum” elastoplastic tangent Cep(sigma(n)) to calculate the sigma(n+1) = Cep(sigma(n)):delta_strain , or use reture-mapping
no iteration and go next time step
Is something wrong above?How to evaluate this method?
4. If material parameters vary with temperature like intial yield stress, E and so on, without thermal coupled,will the framework of solution of IBVP be changed?
Like time discretization' method , the integration of the consitutive equation with temperature and so on. Like the yield stress will decrease when temperature increases and thus N-R method will not be suitable?
And will the return-mapping method be changed by introduces a partial derivative of temperature or is there some other method?
Sincerely hope for your help.