HomerReid / scuff-em

A comprehensive and full-featured computational physics suite for boundary-element analysis of electromagnetic scattering, fluctuation-induced phenomena (Casimir forces and radiative heat transfer), nanophotonics, RF device engineering, electrostatics, and more. Includes a core library with C++ and python APIs as well as many command-line applications.
http://www.homerreid.com/scuff-em
GNU General Public License v2.0
126 stars 50 forks source link

PlotPFTFlux in scuff-scatter displays zero for Torque_z #46

Closed eunnieverse closed 9 years ago

eunnieverse commented 9 years ago

I am running scuff-scatter with the option --PlotPFTFlux. The following are returned:

Pabs Pscat Fx Fy Fz Tx Ty Tz

Currently the .pp file returns zero for Tz, and nonzero for Pscat while Pscat should be zero instead. Thank you.

HomerReid commented 9 years ago

Thanks for the bug report. This should be fixed in 624a6d00bcdfdbd8565632aa8ef786335e4202c6. Please confirm and close the issue if OK.

eunnieverse commented 9 years ago

I have confirmed the fix. Thank you very much!