|
[Sponsors] |
April 19, 2018, 13:54 |
Reynolds Number in CFX
|
#1 |
New Member
macaffy
Join Date: Jul 2017
Posts: 15
Rep Power: 9 |
How can i find the Re Number for a Newtonian and Non Newtonian fluid (Bird-Carreau model) in CFX?
|
|
April 19, 2018, 19:04 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
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.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
April 20, 2018, 04:35 |
|
#3 |
New Member
macaffy
Join Date: Jul 2017
Posts: 15
Rep Power: 9 |
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 ?
|
|
April 20, 2018, 04:54 |
|
#4 |
Senior Member
Gert-Jan
Join Date: Oct 2012
Location: Europe
Posts: 1,913
Rep Power: 28 |
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 |
|
April 20, 2018, 18:51 |
|
#5 |
New Member
macaffy
Join Date: Jul 2017
Posts: 15
Rep Power: 9 |
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.
|
|
April 22, 2018, 07:07 |
|
#6 |
Senior Member
Gert-Jan
Join Date: Oct 2012
Location: Europe
Posts: 1,913
Rep Power: 28 |
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? |
|
April 22, 2018, 19:49 |
|
#7 |
New Member
macaffy
Join Date: Jul 2017
Posts: 15
Rep Power: 9 |
My geometry has a Π-like shape with a constant Dh.
|
|
Tags |
ansys, cfx, reynolds number |
|
|
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 |