View source: R/mcnp_cone_angle.R
mcnp_cone_angle | R Documentation |
MCNP cone surface requires a term, t^2, which is the tangent of the cone angle, in radians, squared. This function takes an input in degrees and provides the parameter needed by MCNP.
mcnp_cone_angle(d)
d |
The cone angle in degrees. |
tangent of cone angle squared
Other mcnp tools:
mcnp_est_nps()
,
mcnp_matrix_rotations()
,
mcnp_plot_out_spec()
,
mcnp_scan2plot()
,
mcnp_scan_save()
,
mcnp_sdef_erg_hist()
,
mcnp_sdef_erg_line()
,
mcnp_si_sp_RD()
,
mcnp_si_sp_hist_scan()
,
mcnp_si_sp_hist()
mcnp_cone_angle(45)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.