CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > Tecplot

Splitting a volume zone?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 25, 2019, 00:17
Default Splitting a volume zone?
  #1
New Member
 
Nick Thomas
Join Date: Sep 2018
Posts: 27
Rep Power: 7
nick.l.thomas is on a distinguished road
I am working on post processing a simulation with two domains - an outer stationary domain and a cylindrical rotating domain within. When they're input to Tecplot, the rotating domain requires an axial rotation to get it to the correct position. This works fine for the surface zones as they are either within the rotating domain or not, but I only have one volume zone (Step XXXX Incr 0) that contains both domains. So, when I create an isosurface, the volume of the rotating domain is not axially rotated to where it should be.

I've tried altering the X, Y coordinates using the following equations (ex. for radius 0.009 and theta 3.7309 rad):

{X} = IF((X ** 2 + Y ** 2) ** (1/2) <= 0.009, X * COS(3.7309) + Y * SIN(3.7309), X)
{Y} = IF((X ** 2 + Y ** 2) ** (1/2) <= 0.009, -X * SIN(3.7309) + Y * COS(3.7309), Y)

It seems to be modifying the correct data points (nothing outside of the radius desired is being changed), but it's not rotating correctly.

Is there a way I can create a volume zone that only contains the cylindrical rotating domain or split the current volume zone into two parts so I can apply an axial rotation just to the rotating part? If so, can it be done now or do I need to set something up before the simulation?
nick.l.thomas is offline   Reply With Quote

Old   November 26, 2019, 13:21
Default
  #2
Member
 
Join Date: May 2013
Posts: 61
Rep Power: 12
novedevon is on a distinguished road
Hi Nick,

It sounds like what you need is a feature called "extract blanked zone" which is currently available as as addon if you contact support@tecplot.com and tell them which version you are using. It will be available to everyone in tecplot 360's next release in early 2020.

-Devon
Tecplot Product Manager
novedevon is offline   Reply With Quote

Old   November 26, 2019, 13:22
Default
  #3
New Member
 
Nick Thomas
Join Date: Sep 2018
Posts: 27
Rep Power: 7
nick.l.thomas is on a distinguished road
Quote:
Originally Posted by novedevon View Post
Hi Nick,

It sounds like what you need is a feature called "extract blanked zone" which is currently available as as addon if you contact support@tecplot.com and tell them which version you are using. It will be available to everyone in tecplot 360's next release in early 2020.

-Devon
Tecplot Product Manager
Thanks Devon! I will get in touch with support.
nick.l.thomas is offline   Reply With Quote

Reply


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
[Other] mesh airfoil NACA0012 anand_30 OpenFOAM Meshing & Mesh Conversion 13 March 7, 2022 17:22
[Resolved] GPU on Fluent Daveo643 FLUENT 4 March 7, 2018 08:02
[blockMesh] blockMesh error - Negative Volume Block adoledin OpenFOAM Meshing & Mesh Conversion 2 June 22, 2016 10:44
Problem in IMPORT of ICEM input file in FLUENT csvirume FLUENT 2 September 9, 2009 01:08
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 07:45.