CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Reynolds number for Sphere Drag Force calculation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 9, 2020, 17:14
Default Reynolds number for Sphere Drag Force calculation
  #1
New Member
 
Abhishek Sharma
Join Date: Sep 2020
Posts: 2
Rep Power: 0
abhishek_kgp is on a distinguished road
Hello Everyone!

I am simulating particle laden flow and using Particle force as sphereDrag. I was going through SphereDragForce.C file on this link:
https://www.openfoam.com/documentati...8C_source.html

I found that Re has been shown as Real component of a complex number whereas it should be Reynolds number.
Can someone please clarify how Reynolds number will be calculated?

Also I added the following lines in red to display the value of CdRe in log files but to no avail. I think sphereDrag is not getting calculated at all.
Someone please help me understand the issue if I am wrong.

if (Re > 1000.0)
{
Info << "Returned: " << .424*Re << endl;
return 0.424*Re;

}
else
{
Info << "Returned: " << 24.0*(1.0 + 1.0/6.0*pow(Re, 2.0/3.0)) << endl;
return 24.0*(1.0 + 1.0/6.0*pow(Re, 2.0/3.0));

}

Thanks in anticipation!

Regards,
Abhishek
abhishek_kgp is offline   Reply With Quote

Old   April 25, 2022, 09:38
Default
  #2
Member
 
rezaeimahdi's Avatar
 
mahdi
Join Date: Nov 2015
Location: Paris, France
Posts: 32
Rep Power: 10
rezaeimahdi is on a distinguished road
Hello,

Where did you find this: "I found that Re has been shown as Real component of a complex number whereas it should be Reynolds number." ?

The Re here is the particle Re number and you can see how it calculate here:

Particle Reynolds number calculation in Lagrangian tracking?

Regarding the model to calculate drag coeff, this method is called "Liu Dynamic Drag Coefficient" that you can find in literature.

Liu, A.B., Mather, D., and Reitz, R.D. 1993. “Modeling the Effects of Drop Drag and Breakup on Fuel Sprays”, SAE Paper 930072.

Regards,
rezaeimahdi is offline   Reply With Quote

Reply

Tags
cdre, pimplelptfoam, reynolds number, spheredrag


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
decomposePar problem: Cell 0contains face labels out of range vaina74 OpenFOAM Pre-Processing 37 July 20, 2020 05:38
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops avinashjagdale OpenFOAM Meshing & Mesh Conversion 53 March 8, 2019 09:42
parallel run OpenFoam Srinath Reddy OpenFOAM Running, Solving & CFD 13 February 27, 2019 09:15
foam-extend_3.1 decompose and pyfoam warning shipman OpenFOAM 3 July 24, 2014 08:14
DecomposePar unequal number of shared faces maka OpenFOAM Pre-Processing 6 August 12, 2010 09:01


All times are GMT -4. The time now is 12:48.