mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated AMI dependent code
This commit is contained in:
committed by
Andrew Heather
parent
66d270b924
commit
7c1c9fee0c
@ -86,11 +86,7 @@ void Foam::functionObjects::mapFields::createInterpolation
|
||||
);
|
||||
|
||||
// Lookup corresponding AMI method
|
||||
word patchMapMethodName =
|
||||
AMIPatchToPatchInterpolation::interpolationMethodNames_
|
||||
[
|
||||
meshToMesh::interpolationMethodAMI(mapMethod)
|
||||
];
|
||||
word patchMapMethodName = meshToMesh::interpolationMethodAMI(mapMethod);
|
||||
|
||||
// Optionally override
|
||||
if (dict.readIfPresent("patchMapMethod", patchMapMethodName))
|
||||
|
||||
Reference in New Issue
Block a user