mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: updated code comment
This commit is contained in:
@ -778,7 +778,7 @@ Foam::scalar Foam::AMIInterpolation<SourcePatch, TargetPatch>::interArea
|
||||
// create intersection object
|
||||
faceAreaIntersect inter(srcPoints, tgtPoints);
|
||||
|
||||
// crude resultant norm
|
||||
// crude resultant norm - face normals should be opposite
|
||||
const vector n = 0.5*(tgt.normal(tgtPoints) - src.normal(srcPoints));
|
||||
|
||||
scalar area = 0;
|
||||
|
||||
Reference in New Issue
Block a user