Merge pull request #2061 from cfichtlscherer/theta_distribution_spherical_independent

Uniform distribution of cos(theta) in SphericalIndependent
This commit is contained in:
Paul Romano 2022-05-27 06:46:00 -05:00 committed by GitHub
commit df50db22e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 160 additions and 104 deletions

View file

@ -490,9 +490,10 @@ attributes/sub-elements:
independent distributions of r-, phi-, and z-coordinates where phi is the
azimuthal angle and the origin for the cylindrical coordinate system is
specified by origin. A "spherical" spatial distribution specifies
independent distributions of r-, theta-, and phi-coordinates where theta
is the angle with respect to the z-axis, phi is the azimuthal angle, and
the sphere is centered on the coordinate (x0,y0,z0).
independent distributions of r-, cos_theta-, and phi-coordinates where
cos_theta is the cosine of the angle with respect to the z-axis, phi is
the azimuthal angle, and the sphere is centered on the coordinate
(x0,y0,z0).
*Default*: None