AMIInterpolation, cyclicAMI: Removed

AMIInterpolation and cyclicAMI have been superseded by patchToPatch and
nonConformalCoupled, respectively.

The motivation behind this change is explained in the following article:

    https://cfd.direct/openfoam/free-software/non-conformal-coupling/

Information about how to convert a case which uses cyclicAMI to
nonConformalCoupled can be found here:

    https://cfd.direct/openfoam/free-software/using-non-conformal-coupling/
This commit is contained in:
Will Bainbridge
2022-09-22 10:05:41 +01:00
parent aa25763e14
commit f4ac5f8748
139 changed files with 42 additions and 14745 deletions

View File

@ -24,7 +24,6 @@ License
\*---------------------------------------------------------------------------*/
#include "argList.H"
#include "AMIInterpolation.H"
#include "cpuTime.H"
#include "patchToPatch.H"
#include "polyMesh.H"
@ -51,13 +50,6 @@ int main(int argc, char *argv[])
cpuTime time;
/*
AMIInterpolation(srcPatch, tgtPatch, faceAreaIntersect::tmMesh);
Info<< nl << "AMI" << ": Completed in "
<< time.cpuTimeIncrement() << " s" << nl << endl;
*/
patchToPatch::New(method, false)->update
(
srcPatch,