Part 1: Wing Motion Simulation in OpenFoam - snappyHexMesh

Поділитися
Вставка
  • Опубліковано 27 гру 2024
  • Wing Motion simulation in OpenFoam:
    Part 1: snappyHexMesh
    • Part 1: Wing Motion Si...
    Part 2: Steady State simulation using SimpleFoam
    • Part 2: Wing Motion si...
    Part 3: Dynamic Mesh & Transient flow - PimpleFoam
    • Part 3: Wing Motion si...
    --------------------------------------------------------------------------------------------
    linkedin
    / asmaa-hadane-935991a3
    --------------------------------------------------------------------------------------------
    facebook
    / openfoamforcfd
    --------------------------------------------------------------------------------------------

КОМЕНТАРІ • 17

  • @JousefM
    @JousefM 4 роки тому +4

    Very nice video and speed Asmaa, keep up the good work :)

  • @dsbupadrasta2385
    @dsbupadrasta2385 2 роки тому +1

    Thank you ma'am, it really informative. Your tutorials are really helpful.

  • @h_l9947
    @h_l9947 3 роки тому +1

    Thank you very much this is very clear and helpful

  • @sefasahin6038
    @sefasahin6038 2 роки тому

    Thank you. It is so enlightening :)

  • @Bilal_27
    @Bilal_27 4 роки тому +1

    thank's for the video, i have a question about snappyHexMesh,
    it's possible to generate a mesh for free surface like a ship or wing between air/fluid.

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  4 роки тому +2

      The snappyHexMesh allows you to generate your domain whether it's a free surface or not. While for free streams it's the Volume of fluid VOF that models that kind of problems, check the solver interFoam for more details, and have a look at the tutorial multiphase/interFoam/RAS/DTCHullMoving , it concerns a ship modeling.

  • @_JayashriSuralkar
    @_JayashriSuralkar Рік тому

    Which airfoil is used for the analysis can you tell me mam?

  • @swchoi3755
    @swchoi3755 3 роки тому +1

    Very useful lecture (9/10 score lecture).. One minor request is to provide as the input files that you showed in the video. That would help us to follow/practice your lecture.

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  3 роки тому

      Thanks, the test case is available in OpenFOAM tutorials.

    • @leslysierra8383
      @leslysierra8383 Рік тому

      @@CFDAsmaaHadane Hello, is there a pdf document of the tutorial?

  • @atakan716
    @atakan716 3 роки тому +1

    thank you!

  • @qureshimzi3049
    @qureshimzi3049 3 роки тому +2

    Dear sister your video tutorials are very informative, especially for beginners. I will request you to please make a video tutorial of OpenFOAM adjointShapeOptimization solver. I want to use this for airfoil, but i don’t know the basic setting of this solver. Thanks

  • @ramgupta7697
    @ramgupta7697 4 роки тому

    Hi, I am trying to generate unstructured triangular mesh. Can you suggest some software for that?
    Thanks a lot.
    Regards

  • @marcusdavid3674
    @marcusdavid3674 3 роки тому +1

    Thanks, but we need advanced meshing processing.

  • @vaishaliravishankar9752
    @vaishaliravishankar9752 3 роки тому

    Hey Asmaa! I'm getting the following error when I run snappyHexMesh: --> FOAM FATAL ERROR:
    Cannot find triSurfaceMesh starting from Can you help me resolve it? Thanks :)

    • @StrikerRaiiiie
      @StrikerRaiiiie 3 роки тому

      did you put the stl file in the folder triSurface ?

    • @philnassaux5818
      @philnassaux5818 2 роки тому

      I noticed that the stl file in the tutorial folder /constant/triSurface is compressed - wing_5degrees.obj.gz
      you'll need to extract it using the following command to get the uncompressed file "wing_5degrees.obj":
      gzip -d wing_5degrees.obj.gz