CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

How to calculate torque from the simulation result

Register Blogs Community New Posts Updated Threads Search

Like Tree16Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 11, 2019, 12:19
Default
  #21
New Member
 
Jingna Pan
Join Date: Nov 2019
Posts: 3
Rep Power: 7
J. Pan is on a distinguished road
Quote:
Originally Posted by sharonyue View Post
Update,

Oh, time flies...

I think I figure it out, put it simple, if we want calculate the torque on the blade, this is quite simple, please see the output below:

Code:
forces forces output:
    sum of forces:
        pressure : (70.3478 2.53417 -0.129928)
        viscous  : (-8.35929e-07 -3.77215e-07 -9.01343e-07)
        porous   : (0 0 0)
    sum of moments:
        pressure : (-0.01138 -0.00344619 -9.2415)
        viscous  : (-8.14101e-08 -1.81033e-08 7.56807e-08)
        porous   : (0 0 0)
U can neglect all the other things if u just need the value of torque. The value on the red is torque. From this torque we can use this to calculate power.

power = 2 * 3.14 * rps * torque

By this, I got almost the rite power with experiment.
Dear sharonyue,

I am confused that why your torque is minus. In my case (2D Savonius rotor), I got the moment value in every time step. And I calculated the average value of all output values of Z component, which is also a negative value. Can you help me to explain the reason of minus value please? I am stuck for a long time. My controlDict is shown as below:

functions
{
forces
{
type forces;
libs ("libforces.so");
writeControl timeStep;
writeInterval 1;
patches (dragblade_1 dragblade_2);
porosity no;
pRef 0;
rho rhoInf;
log true;
rhoInf 1.225;
CofR (0 0 0);
pitchAxis (0 0 -1);
}
}

Best, J.Pan
J. Pan is offline   Reply With Quote

Old   December 11, 2019, 12:24
Default
  #22
New Member
 
Jingna Pan
Join Date: Nov 2019
Posts: 3
Rep Power: 7
J. Pan is on a distinguished road
Quote:
Originally Posted by sharonyue View Post
Update,

Oh, time flies...

I think I figure it out, put it simple, if we want calculate the torque on the blade, this is quite simple, please see the output below:

Code:
forces forces output:
    sum of forces:
        pressure : (70.3478 2.53417 -0.129928)
        viscous  : (-8.35929e-07 -3.77215e-07 -9.01343e-07)
        porous   : (0 0 0)
    sum of moments:
        pressure : (-0.01138 -0.00344619 -9.2415)
        viscous  : (-8.14101e-08 -1.81033e-08 7.56807e-08)
        porous   : (0 0 0)
U can neglect all the other things if u just need the value of torque. The value on the red is torque. From this torque we can use this to calculate power.

power = 2 * 3.14 * rps * torque

By this, I got almost the rite power with experiment.
Dear sharon,

May I ask you to explain why the torque is minus please? I am confused about that.

Best, J.Pan
J. Pan is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Torque of wind turbine simulation caohan FLUENT 8 August 12, 2014 00:01
Torque calculation of 2D VAWT Wind Turbine Anonymized_JL1 FLUENT 14 September 26, 2013 04:35
Boundary condition setting regarding turbine simulation using CFX Lacerlacer CFX 11 March 12, 2012 10:32
How calculate simulation duration - CFX Solver eRzBeNgEl CFX 3 January 24, 2011 17:35
about use macro to compute torque in TASCflow lancy CFX 0 June 10, 2003 07:19


All times are GMT -4. The time now is 20:53.