CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[snappyHexMesh] Maintain patchs in interior mesh for SHM in multiRegion

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 26, 2022, 06:40
Default Maintain patchs in interior mesh for SHM in multiRegion
  #1
New Member
 
Join Date: Mar 2022
Posts: 24
Rep Power: 4
tRock is on a distinguished road
Hello to all,


I have the following example geometry:
Where a fluid domain is inside a solid domain.

https://ibb.co/g7HPVp3




When I generate a mesh with SHM, all of the patches in the fluid region are transformed into e.g., "fluid_to_solid".


Is it possible to main the patches and have: inlet_to_solid. outlet_to_solid, walls_to_solid?


Kind regards
tRock is offline   Reply With Quote

Old   May 26, 2022, 11:56
Default
  #2
New Member
 
Join Date: Mar 2022
Posts: 24
Rep Power: 4
tRock is on a distinguished road
Ok.. Not ideal but I was able to get my patches with topoSet.


Example:

Code:
actions
(
    {
        // Mandatory (inherited) entries
        name        outlet;
        type        faceZoneSet;
        action      new;

        // Mandatory entries
        source     searchableSurfaceToFaceZone;
        surfaceType triSurfaceMesh;

        surfaceName outlet.stl;
    }

    {
        // Mandatory (inherited) entries
        name        fluid_to_solid;
        type        faceZoneSet;
        action      delete;

        // Mandatory entries
        source     searchableSurfaceToFaceZone;
        surfaceType triSurfaceMesh;

        surfaceName outlet.stl;
    }
);
tRock is offline   Reply With Quote

Old   January 18, 2023, 13:37
Default
  #3
New Member
 
Join Date: Mar 2022
Posts: 24
Rep Power: 4
tRock is on a distinguished road
Anyone with a better solution for this?
tRock is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 12:23.