Hello,
I am trying to implement the 3 Field GLS Method for viscoelastic Oldroyd B Fluids (original Paper: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.64.8041 ) in Fenics.
I want to compute the flow past a circular cylinder, which is a standard benchmark problem for two dimensional viscoelastic flow simulation. Therefore I have to set the following no slip boundary condition for the velocity u and the extra (deviatoric) stress tensor T at the cylinder wall
u = 0
(T*n)*n= 0
I have figured out, that i can apply these Dirichlet boundary conditions weakly by using Nitsche Method, but I struggle to derive the Nitsche’s terms.
Can someone help me with that issue or knows another way to set these boundary conditions in Fenics?
Thanks in advance!