Search the web
Sign In
New User? Sign Up
Tecplot_Talk · Tecplot Talk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1757 - 1786 of 2721   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1757
Hi there I attached two small but different data files (test_dat.plt and test_dat1.plt). Each of them have six zones of X-Y data. I want to make an animation...
shohel mahmud
shohel_mah
Offline Send Email
May 5, 2005
9:29 pm
1758
Good morning, Does anyone know if it is possible to retrieve the current 3D axis variable names or numbers within a macro? Thanks, Dale ...
Dale Roach
droach@...
Send Email
May 11, 2005
12:51 pm
1759
Dale, You can use the extendmcr addon included with Tecplot distributions ... The X, Y, Z, are the variables for the x,y,z axes of the 3D plot. ... -- Steve......
Stephen J. Alter
altertalk
Offline Send Email
May 11, 2005
1:14 pm
1760
I would like to smooth the boundary on a data set (XYZ) so that the sharp irregularities (i.e. large variations in Z values) are smoothed but the areas that...
Darren Hill
djansenhill
Offline Send Email
May 12, 2005
8:55 pm
1761
Darren, Have you tried signal processing like Taubin's method for smoothing curves with shape recovery? It's fairly simple to do, as it solves the kinds of...
Stephen J. Alter
altertalk
Offline Send Email
May 12, 2005
9:10 pm
1762
Steve, Thanks I'll take a look at your paper. Darren ... From: Tecplot_Talk@yahoogroups.com [mailto:Tecplot_Talk@yahoogroups.com]On Behalf Of Stephen J. Alter ...
Darren Hill
djansenhill
Offline Send Email
May 12, 2005
10:17 pm
1763
Good afternoon, Does anyone know how to retrieve the I-dimension of any zone in the dataset? The only thing I have found in the documentation is the MAXI...
Dale Roach
droach@...
Send Email
May 16, 2005
3:53 pm
1764
i, j, and k are default variables. You can create these in alter data: {i} = i {j} = j {k} = k ... From: Tecplot_Talk@yahoogroups.com...
Keith.A.McCormick@...
Send Email
May 16, 2005
3:59 pm
1765
Dale, That is correct. That is why you have to use the $!ActiveFieldZones = [...] before checking MAXI. You can also make a copy of the active field zones...
Stephen J. Alter
altertalk
Offline Send Email
May 16, 2005
5:56 pm
1766
Hello, I recently purchased CFD Analyzer. I noticed that there is an option in calculate variables to calculate pressure and density gradients but not...
tecplotguy
Offline Send Email
May 16, 2005
6:57 pm
1767
... Howdy, tecplotguy, Supporting the plot3d's boundary and name files is among the list of features slated for our next major release. Would you have any...
Jim Carson
jim_carson
Offline Send Email
May 16, 2005
9:20 pm
1768
Has anyone in this group developed source code to output data from LabView in binary form for Tecplot, that would be willing to share their technique? I am...
Stephen J. Alter
altertalk
Offline Send Email
May 16, 2005
11:41 pm
1769
I wonder how to write fortran file to output in binary format is it a system dependable? "Stephen J. Alter" <Stephen.J.Alter@...> wrote:Has anyone in this...
Tamer Elsoukkary
tamer_elsouk...
Offline Send Email
May 17, 2005
3:04 am
1770
Hi All, I have a data file consisting of values of two variables X and Y (let's say). I need to find the value of X that corresponds to 99% of the maximum ...
kiran_iit
Offline Send Email
May 17, 2005
5:37 am
1771
LabView as I understand it is not a programming environment, but a system environment. It enables a user to connect modules of various types to make software...
Stephen J. Alter
altertalk
Offline Send Email
May 17, 2005
11:46 am
1772
Hello, Is there any program available on the Internet or from Tecplot Inc., written in C for instance (sources available), that can read a Tecplot structured...
Stéphane Glockner
s.glockner@...
Send Email
May 17, 2005
9:11 pm
1773
O-Matrix includes functions for reading, writing, and manipulating structured PLT files, ... http://www.omatrix.com/manual/rtecplot.htm You should be able to...
Harmonic Software Inc.
harmonic@...
Send Email
May 17, 2005
9:35 pm
1774
Hi! As a newbie in terms of tecplot macros I have some (trivial?) question: I have unstructered datafiles with the x,y and z-coordinates in the first three...
Torsten Wolf
t.wolf@...
Send Email
May 18, 2005
9:38 am
1775
Torsten, Unless I'm mistaken, this is not possible in a macro, unless the macro command is linked to an addon. Only an addon can obtain the location in space...
Stephen J. Alter
altertalk
Offline Send Email
May 18, 2005
2:33 pm
1776
This is a warning and also a hope that someone finds a fix. Tecplot and the new X11 in Tiger (Mac OSX 10.4) don't get along even worse than before. If you...
Darren De Zeeuw
darrens@...
Send Email
May 19, 2005
1:58 pm
1777
Hi all, Iam trying to load files in tecplot, it can take upto 500 files but not more than that ,it says no files found if i try to load more than 500 files. I...
Girish Sankar
sankar_girish
Offline Send Email
May 19, 2005
3:02 pm
1778
Have you tried using OpenGL emulation? This fixes image exporting for Panther's X11, and should work for Tiger as well. If you launch Tecplot from a shell, use...
davetaflin
Offline Send Email
May 19, 2005
4:27 pm
1779
I had not tried the -mesa flag. That does seem to fix it, or at least avoid the problem. Thanks for the tip. I posted the problem to Apple's discussion...
Darren De Zeeuw
darrens@...
Send Email
May 19, 2005
5:30 pm
1780
Hi, Does anybody have a macro or some equations to calcuate the gradient of a parameter in the whole flow-field?? I am not sure how to do it for a whole...
tecplotguy
Offline Send Email
May 19, 2005
8:23 pm
1781
You may need to write a macro to load them. I'm not sure of this, but the number of characters permitted in a command line may be exceeded if you are loading...
Stephen J. Alter
altertalk
Offline Send Email
May 20, 2005
1:56 pm
1782
If you look at the V10 manual, in the equations section, I think you can use ddx(), ddy(), and ddz() in combination with ddi(), ddj(), and ddk(). As I...
Stephen J. Alter
altertalk
Offline Send Email
May 20, 2005
2:28 pm
1783
Thanks Steve! I had not seen that section. However, there are a couple problems with it. As a check I found the pressure gradient in the x-direction using...
tecplotguy
Offline Send Email
May 20, 2005
9:09 pm
1784
Have you contacted Jeff White? There may even be a bug in Tecplot. Which version of Tecplot are you using? As for the continuous derivatives across a boundary...
Stephen J. Alter
altertalk
Offline Send Email
May 23, 2005
12:09 pm
1785
Hi, all I would like to plot a few dependencies f(x,a_i) at various values of parameter "a". I would like to use 3D plot. How I can do it by the easiest way....
bkl
i_one_bkl
Offline Send Email
May 23, 2005
4:44 pm
1786
If you would like to use CFD Analyzer for your temperature gradient calculation, you could 'fake' the pressure variable in Reference Values and Field Variables...
Don Roberts
d.roberts@...
Send Email
May 23, 2005
4:58 pm
Messages 1757 - 1786 of 2721   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help