I want to simulate the flow throught pipe using full 3D NS equations. I wanted to write the varional formulation in cylindrical coordinates. I was able to map ‘r’ coordinates with y and ‘z’ coordinates with x. But I’m facing a problem while mapping ‘theta’ coordinates to z. I have searched for this problem in discussions, but I didn’t find any information. Your input will be highly valuable for my research. Kindly let me know any available resources on this topic.
Dear Sumenchalla,
In the theta coordinate you have to set periodic boundary conditions. Apart from that I don’t see what problem could occur, until having a particular piece of code.
I genuinely unable to get what you’re trying to emphasize. That is the reason why I took 2 days to read online what is periodic boundary condition is and how to map cylindrical to Cartesian, but I was not able to gather any useful information. I’m add the snippet of variational formulational I have used to simulate axisymmetric pipe flow, please have a look
Here I used nondimensional NS equations in cylindrical coordinates, where y represents the radial direction and x represents the axial direction. Now I want to implement non-axisymmetric pipe flow for which delta(u)/delta(theta) will be there. How can I incorporate that term in my variational formulation? Your help will be highly useful for my research