helmholtz2Dr2data
If seti.measType = 'farField': evaluates far field of volume potential V
with unit sphere
.
If seti.measType = 'nearField': evaluates solution on measPnts (receivers positions) via volume potential V:
with boundary
.
seti.dV : volume of the infinitesimal element on ROI.
Note that the factor is added in intOpsFuncs.
Contents
See Also
Code
function measData = helmholtz2Dr2data(fROI, seti) measData = (seti.measKer*fROI)*seti.dV; end