Difference between revisions of "ContribDieselFoamSprayPropertiesDragModel"

From OpenFOAMWiki
(New page: Back '''Options''': ----)
 
 
Line 2: Line 2:
  
 
'''Options''':
 
'''Options''':
 +
:* Off
 +
:* standardDragModel
  
 
----
 
----
 +
 +
* standardDragModel
 +
:
 +
: if <math>(Re > Re_{Limiter})</math> then <math>C_d = C_{d,Limiter}</math>
 +
: otherwise
 +
: <math>C_d = \frac{24}{Re}(1 + a Re^b)</math>
 +
: where <math>a</math>=preReFactor and <math>b</math>=ReExponent
 +
: if the deviation of sphericity, <math>y</math>, is used, then C_d will be modified as
 +
: <math>C_d = C_d(1 + C_{distort}*y)</math>

Latest revision as of 14:49, 15 December 2008

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)