|
[Sponsors] |
December 22, 2017, 11:28 |
forces code
|
#1 |
Senior Member
A. Min
Join Date: Mar 2015
Posts: 308
Rep Power: 12 |
Hi
I want to calculate forces for viscoelastic fluid flow. According to what I found out, just I should change the "fT" , i.e. tangential force. in forces.C code we can see: -etaS*dev(twoSymm(fvc::grad(U))); for shear stress. I have three questions: 1- why did it use deviatoric form of twoSymm(fvc::grad(U)) tensor? As you know the shear stress tensor is calculated by: -etaS*twoSymm(fvc::grad(U)) why deviatoric?! 2- why did it use minus in formula? 3- if I want to add it polymer stress tensor, what should I do? is it enough to write: (+ or - ??)tau - etaS*dev(twoSymm(fvc::grad(U))); thanks |
|
Tags |
forces, openfoam, viscoelastic |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Forces calculated by OpenFoam very strange | tta223 | OpenFOAM Post-Processing | 3 | August 5, 2017 10:10 |
The FOAM Documentation Project - SHUT-DOWN | holger_marschall | OpenFOAM | 242 | March 7, 2013 13:30 |
Reading forces within solver code | SD@TUB | OpenFOAM Running, Solving & CFD | 0 | February 28, 2010 19:39 |
Forces calulated through pressure | LVDH | OpenFOAM Post-Processing | 2 | February 26, 2010 04:15 |
public CFD Code development | Heinz Wilkening | Main CFD Forum | 38 | March 5, 1999 12:44 |