|
[Sponsors] |
[mesh manipulation] Residual faces after stitchMesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 23, 2021, 08:30 |
Residual faces after stitchMesh
|
#1 |
New Member
Join Date: Aug 2021
Posts: 4
Rep Power: 5 |
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; |
|
|
|
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 10:10 |
Problem with chtMultiregionFoam radiation boundary condition | baran_foam | OpenFOAM Running, Solving & CFD | 10 | December 17, 2019 18:36 |
Compressor Simulation using rhoPimpleDyMFoam | Jetfire | OpenFOAM Running, Solving & CFD | 107 | December 9, 2014 14:38 |
pimpleFoam: turbulence->correct(); is not executed when using residualControl | hfs | OpenFOAM Running, Solving & CFD | 3 | October 29, 2013 09:35 |
Orifice Plate with a fully developed flow - Problems with convergence | jonmec | OpenFOAM Running, Solving & CFD | 3 | July 28, 2011 06:24 |