|
[Sponsors] |
Calculating Lift and Drag Coefficients: All 0? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 22, 2016, 14:03 |
Calculating Lift and Drag Coefficients: All 0?
|
#1 |
New Member
Peter
Join Date: Sep 2016
Posts: 13
Rep Power: 10 |
Hi,
I'm trying to calculate lift and drag coefficients on the propeller test case (in pimpleDyMFoam). I seem to have gotten it working with no errors, but forces.dat just contains 0s. Here is the file: Code:
# Forces # CofR : (2.500000e-01 0.000000e+00 0.000000e+00) # Time forces(pressure viscous porous) moment(pressure viscous porous) 0.000333333 ((0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00)) ((0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00)) Code:
forces { type forces; functionObjectLibs ("libforces.so"); outputControl timeStep; outputInterval 1; patches ( “propellerStem1.*” ); pName p; UName U; rhoName rhoInf; log true; CofR (0.25 0 0); rhoInf 1; } forceCoeffs { type forceCoeffs; functionObjectLibs ( "libforces.so" ); outputControl timeStep; outputInterval 1; patches ( “propellerStem1.*” ); pName p; UName U; rhoName rhoInf; log true; liftDir (0 0 1); dragDir (-1 0 0); CofR (0.25 0 0); pitchAxis (0 1 0); magUInf 2.00; rhoInf 1000; lRef 1; Aref 1; } |
|
October 30, 2016, 13:51 |
|
#2 | |
Senior Member
CFD
Join Date: Nov 2010
Location: United States
Posts: 243
Rep Power: 17 |
Quote:
Best, |
||
Tags |
force coefficients |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Generating the lift and drag coefficients with openFOAM | JackJewell | OpenFOAM | 0 | June 14, 2016 10:36 |
calculating lift and drag coefficients _ running in parallel | Mike_star | OpenFOAM Programming & Development | 1 | April 4, 2016 12:16 |
lift and drag coefficients around a ground vehicle | Pedro | CFX | 3 | September 5, 2012 19:31 |
Great lift coefficients but negative drag coefficient?! | nez | FLUENT | 0 | November 28, 2011 14:57 |
Lift and Drag Coefficients Reliability | Luis | FLUENT | 2 | December 27, 2005 15:45 |