|
[Sponsors] |
December 14, 2010, 04:00 |
velocity in cylindrical coordinate
|
#1 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
i have an axisymetric mesh with wedge boundary condition now i like to calculate Ur and Uteta , once i saw we can convert Cartesian coordinate system into cylindrical coordinate but it seems it does not work in openFoam 1.6.x , this function is protected type
cylindricalCS ccs ( "ccs", vector(0, 0, 0), // center point of ccs vector(0, 0, 1), // axis of ccs vector(1, 1, 0) // base axis for cylindrical angle ); vectorField Uint = U.internalField(); vectorField Ucyl = ccs.globalToLocal(Uint,false); //error line!!! error: virtual Foam::tmp<Foam::Field<Foam::Vector<double> > > Foam::cylindricalCS::globalToLocal(const Foam::vectorField&, bool) const is protected now is there any suggestion how i can access to Ur and U tetha? |
|
December 14, 2010, 11:59 |
|
#2 | |
Senior Member
Steven van Haren
Join Date: Aug 2010
Location: The Netherlands
Posts: 149
Rep Power: 16 |
Quote:
http://www.cfd-online.com/Forums/ope...tup-error.html Your coding is a bit different in my code, could do the trick. However I wrote it for 1.7. |
||
December 14, 2010, 16:09 |
|
#3 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
thank you for ur interest i will look ur code and inform u, could u visualize stream line for a wedge type axisymmetric mesh? streamFunction only work for 2D case.
|
|
September 9, 2013, 18:43 |
cylindricalcs details
|
#4 | |
Member
ali jafari
Join Date: Sep 2012
Posts: 50
Rep Power: 14 |
Quote:
can you tell me where and how should I apply cylindricalcs ? I really need that . Special Thanks |
||
Tags |
cartesian, convert, coordinate, cylindrical |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transformation of a cartesian velocity gradient volTensorField to cylindrical coord. | alexey7783 | OpenFOAM | 5 | April 26, 2012 19:29 |
CFD Software with Cylindrical and Spherical Coordinate | cfd2010 | Main CFD Forum | 0 | June 9, 2010 22:55 |
how to obtain velocity gradient on cylindrical coordinate | rystokes | CFX | 1 | March 3, 2010 00:47 |
Need reference for FVM in cylindrical coordinate | Alex | Main CFD Forum | 3 | January 6, 2005 07:44 |
FDM in Cylindrical Coordinate | Piakman | Main CFD Forum | 8 | November 26, 2001 11:14 |