Cylindrical coordinate sysyem-Gambit

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
noussa
Messages
5
Reaction score
0
hi,
i am doing a simulation of 3D problem.i want to draw it cylindrical coordinate sysyem(r,z, o).but gambit shows X , Y , Z Coordinate . how to do in cylindrical co ordinate , will it show r, z and o axis ?
i opened the Tools command button then i changed the co ordinated system to cylindrical and I acctivé it . but it still at cartesien coordinate

please reply
 
Physics news on Phys.org
From what I know, Gambit is the mesher used for Fluent (neither of which I've used). Speaking from another ANSYS mesher, ICEM, what we typically did when trying a cylindrical domain is to simple mesh a "slice". After that, there is an extrude option. That option gives you the option to basically revolve the current mesh around. That..gives you a cylindrical mesh.

If you simply want to plot variables against cylindrical coordinates, then just create user variables using transform functions.
 
thank you for your reply but t is not what I seek to carry out, indeed gambit uses the Cartesian coordinate , but I wants apparaitre the cylindrical co-ordinates (R, Z, O) because I will export an ASCII file from gambit containing the cylindrical co-ordinates.
thank.
 
At the very least, you could write out the file in some formatted text file, and then write a converter to read in the cartesian values and calculate the cylindrical equivalent.
 
thank a lot, i will try..