|
[Sponsors] |
January 16, 2020, 10:36 |
Defining area value in CFX-post
|
#1 |
New Member
Join Date: Jan 2020
Posts: 2
Rep Power: 0 |
Hello all,
I am trying to create a chart in CFX-post that will display the drag coefficient. I've created an expression to determine the drag coefficient: (2*force_x()@airflowdomain )/ (AR*den*(InletVel)^2) where AR is the surface area of the object in question and den is the fluid density. However, the value being returned is a Cd of 0.0038, which seems very very low.It seems to me there must be a mistake I've made in determining the force being exerted over the front of the object, but I'm not sure where. Any suggestions/advice would be greatly appreciated! Last edited by itb7; January 16, 2020 at 12:26. Reason: clarifying issue |
|
January 13, 2021, 00:25 |
|
#2 |
Senior Member
Kira
Join Date: Nov 2020
Location: Canada
Posts: 435
Rep Power: 9 |
Hello,
There seems to be an error in your equation. If the velocity is aligned with the x-axis, you could obtain the drag coefficient as Cd = force_x()@Surface / (0.5*Rho*U^2*A) There is also a thread that you could go through to troubleshoot your issue(s); http://www.cfd-online.com/Wiki/Ansys..._inaccurate.3F |
|
January 13, 2021, 12:54 |
|
#3 |
Senior Member
Erik
Join Date: Feb 2011
Location: Earth (Land portion)
Posts: 1,188
Rep Power: 23 |
1.) As aero_head states: location for force_x() should be the surface object in question, not the domain.
2.) "AR" should not be the surface area, but instead the cross sectional area normal to the flow direction. |
|
Tags |
cfx-post, drag coefficient, expressions, variable definition |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
export expression from CFX post | owarlow | CFX | 5 | November 12, 2019 17:43 |
CFX Post Expressions number decimals | njiang | CFX | 3 | December 13, 2013 05:39 |
CFX post legend modification | mactech001 | CFX | 3 | December 25, 2011 23:12 |
CFX Post export problem | jeff_F | CFX | 0 | August 17, 2009 22:25 |
CFX Post processing | aditya | CFX | 1 | July 6, 2008 13:09 |