|
[Sponsors] |
May 2, 2008, 05:49 |
Hello everybody,
I have bee
|
#1 |
New Member
Thomas Ceyrowsky
Join Date: Mar 2009
Location: Germany
Posts: 9
Rep Power: 17 |
Hello everybody,
I have been doing some URANS-calculations using different turbulence models and would now like to display the eddy viscosity. This is not possible directly because the nut-field data has not been written. Using paraview's calculator is also not an adequate option... Is there a utility for calculating the eddy viscosity field afterwards? Thanks a lot, Thomas |
|
May 2, 2008, 06:52 |
Attached is one that I have ki
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
Attached is one that I have kicking around for calculating mu_t for k/eps (we only have compressible flow). You should be able to adapt it to nu_t without too much effort.
turbvisc.C |
|
May 2, 2008, 07:10 |
Hey Mark,
thank you very mu
|
#3 |
New Member
Thomas Ceyrowsky
Join Date: Mar 2009
Location: Germany
Posts: 9
Rep Power: 17 |
Hey Mark,
thank you very much! Unforunatelly I'm a newby to C++ and so there's still a question: Is Cmu a constant in your utility or is it calculated (for non-linear turbulence modells like realizable-k-epsilon)? Thanks anyway, Thomas |
|
May 2, 2008, 07:41 |
The function nuEff calculates
|
#4 |
Member
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17 |
The function nuEff calculates automatically viscous + turbulent viscosity according to the employed turbulence model.
For example in simpleFoam you can compute it via turbulence->nuEff()() |
|
February 16, 2009, 13:57 |
Are you updating nut at each t
|
#5 |
New Member
Nat Trask
Join Date: Mar 2009
Location: Providence, RI
Posts: 17
Rep Power: 17 |
Are you updating nut at each timestep? Somewhere in your solver you should have a nut = turbulence->nuEff()
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
eddy viscosity | Mike | CFX | 1 | April 4, 2006 14:12 |
Eddy Viscosity | Murthy | Main CFD Forum | 15 | November 30, 2005 06:11 |
Eddy Viscosity | ashish | CFX | 0 | July 20, 2005 05:19 |
about eddy viscosity :UDF | sagga | FLUENT | 2 | January 10, 2005 22:07 |
what is eddy viscosity ratio | henry | CFX | 0 | August 13, 2002 09:11 |