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

[mesh manipulation] Residual faces after stitchMesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 23, 2021, 07:30
Default Residual faces after stitchMesh
  #1
New Member
 
Join Date: Aug 2021
Posts: 4
Rep Power: 5
Woud is on a distinguished road
I am working on a simpleFoam case where i want to connect multiple T-junctions ending with a 90 degree elbow.

To be able to extend the amount of T-junctions without having to remesh every time a make use of mergeMeshes and stitchMesh.
For connecting the T-junctions the stitchMesh works fine if i use a stitchMeshToleranceDict oterwise i get residual faces which are a problem i suppose.

However, when i want to connect the elbow which has the same inner diameter as the T-Juntion (and therefore the same mesh domain at that point). I am stuck with 46 and 15 faces for the two patches i stitched together.

I tried using stitchMesh -perfect, stitchMesh -integral, stitchMesh -partial but there is no difference in the result.

So, I think there are two solutions:
- Remove the residual patches and assign them to the internal mesh.
- Change the stitchMesh procedure so there are no residual faces.

I attached two images to show the problem and the stitchMeshToleranceDict. The whole case is quite big, so i hope this is enough information, otherwise feel free to ask.

Code:
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.4                                   |
|   \\  /    A nd           | Web:      http://www.openfoam.org               |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

FoamFile
{
    version         2.0;
    format          ascii;

    root            "";
    case            "";
    instance        "";
    local           "";

    class           dictionary;
    object          stitchMeshToleranceDict;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

//- Point merge tolerance
pointMergeTol 0.3;

//- Edge merge tolerance
edgeMergeTol 0.05;

//- Integral match point adjustment tolerance
integralAdjTol 0.15;

//- Edge intersection master catch fraction
edgeMasterCatchFraction 0.4;

//- Edge end cut-off tolerance
edgeEndCutoffTol 0.0001;

//- Edge intersection co-planar tolerance
edgeCoPlanarTol 0.8;
Attached Images
File Type: jpg interfaceElbowTjunction.jpg (187.7 KB, 7 views)
File Type: png residualStitchFaces.PNG (5.5 KB, 4 views)
Woud is offline   Reply With Quote

Reply


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
[solidMechanics] Support thread for "Solid Mechanics Solvers added to OpenFOAM Extend" bigphil OpenFOAM CC Toolkits for Fluid-Structure Interaction 686 December 22, 2022 09:10
Problem with chtMultiregionFoam radiation boundary condition baran_foam OpenFOAM Running, Solving & CFD 10 December 17, 2019 17:36
Compressor Simulation using rhoPimpleDyMFoam Jetfire OpenFOAM Running, Solving & CFD 107 December 9, 2014 13:38
pimpleFoam: turbulence->correct(); is not executed when using residualControl hfs OpenFOAM Running, Solving & CFD 3 October 29, 2013 08:35
Orifice Plate with a fully developed flow - Problems with convergence jonmec OpenFOAM Running, Solving & CFD 3 July 28, 2011 05:24


All times are GMT -4. The time now is 15:06.