Hi,
I have implemented a thermo-mechanical in explicit dynamic using the user time integration.
I set things so that the integration scheme for the displacement is a Newmark method with gamma=1/2 and beta=0.
For the thermal field I use an simple forward Euler scheme.
I have a time dependent displacement boundary condition applied to my solid (basically a velocity or strain rate is applied).
Finally due to the particular constitutive relation that I use, I need to know the strain rate in the solid.
This information is not provided correctly at the boundary. No strain rate is passed to my constitutive model ul(1:2,:,4)=0 instead of ul(1:2,:,4)=velocity.
How can I fix this? My Newmark implementation is the same as the one provided in dyna04.f
Do I have to retrieve the boundary condition information myself? Do I need to store in ud(1,n) or will it cause some problems with the time integration if I do so?
Any help is appreciated.
Best,
Luc