Hi everyone... Thanks Yoshinori, Chen and Chris for ur replies and thoughts. A couple of points to make: 1. I accept the answer from Yoshinori and Chris. My...
Hi everyone... This may be a simple question but I hope there is an addon or macro that I can use. I have two tecplot FE data files, each contains FE solution...
Hi... I am trying to animate an adaptive mesh with structured block using Tecplot10, but when I animate, it animate block by block or zone by zone... I don't...
Millena, The Tecplot software does offer the ability to animate by sets of zones. But I'm not sure exactly what you want to animate. Is it planes within the...
Hello, I'm new in this forum and I have already searched the archive but I have not found really the solution to my problem. What I have already achieved is to...
Alexander Filimon
alexfilimon@...
Dec 16, 2005 9:08 am
2046
... Hi Steve... I think that is really what I need ... animate a set of zones. But How can I do it?? I dind't see an example in the guide. Do you know where ...
Dear Millena To animate a set of zones go to zone style and apply group numbers to the zones, then animate the groups. This is available in Tecplot v10...
Millena, In the animation of data of V10r4 and later, there is a section that permits the setting of a step by group of zones. This is an option in a drop down...
... structured block ... block by block or ... that... There is an ... Methane Flame ... that, but in two- ... =',nx+1, ',',& ... x,y,pressure ... Hi as...
Hi, I would like to make an animation showing both velocities contours and Cp plots on a 2d foil. the velocities contours and Cp plots are in two different...
Hi, try the macro >anim_n_frames.mcr< from the tecplot-site. http://www.tecplot.com/support/tecplot_macros.htm Regards Dirk ... -- ...
Dirk Ditschke
ditschke@...
Dec 19, 2005 1:26 pm
2052
Aside from the Tecplot website anim_n_frames.mcr, you can get AZD from tecgeo@.... AZD does this type of animation easily. ... -- Steve... Never argue...
Dear Dirk and stephen, Thank you very much for your quick answers. I have downloaded the macro. I'll read it and see if it helps for my case. Actually, I want ...
AZD is the "Animate Zones Dialog" I think, and it is a third party software written by Mike Connelly. I tested this in the past and found it to be very robust....
Hi The Advanced Zone Display (AZD) is a Tecplot add-on I am marketing that allows you a great deal of flexibility at animating zones. The AZD add-on is...
Hi anim_n_frames.mcr has some problems like file writing. I used it before and faced this problem. I am not sure whether this problems is fixed or not. Let me...
Hello, I have a simple question on contour flooding. Here is a very simple data file. variables = "X", "Y", "p", "q" zone n = 4, e = 1, f = fepoint, et =...
One way to do this is to duplicate the zone but reverse the connectivity as shown below. Zone 1 will display q as you describe and Zone 2 will display p as you...
Richard Wilmoth
archiew@...
Dec 20, 2005 8:53 pm
2061
thank you for your reply. unfortunately, it's not very convenient. what should i do with this then? variables = "X", "Y", "p" zone n = 9, e = 4, f = fepoint,...
The fundamental problem seems to be that there are not sufficient data to specify a unique set of contours. When you specify the corner nodes only, there are...
Richard Wilmoth
archiew@...
Dec 20, 2005 10:11 pm
2063
I am inclined to think that the fundamental problem is a bug in the Tecplot. And here is why. Look at a linear unit square element. 4 nodes, 4 linear shape ...
Alex, To get a loop to go from 11 to 1, you can do the following: $!Loop 11 $!VarSet |NewLoopVar| = (11-|loop|+1) ... $!EndLoop then just use |NewLoopVar|...
Hello everyone, In my FV data (one zone), I have some inactive cells. Is there a way to ask tecplot not to show these cells in the mesh. Thank you, Hussein...
Hussein Hoteit
hhoteit@...
Dec 21, 2005 10:51 pm
2066
... unknown. ... want ... properly. I ... data ... nodes ... adopt a ... normals to ... either ... you can ... way you ... the ... format the ... triangulated ...
Set a blanking variable that indicates which are or are not active (1 or 0). Then blank the cells. ... -- Steve... Never argue with an idiot, for they will...
Hello Stephen, thanks first for the loop. Sounds good. Regarding what I want to do infact, is following. I extract data from one zone on 100 lines, in a...
Alexander Filimon
alexfilimon@...
Dec 22, 2005 9:46 pm
2069
Nice idea Thank you ... From: "Stephen J. Alter" <Stephen.J.Alter@...> To: <Tecplot_Talk@yahoogroups.com> Sent: Thursday, December 22, 2005 5:57 AM ...
Hussein Hoteit
hhoteit@...
Dec 22, 2005 9:49 pm
2070
Yes, my bad. I take it back. OK, the values Tecplot calculates within an element are correct. But still, how does it do the contour flooding? Why is the line...