CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   stitchMesh -partial AMI1 AMI2 (https://www.cfd-online.com/Forums/openfoam/120753-stitchmesh-partial-ami1-ami2.html)

reza1980 July 13, 2013 17:48

stitchMesh -partial AMI1 AMI2
 
Hi Foamers,
I want to stitchMesh -partial AMI1 AMI2 command to remove and stitch two AMI surfaces for a propeller domain through OF2.1x. I used this command already for a simple case but when applying for my case I face this error:



From function void enrichedPatch::calcCutFaces() const
in file slidingInterface/enrichedPatch/enrichedPatchCutFaces.C at line 624.

FOAM aborting

#0 Foam::error::printStack(Foam::Ostream&) in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/lib/libOpenFOAM.so"
#1 Foam::error::abort() in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/lib/libOpenFOAM.so"
#2 Foam::Ostream& Foam::operator<< <Foam::error>(Foam::Ostream&, Foam::errorManip<Foam::error>) in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/bin/stitchMesh"
#3 Foam::enrichedPatch::calcCutFaces() const in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/lib/libdynamicMesh.so"
#4 Foam::enrichedPatch::cutFaces() const in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/lib/libdynamicMesh.so"
#5 Foam::slidingInterface::coupleInterface(Foam::poly TopoChange&) const in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/lib/libdynamicMesh.so"
#6 Foam::slidingInterface::setRefinement(Foam::polyTo poChange&) const in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/lib/libdynamicMesh.so"
#7 Foam::polyTopoChanger::topoChangeRequest() const in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/lib/libdynamicMesh.so"
#8 Foam::polyTopoChanger::changeMesh(bool, bool, bool, bool) in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/lib/libdynamicMesh.so"
#9 main in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/bin/stitchMesh"
#10 __libc_start_main in "/lib64/libc.so.6"
#11 Foam::regIOobject::writeObject(Foam::IOstream::str eamFormat, Foam::IOstream::versionNumber, Foam::IOstream::compressionType) const in "/beda/sw/apps/OpenFOAM/2.1.x-20120311/OpenFOAM-2.1.x/platforms/linux64IccDPOpt/bin/stitchMesh"
Aborted

my boundaryDic is as below:
AMI1
{
type cyclicAMI;
nFaces 77070;
startFace 43674918;
matchTolerance 1e-5;
neighbourPatch AMI2;
transform noOrdering;
}
AMI2
{
type cyclicAMI;
nFaces 67364;
startFace 43159648;
matchTolerance 1e-5;
neighbourPatch AMI1;
transform noOrdering;
}

I look forward to hear from you.
Thanks Already

reza1980 July 14, 2013 08:32

please notice this problem that is exact mine.
http://www.cfd-online.com/Forums/ope...h-problem.html


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