|
[Sponsors] |
July 31, 2014, 05:25 |
Semi-Circle in Tecplot.
|
#1 |
New Member
MAT
Join Date: May 2013
Posts: 6
Rep Power: 13 |
Hello All, I would like to know, how can I write ASCI data file for semi-circle. I know it for circle: ================================ [[Suppose the following example for circle of radius 20 at center(30,30) GEOMETRY X=30, Y=30, T=CIRCLE, FC=BLUE, C=GREEN 20================================= Similarly, if any option to write semi-circle, please inform me. Sincerely yours MAT |
|
July 31, 2014, 11:54 |
|
#2 |
Senior Member
Scott Rumage
Join Date: May 2009
Location: Seattle, WA
Posts: 152
Rep Power: 17 |
In Tecplot 360 EX go to Data>>Create Zone>>Circular …
- For example -- create a zone of 10x25x1 Next go to Data>>Extract Subzone… - Change the J-Index from “Mx” to “13” (extracts a semi-circle zone) Next go to File>>Write Data File>> - Export the Subzone to an ASCII data file (*.dat extension) - I suggest that you select “point” format (versus “block”) You now have an Tecplot ASCII data file of a half circle. Cheers, Scott |
|
July 31, 2014, 13:21 |
Thank you very much and one more thing Please
|
#3 |
New Member
MAT
Join Date: May 2013
Posts: 6
Rep Power: 13 |
Dear Scott,
Its great, thank you very much. I can draw the semi circle in Tecplot. Actually, I am using FORTRAN code in my CFD simulation. In 2D case, if I want to create geometry like a circle, for example: a circle of radius =10 , Centre (50,20), in my FORTRAN code, I have defined the following way and in my output results file, Tecplot-360, 2010, I have seen geometry (circle). ================================================== ===================== WRITE(*,*)'GEOMETRY X=',50, ',','Y=',20,',' ,'T=CIRCLE', ',', & 'C=BLACK',',','FC=BLACK', ',', 'CS=GRID' WRITE(*,*)10 ================================================== =============== Now my problem is: For semi-circular geometry(upper half), how can I write the statements in my FORTRAN code (like above statements for circle)? Please help me in this regards. Sincerely yours MAT |
|
July 31, 2014, 17:39 |
|
#4 |
Senior Member
Scott Rumage
Join Date: May 2009
Location: Seattle, WA
Posts: 152
Rep Power: 17 |
Sorry Matt, I have no suggestions. Scott
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with circle sampling type, of Sample utility | nik | OpenFOAM Post-Processing | 4 | May 29, 2017 06:27 |
Subtraction of a circle from a rectangle,Gambit | engahmed | ANSYS Meshing & Geometry | 2 | May 17, 2010 02:08 |
Having trouble getting a circle to fall through water | ozirock | FLUENT | 0 | January 28, 2010 13:57 |
Find perpendicular intersection bet. pt & circle | zonexo | Main CFD Forum | 3 | July 27, 2007 09:53 |
How to mesh a circle by Gambit? | Zhengcai Ye | FLUENT | 5 | March 24, 2006 02:04 |