ContribDieselFoamSprayPropertiesDragModel

From OpenFOAMWiki
Revision as of 14:49, 15 December 2008 by Niklas (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Back

Options:

  • Off
  • standardDragModel

  • standardDragModel
if (Re > Re_{Limiter}) then C_d = C_{d,Limiter}
otherwise
C_d = \frac{24}{Re}(1 + a Re^b)
where a=preReFactor and b=ReExponent
if the deviation of sphericity, y, is used, then C_d will be modified as
C_d = C_d(1 + C_{distort}*y)