|
[Sponsors] |
[mesh manipulation] stitchMesh Dublicate point ... |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 15, 2010, 05:26 |
stitchMesh Dublicate point ...
|
#1 |
New Member
Bernd Stöver
Join Date: Mar 2009
Posts: 16
Rep Power: 17 |
Hi,
well OpenFOAM offers a lot of interesting problems. Here is one, that seemed to appear more often, yet i haven't found a solution - also in the forum. Thus i try a new thread here, so maybe if i or someone else finds a solution it would help. What i did was import a meshes with fluentMeshToFoam, checkMesh, renumberMesh and merge the meshes with mergeMeshes. Now, i wanted to stitch the meshes together. This fails. The output is like this: Code:
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 1.6-f802ff2d6c5a Exec : stitchMesh BLADE-HUB BLADE-HUB1 Date : Mar 14 2010 Time : 22:50:21 PID : 3215 nProcs : 1 SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Coupling patches BLADE-HUB and BLADE-HUB1 Resulting (internal) faces will be in faceZone BLADE-HUBBLADE-HUB1CutFaceZone Note: the overall area covered by both patches should be identical ("integral" interface). If this is not the case use the -partial option Adding point and face zones Reading all current volfields Duplicate point found in cut face. Error in the face cutting algorithm for global face 4(7455100 7455099 7455101 7455102) local face 4(0 1 2 3) Slave size: 61438 Master size: 57510 index: 0. Face: 8(8831259 8890383 8890382 8831260 4879603 8890381 8890380 3811361) Cut face: 101 ( 8890382 [...] #0 Foam::error::printStack(Foam::Ostream&) in "/home/bstoeve/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so" #1 Foam::error::abort() in "/home/bstoeve/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so" #2 Foam::enrichedPatch::calcCutFaces() const in "/home/bstoeve/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libdynamicMesh.so" #3 Foam::enrichedPatch::cutFaces() const in "/home/bstoeve/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libdynamicMesh.so" #4 Foam::slidingInterface::coupleInterface(Foam::polyTopoChange&) const in "/home/bstoeve/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libdynamicMesh.so" #5 Foam::polyTopoChanger::topoChangeRequest() const in "/home/bstoeve/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libdynamicMesh.so" #6 Foam::polyTopoChanger::changeMesh(bool, bool, bool, bool) in "/home/bstoeve/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libdynamicMesh.so" #7 main in "/home/bstoeve/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/stitchMesh" #8 __libc_start_main in "/lib/libc.so.6" #9 _start at /build/buildd/eglibc-2.10.1/csu/../sysdeps/x86_64/elf/start.S:116 From function void enrichedPatch::calcCutFaces() const in file slidingInterface/enrichedPatch/enrichedPatchCutFaces.C at line 567. FOAM aborting |
|
October 4, 2011, 22:48 |
|
#2 |
Member
HD
Join Date: Jul 2011
Posts: 56
Rep Power: 15 |
Hi,
I am running stitchMesh recently, and got the same error message. I wonder if you have solved this problem. Thank you! Best, Hang |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error when attaching a mass point and a longitudinal spring to a surface | Rana Nasser | Structural Mechanics | 0 | November 18, 2018 08:01 |
[mesh manipulation] stitchMesh : duplicate point | Nolwenn | OpenFOAM Meshing & Mesh Conversion | 11 | April 23, 2018 21:26 |
CFD-post: defining (or projecting) point on surface | bongbang | CFX | 1 | April 1, 2015 13:16 |
an odd(at least for me!) reconstructPar error on a field | immortality | OpenFOAM Running, Solving & CFD | 3 | June 3, 2013 23:36 |
[blockMesh] How to use blockMesh to generate cylindrical T-junction | norkistar | OpenFOAM Meshing & Mesh Conversion | 2 | January 28, 2013 21:53 |