Neutron flux for uniform cylinder¶
Neutron flux for the uniform cylindrical reactor of radius \(r_0\) and height \(h_0\) depends on the radial distance \(r\) and axial coordinate \(z\). A cylindrical coordinate system is assumed, such that the cylinder’s axis of rotation is the \(z\)-axis.
Links:
- dimension_factor¶
Dimension factor that appears as a coefficient in the solution to the differential equation. See
neutron_flux
.
- Symbol:
Phi_0
- Latex:
\(\Phi_{0}\)
- Dimension:
1/(area*time)
- radial_distance¶
distance_to_axis
within the cylindrical coordinate system of the cylinder.
- Symbol:
r
- Latex:
\(r\)
- Dimension:
length
- Symbol:
h
- Latex:
\(h\)
- Dimension:
length
- Symbol:
r_0
- Latex:
\(r_{0}\)
- Dimension:
length
- Symbol:
h_0
- Latex:
\(h_{0}\)
- Dimension:
length
- neutron_flux¶
neutron_flux
at a point with coordinatesradial_distance
andaxial_coordinate
.
- Symbol:
Phi
- Latex:
\(\Phi\)
- Dimension:
1/(area*time)
- law¶
Phi = Phi_0 * besselj(0, 2.405 / r_0 * r) * cos(pi / h_0 * h)
- Latex:
- \[\Phi = \Phi_{0} J_{0}\left(\frac{2.405}{r_{0}} r\right) \cos{\left(\frac{\pi}{h_{0}} h \right)}\]