BUG: meshToMesh - updated construction of AMIs

This commit is contained in:
andy
2014-01-15 19:57:04 +00:00
parent 7b9393349c
commit 17194ab9b0
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -837,6 +837,7 @@ void Foam::mappedPatchBase::calcAMI() const
surfPtr(), surfPtr(),
faceAreaIntersect::tmMesh, faceAreaIntersect::tmMesh,
AMIPatchToPatchInterpolation::imFaceAreaWeight, AMIPatchToPatchInterpolation::imFaceAreaWeight,
-1,
AMIReverse_ AMIReverse_
) )
); );

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -92,6 +92,7 @@ void Foam::regionCoupledBase::resetAMI() const
surfPtr(), surfPtr(),
faceAreaIntersect::tmMesh, faceAreaIntersect::tmMesh,
AMIPatchToPatchInterpolation::imFaceAreaWeight, AMIPatchToPatchInterpolation::imFaceAreaWeight,
-1,
AMIReverse_ AMIReverse_
) )
); );

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -243,6 +243,7 @@ Foam::regionModels::regionModel::interRegionAMI
nbrP, nbrP,
faceAreaIntersect::tmMesh, faceAreaIntersect::tmMesh,
AMIPatchToPatchInterpolation::imFaceAreaWeight, AMIPatchToPatchInterpolation::imFaceAreaWeight,
-1,
flip flip
) )
); );
@ -284,6 +285,7 @@ Foam::regionModels::regionModel::interRegionAMI
nbrP, nbrP,
faceAreaIntersect::tmMesh, faceAreaIntersect::tmMesh,
AMIPatchToPatchInterpolation::imFaceAreaWeight, AMIPatchToPatchInterpolation::imFaceAreaWeight,
-1,
flip flip
) )
); );

View File

@ -420,6 +420,7 @@ Foam::meshToMesh::patchAMIs() const
tgtPP, tgtPP,
faceAreaIntersect::tmMesh, faceAreaIntersect::tmMesh,
interpolationMethodAMI(method_), interpolationMethodAMI(method_),
-1,
true // flip target patch since patch normals are aligned true // flip target patch since patch normals are aligned
) )
); );