CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Force Calculation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 5, 2016, 05:47
Default Force Calculation
  #1
New Member
 
nofrizal
Join Date: Dec 2011
Location: Malaysia
Posts: 5
Rep Power: 14
nofrizal is on a distinguished road
Hi guys,

My question is very basic.

I read through the Ansys CFX-Solver Theory Guide but it doesn't seem to answer my question so posting on here!

What is the equation used or the theory behind in CFX-post force calculation (Function calculator) for "ave(Force Z)@Plane 4"

My plane 4 is a circular shape with diameter 25mm.
Thanks in advance
nofrizal is offline   Reply With Quote

Old   January 5, 2016, 18:48
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,729
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
The "Force Z" variable is not often used. It is the force acting on that element face and this is not usually very useful.

the ave() function does an arithmetic average over all the element faces on Plane 4. It does not take into account the different areas of the element faces.

The function you probably want is force_z()@plane 4. This avoids these problems.
ghorrocks is offline   Reply With Quote

Old   January 6, 2016, 00:10
Default
  #3
New Member
 
nofrizal
Join Date: Dec 2011
Location: Malaysia
Posts: 5
Rep Power: 14
nofrizal is on a distinguished road
Glenn,
Thank for your response, but I think I misleading the question. What I want to know is how CFX calculated the normal force on the particular surface. What is the equation used?

Thanks in advance
nofrizal is offline   Reply With Quote

Old   January 7, 2016, 18:24
Default
  #4
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,729
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
The equation is the obvious one: The normal force is pressure * area and the shear force is wall shear * area.
ghorrocks is offline   Reply With Quote

Old   January 11, 2016, 04:55
Default
  #5
Senior Member
 
Maxim
Join Date: Aug 2015
Location: Germany
Posts: 415
Rep Power: 12
-Maxim- is on a distinguished road
I wish Ansys would just define their equations, expressions and variables properly in their documentation. Thanks ghorrocks for the clarification.
-Maxim- is offline   Reply With Quote

Old   January 11, 2016, 05:35
Default
  #6
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,729
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
A clarification: the force field variable is evaluated at the control volume level. That means the pressure used is from the integration points and the area is the wall surface. This can then be integrated over the whole surface to give the force on the entire surface.
ghorrocks is offline   Reply With Quote

Old   January 11, 2016, 21:26
Default
  #7
New Member
 
nofrizal
Join Date: Dec 2011
Location: Malaysia
Posts: 5
Rep Power: 14
nofrizal is on a distinguished road
Thanks Ghorrocks for the insight.
nofrizal is offline   Reply With Quote

Old   March 27, 2019, 15:22
Default
  #8
New Member
 
Navid Mikaillian
Join Date: Mar 2018
Posts: 7
Rep Power: 8
navidmkl2 is on a distinguished road
Hi Ghorrocks,

i'm wondering if you have ever used the variable "wall pressure force x/y/z"?

I'm gonna give it a test to calculate force (for example in y direction) using:

myForceY = areaInt(Wall Shear Y)@mySurface + sum(Wall Pressure Force Y)@mySurface

I am going to check if the second term of the right hand side is equal to :

areaInt_y(Pressure)@mySurface

Or not. Do you have any idea in prehand?
navidmkl2 is offline   Reply With Quote

Old   March 27, 2019, 15:40
Default
  #9
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,729
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
You can do whatever you like, and exploring whether things which should be equal are in fact equal is a useful check to do. I think you will find the results are complex
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum.
ghorrocks is offline   Reply With Quote

Old   March 28, 2019, 06:14
Default
  #10
New Member
 
Navid Mikaillian
Join Date: Mar 2018
Posts: 7
Rep Power: 8
navidmkl2 is on a distinguished road
Some updates if you are interested:

having an expression defined as:
myWPFy = sum(Wall Pressure Force Y)@mySurface
or
myWPFyAve = ave(Wall Pressure Force Y)@mySurface

will cause the case crashes right away after the Solver part starts. With no useful error.

More strange is that for example:
myWPFyAreaAve = areaAve(Wall Pressure Force Y)@mySurface
or
myWPFyAreaInt = areaInt(Wall Pressure Force Y)@mySurface

lets the case to run (I know they are not correct, but just to be sure the error is not coming from the variable itself).

Even stranger, when I open the solved case in CFDPost then "sum" and "ave" work.

I am a bit confused now. Would be great if someone knows why having "sum" or "ave" does not let the solution to go forward.
navidmkl2 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
Calculation of force in x direction - 2 formulas WhiteW CFX 0 December 10, 2015 08:36
Lift force and Drag force calculation KTJ STAR-CCM+ 3 April 29, 2014 08:38
Calculation of Drag Force per unit Length Mohammad Faridul Alam CFX 4 January 11, 2013 07:19
Integral Force calculation in CFX 12 - wind blade case LittleBart CFX 0 April 27, 2011 04:04
Force report every iteration in unsteady flow calculation Friso Landstra FLUENT 0 October 23, 2009 07:13


All times are GMT -4. The time now is 13:52.