3D Structured Hexahedral Mesh for Flow Over a Cylinder | ANSYS Mesh | English |

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Link for Image blocking: www.openfoam.c...
    Mail us at codeynamics@gmail.com for Solidworks and ANSYS online courses.

Комментарии • 8

  • @mmnyako
    @mmnyako 2 месяца назад +1

    Can I be able to apply different mesh sizes to the distinc zones/bodies?

    • @Codeynamics
      @Codeynamics  2 месяца назад +1

      theoretical yes. you can. but practically that would ruin your simulation and consistency of your results.

    • @mmnyako
      @mmnyako 2 месяца назад

      @@Codeynamics Thanks

  • @DarthVader-ir1bx
    @DarthVader-ir1bx 8 месяцев назад +1

    What happens if one does not combine all the body parts into one like you did in here 8:02?

    • @Codeynamics
      @Codeynamics  8 месяцев назад +1

      As we mesh different bodies, it tends to mesh each body separately. If that happens, the mesh elements from one body wouldn't essentially coincide with the adjacent body's mesh elements at their interface. So we do not want to treat them as different bodies, but as different zones in a single body (in this case, called the part). If the mesh elements do not properly align at the interface, there will be bad mesh problems during the simulation. Also, it will be treated as flow from one region to another. We do not want that. By splitting the body into zones, we are just creating a simple structured 1-D path for the mesh to propagate without deviating. We want split body during meshing phase, but not during the solution phase. By merging them into one single part, we are importing a multizone part for mesh-er and a single body for the solver.
      I hope it is clear.

    • @DarthVader-ir1bx
      @DarthVader-ir1bx 8 месяцев назад

      @@Codeynamics so in short, it is all for the sake of getting a continuous structured mesh through all parts, did I get that right?

    • @Codeynamics
      @Codeynamics  8 месяцев назад

      @@DarthVader-ir1bx yes. you got that right.

    • @DarthVader-ir1bx
      @DarthVader-ir1bx 8 месяцев назад

      @@Codeynamics thanks