CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Tecplot (https://www.cfd-online.com/Forums/tecplot/)
-   -   How to generate a cylindrical plane? (https://www.cfd-online.com/Forums/tecplot/142991-how-generate-cylindrical-plane.html)

swtbkim October 14, 2014 01:08

How to generate a cylindrical plane?
 
Hi all.

I'm simulating about fan, and I would like to generate a contour and calculate mass flow rate along radial direction. so cylindrical plane is needed.

In CFD-POST, there is a 'surface of revolution' functionality.

Is there a similar one in Tecplot??


Thank you.

wsfowler October 14, 2014 18:16

I wrote a Tecplot 360 add-on a while back that would do this. Information on the add-on is here: http://www.tecplottalk.com/addons/radialslice/

Right now you cannot specify an arbitrary orientation, so hopefully your geometry is aligned with one of the primary axes.

It hasn't been compiled for Tecplot 360 EX, but should work with Tecplot 360 2013 and earlier. If you're on Linux, the source code is posted. If you're unable to compile it give our support group a shout and we'll help you out.

Scott Fowler
support@tecplot.com

swtbkim October 15, 2014 02:01

This is awesome!

I'll try and give you feedback if i'm lost again.

Thank you very much.

swtbkim October 15, 2014 04:47

Hi again!
I didn't understand how to use...
I copied radialslice.dll file, and pasted it into 'bin' folder
and next step is unclear to me.


3. Add this line to your tecplot.add file:
$!LoadAddon "radialslice"


What does it mean??
I found tecplot.add file, but it is not open-able at least in my computer.
Thank you.

wsfowler October 15, 2014 11:54

You should be able to edit tecplot.add with a text editor like Notepad. If you can't, perhaps the permissions on the file are wrong.

If you can't edit this file you can do either of the following:

Add "-loadaddon radialslice.dll" to the command line arguments when launching 360.

or

Drag-and-drop radialslice.dll onto an open instance of 360.

Hope that helps.

Scott

swtbkim October 18, 2014 10:53

I have tried several times, but they failed..

tecplot.add is opened on Wordpad, but it said that it cannot be saved.
I think I should open it with the right of manager, but it was not activated when I right-clicked tecplot.add

I also tried drag-and-drop, but it didn't work.


And what is command line argument?
I'm using Tecplot 360 2012R1, and there is no options like it when launching

wsfowler October 20, 2014 12:40

To use the command-line argument, Tecplot 360 must be in your PATH, or you must 'cd' to the 'bin' directory, where tec360.exe exists. Also, make sure to copy the add-on into the 'bin' directory.

Once you've done that, the command line would look like this:

>tec360.exe -loadaddon radialslice.dll

swtbkim October 21, 2014 01:48

Thank you very much Scott. It's really helpful.
I didn't understand what command line means, and now I do.
I opened it successfully.


I want to make it along z-direction. I decided the radius.
And I think there is no option for the range of z.
I mean, I want to make cylinder along z direction with the height of 0.1m
Is there a way to do?


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