CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Center of Pressure computation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 4, 2020, 20:25
Default Center of Pressure computation
  #1
New Member
 
Adrian Rouco
Join Date: Mar 2018
Posts: 13
Rep Power: 8
rouco75 is on a distinguished road
Hello everyone,

Today I am here to ask you how can I compute the center of pressure in a CFD simulation, in my case in Star CCM+, but I think this is a general thing and therefore it can help people in other softwares.

The problem I am facing consists of finding the CoP through the use of the momentum given a reference point, so where this momentum equals 0, this should be the CoP.

After researching for a way to find it, I came to the conclusion that using this method along the height of the ground doesn't allow the user to know the actual aero-balance of the car, as if done like mentioned above, the drag is not computing to cancel the moment, and therefore, the position of the CoP along the longitudinal axis is not correct.

Moreover, if the reference point moves upwards, the position of the CoP changes, giving as a result, a line in the direction of the forces where the equation in the top of the image is satisfied.

As I didn't know how to find the real CoP, my next move was to try to compute it as the NASA states, https://www.grc.nasa.gov/WWW/K-12/airplane/cp.html , but I can't see how can I select all the mesh elements on the surface of the car in Star-CCM to compute it through this method.

Here you can see the basic sketch with the way I am seeing it.



I think that if anyone can share a good explanation of how to find the CoP it would be helping a lot of people that may be facing the same problem as me.

Thanks in advance to this amazing community.
rouco75 is offline   Reply With Quote

Old   August 5, 2020, 18:51
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,675
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Quote:
Originally Posted by rouco75 View Post
The problem I am facing consists of finding the CoP through the use of the momentum given a reference point, so where this momentum equals 0, this should be the CoP.

After researching for a way to find it, I came to the conclusion that using this method along the height of the ground doesn't allow the user to know the actual aero-balance of the car, as if done like mentioned above, the drag is not computing to cancel the moment, and therefore, the position of the CoP along the longitudinal axis is not correct.
If what you say is true, then you have somehow discovered a counter-example for the parallel axis theorem. Or clearly, you are doing something wrong.

The most convenient way is to calculate the net force and moment about the origin and use the parallel axis theorem to shift to find the CoP.

If you want to do it the NASA-way, then you need to define three custom field functions as Pressure*Position[0] (and also Position[1] and Position[2] for y and z). Then do 4 reports for the 4 needed surface integrals. Select all the relevant surfaces when you define the report.

After performing all of this, you will hopefully realize that this is how Star computes the Forces and Moments in the first place and you need to somehow un-conclude your own conclusion that this method doesn't work.
LuckyTran is offline   Reply With Quote

Old   August 5, 2020, 19:55
Default
  #3
New Member
 
Adrian Rouco
Join Date: Mar 2018
Posts: 13
Rep Power: 8
rouco75 is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
If what you say is true, then you have somehow discovered a counter-example for the parallel axis theorem. Or clearly, you are doing something wrong.

The most convenient way is to calculate the net force and moment about the origin and use the parallel axis theorem to shift to find the CoP.

If you want to do it the NASA-way, then you need to define three custom field functions as Pressure*Position[0] (and also Position[1] and Position[2] for y and z). Then do 4 reports for the 4 needed surface integrals. Select all the relevant surfaces when you define the report.

After performing all of this, you will hopefully realize that this is how Star computes the Forces and Moments in the first place and you need to somehow un-conclude your own conclusion that this method doesn't work.
I may have not expressed myself properly in english, but I am here to try to solve my problem. Of course I have probably made lots of things wrong.

This said, I don't see any of your points:

-Isn't the parallel axis theorem applied only for inertia moments? In this case I know the force and the moment in a defined point, but as the moment equals F*d, depending on where I select the moment it is going to change the distance d.

-Regarding the NASA way, I don't know what 4 surface integrals are you refering to. As I see it, I would like to compute the pressure and X-position of each tiny cell over the surface of the car, to integrate it and then divide it by the integral of all the pressure over the car, giving as a result the X-position of the CoP.

Best regards and sorry if I sounded rude, it wasn't my intention
rouco75 is offline   Reply With Quote

Old   August 5, 2020, 21:32
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,675
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
The four integrals are: the integral of pressure in the denominator; three integrals in the numerator, one each for pressure * x, pressure*y, pressure*z


The parallel axis theorem is not limited to only moments of inertia. Any weight function can be applied. If you know the force and moment about any point, you can find the equivalent moment about any other point. It establishes the equivalency and gives the methods. The pressure*x integral is a moment.


When you compute these integrals, you're just calculating the moments about the origin which is right back to where you started having trouble.
LuckyTran is offline   Reply With Quote

Old   August 6, 2020, 09:50
Default
  #5
New Member
 
Adrian Rouco
Join Date: Mar 2018
Posts: 13
Rep Power: 8
rouco75 is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
The four integrals are: the integral of pressure in the denominator; three integrals in the numerator, one each for pressure * x, pressure*y, pressure*z


The parallel axis theorem is not limited to only moments of inertia. Any weight function can be applied. If you know the force and moment about any point, you can find the equivalent moment about any other point. It establishes the equivalency and gives the methods. The pressure*x integral is a moment.


When you compute these integrals, you're just calculating the moments about the origin which is right back to where you started having trouble.
Ok, I think that I understood it now.

So could you share any method to find the CoP or give me some indications to research for it?

Because I think that the parallel axis theorem is what I was doing in the picture, where the moment is cancelled with the total force and the lever arm perpendicular to this force. (Represented with the force in grey, any of the moments in yellow, and the perpendicular lever arm in blue) [note that the numbers don't make sense as I just wanted to explain myself as clear as possible]
rouco75 is offline   Reply With Quote

Old   August 10, 2020, 18:34
Default
  #6
New Member
 
Adrian Rouco
Join Date: Mar 2018
Posts: 13
Rep Power: 8
rouco75 is on a distinguished road
I have been thinking about it and I had the idea of making an histogram where the x axis represents the longitudinal position along the car and the y axis represents the static pressure.

If once this is done I compute the centroid of the area under the histogram, will this be the longitudinal position of the Center of Pressure?

Thank you
rouco75 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
Pressure Inlet Boundary Conditions Mr.Goodcat FLUENT 5 June 20, 2019 01:47
Periodic flow using Cyclic - comparison with Fluent nusivares OpenFOAM Running, Solving & CFD 30 December 12, 2017 05:35
CFX Solver stopped with error when requested for backup during solver running Mfaizan CFX 40 May 13, 2016 06:50
Discharge of Pressure Vessel into Pipe with Regulator gajowni2 System Analysis 0 October 31, 2015 18:57
Hydrostatic pressure in 2-phase flow modeling (long) DS & HB Main CFD Forum 0 January 8, 2000 15:00


All times are GMT -4. The time now is 01:16.