You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The concept behind modifying geometric orientations is documented here, but it does not appear to work.
Here is a MWE example for a scuff-scatter calculation involving two side-by-side spheres. Relevant files are copied below.
Case 1: No TransFile is used (it is commented out in Args):
Output of the PFT file makes sense (as expected, both spheres have the same absorbed/scattered powers, etc.
# omega surface-label absorbed power (watts) scattered power (watts) ...
1.1 Sphere1 8.085983e-05 9.520283e-03 ...
1.1 Sphere2 8.081348e-05 9.501876e-03 ...
Case 2: A TransFile displaces both spheres along y:
Spheres.trans
TRANS Default
TRANS 1.0 OBJECT Sphere1 DISP 0 1 0 OBJECT Sphere2 DISP 0 1 0
Output of the PFT file should be the same as Case 1 - this is physically the same configuration. Instead, reported powers are not only different for the two spheres, but negative values show up for Sphere2 (?!)
Does anyone know what is going on here? I tried several different configurations/frequencies (for both regular and abbreviated .trans file syntax) but the results never seem to make sense.
The concept behind modifying geometric orientations is documented here, but it does not appear to work.
Here is a MWE example for a scuff-scatter calculation involving two side-by-side spheres. Relevant files are copied below.
Case 1: No
TransFile
is used (it is commented out in Args):Output of the PFT file makes sense (as expected, both spheres have the same absorbed/scattered powers, etc.
Case 2: A
TransFile
displaces both spheres along y:Spheres.trans
Output of the PFT file should be the same as Case 1 - this is physically the same configuration. Instead, reported powers are not only different for the two spheres, but negative values show up for Sphere2 (?!)
Does anyone know what is going on here? I tried several different configurations/frequencies (for both regular and abbreviated
.trans
file syntax) but the results never seem to make sense.Relevant files:
Args
Spheres_327.scuffgeo
(Sphere_327.msh is from the
solid-sphere
built-in example in scuff-em)The text was updated successfully, but these errors were encountered: