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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user