Universite-Gustave-Eiffel / I-Simpa

An Open Source software for 3D sound propagation modelling
https://i-simpa.univ-gustave-eiffel.fr/
GNU General Public License v3.0
227 stars 56 forks source link

Change angle of incidence handling for surface receivers #373

Closed wbinek closed 7 months ago

wbinek commented 9 months ago

Fixes wrong energy recording for surface receivers.

The angle dependency for intensity mode is implicit in the ray tracing simulation, therefore it should not be added explicitly by multiplication. On the other hand in SPL mode it should be compensated.

For more details see the discussion in issue #372

nicolas-f commented 7 months ago

Thanks for the PR