FreeFOAM The Cross-Platform CFD Toolkit
liftDragCoeffs.H
Go to the documentation of this file.
3 
5  (24.0*nub/da)*(scalar(1) + 0.15*pow(da*magUr/nub, 0.687));
6 
8  (24.0*nua/db)*(scalar(1) + 0.15*pow(db*magUr/nua, 0.687));
9 
11  (
12  "Cd",
13  0.75*(beta*rhob*CdaMagUr/da + alpha*rhoa*CdbMagUr/db)
14  );
15 
17 
18 // ************************ vim: set sw=4 sts=4 et: ************************ //