I am developing a finite element fluid-dynamic code. I have doubts about the assignment of Neumann boundary conditions.
As an example, free slip conditions along x axis requires: no penetrating conditions (v_y = 0), and null tangential stress (tau_xy = 0). In this case the others components of the stress (tau_xx, tau_yx, and tau_yy) are not specified. Should I have to set them to zero, or should I compute tham from my actual fluid solution?