mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated AMI dependencies
This commit is contained in:
@ -283,6 +283,7 @@ void Foam::cyclicAMIPolyPatch::resetAMI() const
|
||||
nbrPatch0,
|
||||
surfPtr(),
|
||||
faceAreaIntersect::tmMesh,
|
||||
AMIPatchToPatchInterpolation::imFaceAreaWeight,
|
||||
AMIReverse_
|
||||
)
|
||||
);
|
||||
|
||||
@ -849,6 +849,7 @@ void Foam::mappedPatchBase::calcAMI() const
|
||||
samplePolyPatch(), // nbrPatch0,
|
||||
surfPtr(),
|
||||
faceAreaIntersect::tmMesh,
|
||||
AMIPatchToPatchInterpolation::imFaceAreaWeight,
|
||||
AMIReverse_
|
||||
)
|
||||
);
|
||||
|
||||
@ -91,6 +91,7 @@ void Foam::regionCoupledBase::resetAMI() const
|
||||
nbrPatch0,
|
||||
surfPtr(),
|
||||
faceAreaIntersect::tmMesh,
|
||||
AMIPatchToPatchInterpolation::imFaceAreaWeight,
|
||||
AMIReverse_
|
||||
)
|
||||
);
|
||||
|
||||
@ -221,6 +221,7 @@ Foam::regionModels::regionModel::interRegionAMI
|
||||
p,
|
||||
nbrP,
|
||||
faceAreaIntersect::tmMesh,
|
||||
AMIPatchToPatchInterpolation::imFaceAreaWeight,
|
||||
flip
|
||||
)
|
||||
);
|
||||
@ -261,6 +262,7 @@ Foam::regionModels::regionModel::interRegionAMI
|
||||
p,
|
||||
nbrP,
|
||||
faceAreaIntersect::tmMesh,
|
||||
AMIPatchToPatchInterpolation::imFaceAreaWeight,
|
||||
flip
|
||||
)
|
||||
);
|
||||
@ -318,7 +320,7 @@ Foam::label Foam::regionModels::regionModel::nbrCoupledPatchID
|
||||
(
|
||||
"Foam::label Foam::regionModels::regionModel::nbrCoupledPatchID"
|
||||
"("
|
||||
"const regionModel& , "
|
||||
"const regionModel&, "
|
||||
"const label"
|
||||
") const"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user