mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: e1 reCalculation
This commit is contained in:
@ -271,7 +271,7 @@ void timeVaryingMappedFixedValueFvPatchField<Type>::readSamplePoints()
|
|||||||
maxDist = magE1;
|
maxDist = magE1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
e1 = samplePoints[i] - p0;
|
||||||
// Find point that is furthest away from line p0-p1
|
// Find point that is furthest away from line p0-p1
|
||||||
const point& p1 = samplePoints[index1];
|
const point& p1 = samplePoints[index1];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user