|
[Sponsors] |
The sign of the total forces acting on an object in OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 31, 2021, 18:46 |
The sign of the total forces acting on an object in OpenFOAM
|
#1 |
Senior Member
ONESP-RO
Join Date: Feb 2021
Location: Somwhere on Planet Earth
Posts: 127
Rep Power: 5 |
Hello,
I have a small issue with the sign of the total force acting on an object. I have used OpenFOAM to compute the forces. I have also computed the wall Shear Stress field on that surface. I am trying to compute the same total force but in paraview by integrating the following: Code:
-rho*p*Normals + rho*wallShearStress so in order to get the same results as OpenFOAM I had to do: Code:
rho*p*Normals - rho*wallShearStress I am grateful to your help |
|
October 31, 2021, 20:09 |
|
#2 |
Senior Member
ONESP-RO
Join Date: Feb 2021
Location: Somwhere on Planet Earth
Posts: 127
Rep Power: 5 |
Well done Paraview well done!
It turns out that Paraview inverses the surface normals! I had to flip them and use the "correct formula": Code:
-rho*p*Normals + rho*wallShearStress (See the attached image to see the flipped normals ) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] Instructions to install OpenFOAM-2.4.x on CentOS-6.10 | redbullah | OpenFOAM Installation | 9 | September 7, 2019 18:18 |
getting wrong forces and force coefficients in openfoam | maddy11 | OpenFOAM | 2 | January 23, 2019 02:09 |
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 | cfd.direct | OpenFOAM Announcements from Other Sources | 2 | August 31, 2015 14:36 |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |