Generating C-Mesh around Airfoil in gmsh

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024
  • The video shows how to create a C-Mesh around an airfoil for a CFD simulation. In the video I used a python script to convert the coordinates of the airfoil into a .geo file. The mesh, geometry file and python code are in the github repository.
    If you enjoyed the video leave a like button and share a comment!
    --------------------------------------------------------------------------------------------------------------------
    Airfoil data: airfoiltools.co...
    Github: github.com/Com...
    Music: • Jim Yosef & EMM - Shud...

ความคิดเห็น • 13

  • @victorgrein7303
    @victorgrein7303 ปีที่แล้ว

    I'm using this to learn how to develop a mesh for my studies. thanks!

  • @philipagenmonmen
    @philipagenmonmen ปีที่แล้ว

    This was extremely useful. Thank you very much!

  • @antoine1407
    @antoine1407 7 หลายเดือนก่อน

    It helped a lot. Thank you

  • @janszwykowski9708
    @janszwykowski9708 2 ปีที่แล้ว +1

    Amazing

  •  ปีที่แล้ว

    Well done! Thanks.

  • @antoine1407
    @antoine1407 5 หลายเดือนก่อน

    Do you know how we can add period boundary condition to both sides ?

  • @PilotMan71
    @PilotMan71 ปีที่แล้ว

    Hello! would it be possible to have an explanation of generation this C-mesh? For instance at 3:20 to 3:40 why do you select those specific points on the airfoil to draw edges out to the far field? What is the method used to determine which points should be used to select those vertices?

    • @computational_domain
      @computational_domain  ปีที่แล้ว +2

      There is no particular method for that. The chosen points don't really matter as long as the mesh cells are orthogonal near that location, so you should not select points too close to the leading edge of the airfoil (also not to far from the leading edge). Also I would recommend to take the two points which are symmetrical around horizontal axis, such that the mesh would have a better structure.

  • @davideacerns
    @davideacerns 3 หลายเดือนก่อน

    How about to create a C-Mesh if the AoA is different than zero?

    • @Ulani15
      @Ulani15 8 วันที่ผ่านมา

      I guess same procedure but you need to download .dat file of your airfoil already in that AoA.

  • @jamienash5263
    @jamienash5263 ปีที่แล้ว

    Hi, I'm having an issue with the transfinite tool. I don't suppose you know why this is. I created an additional area, which I termed the boundary layer. I build the airfoil and boundary layer with the bspline tool. The problem that I have is once, I use the transfinite tool, the elements near to the lines I have drawn that are normal to the object inside the flow become skewed. I'm not sure if this is an issue with using bspline or something else.

    • @computational_domain
      @computational_domain  ปีที่แล้ว

      Hey, sorry for the late reply. It's difficult tell where the problem lies. Is it possible that you did not select the additional area while recombining the surfaces?
      Also if you use a uniform point distribution instead of bspline, do you get the same problem?

  • @pochotom2834
    @pochotom2834 ปีที่แล้ว +1

    and now, to openfoam? how do i do it?