|
[Sponsors] |
March 3, 2016, 14:33 |
Lift Coefficient for Vehicle Simulation
|
#1 |
New Member
Steve
Join Date: Dec 2015
Posts: 3
Rep Power: 10 |
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 |
|
April 6, 2016, 10:09 |
|
#2 |
New Member
Magnus
Join Date: Feb 2015
Posts: 7
Rep Power: 11 |
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)) Code:
Fx_cell = (($${Area}[0]*${MeanCPMonitor}*0.5*${rho}*pow(${vcar},2))+(${MeanWallShearXMonitor}*$$Area.mag())) 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 |
|
Tags |
lift coefficent, star ccm+, vehicle aerodynamics, vehicles |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Reason for Lift Coefficient Error | jsuf | FLUENT | 0 | August 15, 2011 06:12 |
Lift coefficient in Eulerian multiphase model | hennas | FLUENT | 1 | July 4, 2011 17:50 |
Fluent Good Lift coefficient BAD drag coefficient | Rif | Main CFD Forum | 4 | March 9, 2010 11:52 |
What force vector in monitoring Lift Coefficient? | pkoon | FLUENT | 3 | November 6, 2008 01:40 |
RAE2822 - experimental lift coefficient | pc | Main CFD Forum | 8 | October 26, 2006 11:47 |