CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Colour by turbulence intensity?

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By tomf

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 24, 2015, 10:17
Default Colour by turbulence intensity?
  #1
New Member
 
Join Date: Feb 2015
Posts: 6
Rep Power: 11
dxg169 is on a distinguished road
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
dxg169 is offline   Reply With Quote

Old   February 25, 2015, 08:44
Default
  #2
Senior Member
 
Tom Fahner
Join Date: Mar 2009
Location: Breda, Netherlands
Posts: 634
Rep Power: 32
tomf will become famous soon enoughtomf will become famous soon enough
Send a message via MSN to tomf Send a message via Skype™ to tomf
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
tomf is offline   Reply With Quote

Old   February 25, 2015, 09:39
Default
  #3
New Member
 
Join Date: Feb 2015
Posts: 6
Rep Power: 11
dxg169 is on a distinguished road
Quote:
Originally Posted by tomf View Post
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

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?
Attached Images
File Type: jpg ParaView Calculator Help.jpg (54.5 KB, 114 views)
dxg169 is offline   Reply With Quote

Old   February 25, 2015, 10:15
Default
  #4
Senior Member
 
Tom Fahner
Join Date: Mar 2009
Location: Breda, Netherlands
Posts: 634
Rep Power: 32
tomf will become famous soon enoughtomf will become famous soon enough
Send a message via MSN to tomf Send a message via Skype™ to tomf
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
Also in the Result Array Name box you should specify TI instead of Result.
hulli likes this.

Last edited by tomf; February 25, 2015 at 10:16. Reason: Remark about TI vs Result
tomf is offline   Reply With Quote

Old   February 25, 2015, 10:19
Default
  #5
New Member
 
Join Date: Feb 2015
Posts: 6
Rep Power: 11
dxg169 is on a distinguished road
Quote:
Originally Posted by tomf View Post
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
Also in the Result Array Name box you should specify TI instead of Result.
I've used the same code as above: sqrt(UPrime2Mean_XX)/UMean_X

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.
dxg169 is offline   Reply With Quote

Old   February 26, 2015, 03:50
Default
  #6
Senior Member
 
Tom Fahner
Join Date: Mar 2009
Location: Breda, Netherlands
Posts: 634
Rep Power: 32
tomf will become famous soon enoughtomf will become famous soon enough
Send a message via MSN to tomf Send a message via Skype™ to tomf
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.
tomf is offline   Reply With Quote

Reply

Tags
color, turbulence analysis, turbulence color, turbulence intensity

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Turbulence Intensity at inlet boudary egge24 FLUENT 1 October 10, 2015 15: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 03:01
High turbulence intensity wenfengxie FLUENT 1 April 16, 2010 12:00
High Turbulence Intensity Problem bwg FLUENT 1 January 13, 2010 13:09
Convergance of turbulence intensity subhash Siemens 3 September 19, 2002 13:21


All times are GMT -4. The time now is 01:34.