CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   calculating forces (https://www.cfd-online.com/Forums/openfoam-programming-development/196647-calculating-forces.html)

alimea December 11, 2017 02:12

calculating forces
 
Hi all
I saw in forces code that shear stress is calculated by:

shear stress = - mu*gama

in code:
-rho()*nu*dev(twoSymm(fvc::grad(U)))

what is the minus in this formula?
Now I want to calculate forces for viscoelastic fluid. should I write:

total shear stress = -tau - mu*gama

that tau is polymeric stress.

Thanks


All times are GMT -4. The time now is 03:01.