|
[Sponsors] |
[General] Convert from Cartesian to Cylindrical |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 10, 2015, 13:54 |
Convert from Cartesian to Cylindrical
|
#1 |
New Member
Alexey
Join Date: Apr 2015
Posts: 1
Rep Power: 0 |
Hello!
I solved StressAnalysis problem on OpenFOAM. I have sigma in Cartesian coordinates and I can see sigma in Paraview. But I want to see sigma in Cylindrical coordinates. How very easy do this? May be there is a function in Paraview which allowed sigam tensor convert from Cartesian coordinates to Cylindrical. |
|
June 12, 2015, 19:51 |
|
#2 |
New Member
Alta Dynamics
Join Date: Jun 2015
Location: Massachusetts, USA
Posts: 6
Rep Power: 11 |
I don't know if there is an existing function/filter in PV to accomplish this. But it's possible to perform tensor transformation. I can think of two ways:
1. Use the "programmable filter" to enter the several lines of code (python script) to perform the transformation. You would hard code the angles. This is a relatively easy approach. 2. Write a filter in C++ to do this. You can enter the angles in the interface. This approach is daunting if you have never done similar things before. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cartesian to cylindrical velocity field conversion | francois | OpenFOAM Post-Processing | 11 | November 30, 2017 06:52 |
2-D Cylindrical vs Cartesian Discretization | plinian | Main CFD Forum | 4 | March 4, 2017 06:15 |
Converting cylindrical anisotropic diffusivity comonents into the cartesian setting | mcgintygs | OpenFOAM | 0 | January 29, 2014 09:47 |
cylindrical coordinate vs cartesian coordinate | Lam | FLUENT | 10 | May 11, 2013 14:05 |
3D axisymmetric flow in cylindrical coordinate = 2D cartesian flow? | shubiaohewan | Main CFD Forum | 10 | May 2, 2013 15:08 |