cfMesh hack for 3D OpenFOAM meshes and simulations

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This is the entry you need in system/meshDict (don't forget to adopt the boundary names to your boundary names!):
    renameBoundary
    {
    defaultType patch;
    newPatchNames
    {
    inlet1
    {
    type patch;
    newName inlet1;
    }
    inlet2
    {
    type patch;
    newName inlet2;
    }
    outlet
    {
    type patch;
    newName outlet;
    }
    wall
    {
    type wall;
    newName wall;
    }
    }
    }
    This material is published under the creative commons license CC BY (Attribution). If you plan to use it, please acknowledge it.

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

  • @nickjohnsonn9761
    @nickjohnsonn9761 3 года назад +3

    You saved me a lot of time here! Thanks!

  • @High9231
    @High9231 9 месяцев назад +1

    Really helpful, thank you for saving me some time!

  • @nikahmadridhwan5178
    @nikahmadridhwan5178 3 года назад +3

    Great. I did discovered and use this approach for sometime already. Can be use for 2d geometry as well.