mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: moveDynamicMesh - output AMI patch names
This commit is contained in:
@ -79,8 +79,13 @@ void writeWeights(const polyMesh& mesh)
|
||||
|
||||
if (cpp.owner())
|
||||
{
|
||||
Info<< "Calculating AMI weights between owner patch: "
|
||||
<< cpp.name() << " and neighbour patch: "
|
||||
<< cpp.neighbPatch().name() << endl;
|
||||
|
||||
const AMIPatchToPatchInterpolation& ami =
|
||||
cpp.AMI();
|
||||
|
||||
writeWeights
|
||||
(
|
||||
ami.tgtWeightsSum(),
|
||||
|
||||
Reference in New Issue
Block a user