|
[Sponsors] |
February 24, 2015, 11:17 |
Colour by turbulence intensity?
|
#1 |
New Member
Join Date: Feb 2015
Posts: 6
Rep Power: 11 |
Hello all,
Does anybody know how I can colour a slice by turbulence intensity? For example in the U0 direction: I have UPrime2Mean:0 and I have UMean:0, although I want to somehow get the paraView to compute the TI = (SQRT(UPrime2Mean)/UMean) and then colour the slice based on these values? I'm relatively new to paraview so have tried but can't seem to crack this one. Best wishes, D |
|
February 25, 2015, 09:44 |
|
#2 |
Senior Member
|
Hi D,
This sounds like you would need the calculator filter. Filters>alphabetical>Calculator Or click on the calculator filter icon. Than use the scalar UPrime2Mean_X (or Y or Z) and the corresponding scalar UMean_X (or Y or Z) as the function. The result should read TI. Or do you want to have the magnitude of the mean and variance? In that case use mag(UPrime2Mean) and mag(UMean). Hope this helps. Regards, Tom |
|
February 25, 2015, 10:39 |
|
#3 | |
New Member
Join Date: Feb 2015
Posts: 6
Rep Power: 11 |
Quote:
Hi tom, Thank you for the reply. I'm having some issues with the solution. I've attached a screen shot of my error message and the formula you can see I'm trying to us in the calculator. I'm basically trying to calculate the Turbulence Intensity at points on a slice. I'm trying to compute the TI using the UPrime2Mean:0 and UMean:0. What i'm after is for the post processor to calculate the TI for all the points on the slice, and then I'm hoping to colour that slice using the TI results. Any ideas? |
||
February 25, 2015, 11:15 |
|
#4 |
Senior Member
|
From your screenshot I cannot read the function. Can you just literally copy it here? Maybe use the Code tags like I did below.
Based on what I can see I think it should be: Code:
sqrt(UPrime2Mean_XX)/UMean_X Last edited by tomf; February 25, 2015 at 11:16. Reason: Remark about TI vs Result |
|
February 25, 2015, 11:19 |
|
#5 | |
New Member
Join Date: Feb 2015
Posts: 6
Rep Power: 11 |
Quote:
although my error message reads as follows: ERROR: In /gpfs/apps/OpenFOAM/ThirdParty-2.1.1/ParaView-3.12.0/VTK/Common/vtkFunctionParser.cxx, line 1480 vtkFunctionParser (0x145790fb0): Syntax error: operator expected; see position 18 ERROR: In /gpfs/apps/OpenFOAM/ThirdParty-2.1.1/ParaView-3.12.0/VTK/Common/vtkFunctionParser.cxx, line 1480 vtkFunctionParser (0x145790fb0): Syntax error: operator expected; see position 18 Warning: In /gpfs/apps/OpenFOAM/ThirdParty-2.1.1/ParaView-3.12.0/VTK/Graphics/vtkArrayCalculator.cxx, line 401 vtkPVArrayCalculator (0x145c199f0): An error occured when parsing the calculator's function. See previous errors. |
||
February 26, 2015, 04:50 |
|
#6 |
Senior Member
|
I see you are using version 3.12.0 of ParaView, maybe this was a bug in that version, could you try using the latest ParaView (4.3.1)? The error message seems to indicate it needs an operator at the _XX position, but that does not really make sense to me.
|
|
Tags |
color, turbulence analysis, turbulence color, turbulence intensity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Turbulence Intensity at inlet boudary | egge24 | FLUENT | 1 | October 10, 2015 16:56 |
How to define the turbulence intensity and mixing length at an outlet (for k-eps)? | david39 | OpenFOAM Running, Solving & CFD | 6 | February 2, 2011 04:01 |
High turbulence intensity | wenfengxie | FLUENT | 1 | April 16, 2010 13:00 |
High Turbulence Intensity Problem | bwg | FLUENT | 1 | January 13, 2010 14:09 |
Convergance of turbulence intensity | subhash | Siemens | 3 | September 19, 2002 14:21 |