02 February 2015 11 2K Report

I would like to solve the following system (Equation 17 in the link) of linear partial differential equations using the finite element method. In two dimensions we have a total of 3 unknowns per node. Two for the displacements and 1 for the scalar fluid pressure.

Is it possible to do this in an iterative way using the standard FEM approach?

Simple Schematic

1. Calculate displacements from initial and boundary conditions from the first equation K*u - Q*p = f_u 

2. Calculate new pressure from the second equation by plugging in the displacements from the previous calculation.

3. Repeat 1 and 2 until there is only small changes in the unknowns.

4. Go to the next time step and repeat procedure from 1.

Or will I have to use a mixed finite element formulation where I solve for displacements and pressure simultaneously?

If you could lead me into a direction or provide some help it would be greatly appreciated. Thank you!

http://dspace.mit.edu/bitstream/handle/1721.1/67873/zheng.pdf?sequence=1

Similar questions and discussions