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

Lift Coefficient for Vehicle Simulation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 3, 2016, 13:33
Default Lift Coefficient for Vehicle Simulation
  #1
New Member
 
Steve
Join Date: Dec 2015
Posts: 3
Rep Power: 10
stevepaddock2511 is on a distinguished road
Hey everyone,

I've set up a simulation for a VW Beetle and am currently only getting Cl and Cd values for the vehicle as a whole.

I'd like to get Cl for the front and rear separately as well, but can't see how to do this in Star CCM+. I've currently got it set up so that reports have the car body as their input parts, I can't see how I could set it up to get two separate lift coefficients acting on that body.

Any help would be greatly appreciated.

Steve
stevepaddock2511 is offline   Reply With Quote

Old   April 6, 2016, 09:09
Default
  #2
New Member
 
Magnus
Join Date: Feb 2015
Posts: 7
Rep Power: 11
mrurq is on a distinguished road
Hi Steve,

This is a bit late but if you haven't solved it yet... You can make a field function in order to get how much each cell on the surface of your vehicle is contributing to the Cl or Cd. Something similar to this:
Code:
(${Fx_cell}/$$Area.mag())/(0.5*${rho}*pow(${vcar},2))
Where Fx_cell is another field function for the force in x-direction of the cell. Something like this:
Code:
Fx_cell = (($${Area}[0]*${MeanCPMonitor}*0.5*${rho}*pow(${vcar},2))+(${MeanWallShearXMonitor}*$$Area.mag()))
After that you make two thresholds under derived parts. Set the scalar field to Centroid to cover half the car for each threshold. As parts you choose the surfaces of the car.

To get the values make two sum reports (one for each half), as Scalar field you choose the one previously defined (Cl/Cd for each cell) and as parts you choose the threshold you've created.

Cheers,

Magnus
mrurq is offline   Reply With Quote

Reply

Tags
lift coefficent, star ccm+, vehicle aerodynamics, vehicles


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
Reason for Lift Coefficient Error jsuf FLUENT 0 August 15, 2011 05:12
Lift coefficient in Eulerian multiphase model hennas FLUENT 1 July 4, 2011 16:50
Fluent Good Lift coefficient BAD drag coefficient Rif Main CFD Forum 4 March 9, 2010 10:52
What force vector in monitoring Lift Coefficient? pkoon FLUENT 3 November 6, 2008 00:40
RAE2822 - experimental lift coefficient pc Main CFD Forum 8 October 26, 2006 10:47


All times are GMT -4. The time now is 08:19.