CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Reynolds Number in CFX

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By ghorrocks

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 19, 2018, 13:54
Default Reynolds Number in CFX
  #1
MjG
New Member
 
macaffy
Join Date: Jul 2017
Posts: 15
Rep Power: 9
MjG is on a distinguished road
How can i find the Re Number for a Newtonian and Non Newtonian fluid (Bird-Carreau model) in CFX?
MjG is offline   Reply With Quote

Old   April 19, 2018, 19:04
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Use a CEL expression. Reynolds number requires a definition of length, speed and material properties so you need to define these variables to be appropriate for your flow.
MjG likes this.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum.
ghorrocks is offline   Reply With Quote

Old   April 20, 2018, 04:35
Default
  #3
MjG
New Member
 
macaffy
Join Date: Jul 2017
Posts: 15
Rep Power: 9
MjG is on a distinguished road
Thank you for your reply! But how can I do it? In CFX-post, I go to the Expressions Tab and in Definition window I put the formula " (Density*Velocity*8e-6[m])/(Dynamic Viscosity) " and as Value output I get " <variable> " while in the Evaluate window, the expression variables (Dynamic Viscosity, Density and Velocity are blank). I thought that since I have set the material's properties and BC in the CFX-pre, these variables will be known. How can I solve it ?
MjG is offline   Reply With Quote

Old   April 20, 2018, 04:54
Default
  #4
Senior Member
 
Gert-Jan
Join Date: Oct 2012
Location: Europe
Posts: 1,913
Rep Power: 28
Gert-Jan will become famous soon enough
Density, velocity and Dynamic Viscosity are variables in your domain. So now you just created a new variable that you can evaluate in each numerical element. As a field variable.

But why do you want to do this in Post ?Normally you do this in a spreadsheet.
It is doable, but you need a different mindset. For Reynolds, you have to use average variables on a specific location, like an outlet:

ave_dyn=areaAve(Dynamic Viscosity)@outlet
ave_v=areaAve(Velocity)@outlet
ave_rho=areaAve(Density)@outlet
d_outlet= 8e-6[m]
Re=ave_v*d_outlet*ave_rho/ave_dyn
Gert-Jan is offline   Reply With Quote

Old   April 20, 2018, 18:51
Default
  #5
MjG
New Member
 
macaffy
Join Date: Jul 2017
Posts: 15
Rep Power: 9
MjG is on a distinguished road
I did it! I made an additional variable and I set it as scalar. Then, I choose the Algebraic Equation on the Additional Variable Model option at the Fluid Model and finally I wrote my expression.
MjG is offline   Reply With Quote

Old   April 22, 2018, 07:07
Default
  #6
Senior Member
 
Gert-Jan
Join Date: Oct 2012
Location: Europe
Posts: 1,913
Rep Power: 28
Gert-Jan will become famous soon enough
I really wonder what you did with the dimension d in Re?
Or are you just calculating a straight pipe or duct with fixed dimension?
Gert-Jan is offline   Reply With Quote

Old   April 22, 2018, 19:49
Default
  #7
MjG
New Member
 
macaffy
Join Date: Jul 2017
Posts: 15
Rep Power: 9
MjG is on a distinguished road
My geometry has a Π-like shape with a constant Dh.
MjG is offline   Reply With Quote

Reply

Tags
ansys, cfx, reynolds number


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 06:38
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops avinashjagdale OpenFOAM Meshing & Mesh Conversion 53 March 8, 2019 10:42
How to define the Reynolds Number in CFX? yflin CFX 27 November 24, 2018 05:20
Reynolds number error - CFX saisanthoshm88 CFX 1 May 16, 2012 07:09
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 08:36


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