FiniteVolumeTransportPhenomena / PyFVTool

Finite volume toolbox in Python
GNU Lesser General Public License v2.1
13 stars 4 forks source link

Coordinate labels (Cartesian, cylindrical, polar, spherical) #34

Closed mhvwerts closed 5 months ago

mhvwerts commented 5 months ago

I have started implementing different coordinate labels for different mesh types (see #15) and successfully did this for FaceVariables (xvalue, rvalue and the like), as can be seen from the initial commits to this PR.

That, however, was the easy part.

The coordinates of the mesh objects themselves will be trickier to handle, I fear. Therefore, I will take this one step at a time, adding commits to this PR at each stage, so that you, @simulkade, can shine your light over it.

If successful, this will close #15.

mhvwerts commented 5 months ago

Thanks for being so responsive. I am happy that I did this. I agree with you about the positive effects of this Python therapy. I feel better now! Also, PyFVTool is now better adapted to our (cylindrical) research project here, so it was timely for me to do this.