ucns3d-team / UCNS3D

Unstructured Compressible Navier Stokes 3D code (UCNS3D)
https://ucns3d.com
GNU General Public License v3.0
238 stars 87 forks source link

Clarifications about LEFTV & RIGHTV #28

Closed swetarkad closed 1 year ago

swetarkad commented 1 year ago

I was trying to check the implementations of boundary conditions in 'boundarys' subroutine and I was confused why all changes are done to only rightv. Why not leftv? Same is done in outlow and inflow both type of boundaries. I would be happy if anyone can, please, elaborate which cells' properties exactly are rightv and leftv so that I can implement some basic boundary conditions like zero-gradient for pressure or velocity etc.