Hello,
I am trying to solve a poroelastic problem ( displacements "u_x" and "u_y", and pressure "p") coupled with one more degree of freedom (T), which depends on the displacements (u_x,u_y).
The problem is that the 4dof equation needs a much smaller time than the poroelastic equations to converge, so I should solve the equations on two different time scales. My idea is:
1) Solve the 4dof for a low time increment, setting the values of the poroelasticity (u_x,u_y, p), so I would get a value of Tn+1.
2) Solve the poroelasticity (dofs 1,2,3) with the updated Tn+1 (dof 4) value.
3) Repeat the process
I have tried to do it with the PARTITION command, solving first 1) and then 2), but it seems that the solutions of 1) are not updated in 2) and vice versa. How should I proceed?
Thank you very much,
Beatriz