mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
bug fixed in geometry.rst
This commit is contained in:
parent
06ebf7dbad
commit
747e87d31a
1 changed files with 2 additions and 1 deletions
|
|
@ -901,6 +901,7 @@ Dxy + Eyz + Fxz + Gx + Hy + Jz + K = 0`. Thus, the gradient to the surface is
|
|||
------------------------------
|
||||
White Boundary Conditions
|
||||
------------------------------
|
||||
|
||||
The white boundary condition is usually applied in deterministic codes, where the particle
|
||||
will hit the surface and travel back with isotropic angular distribution. The change in
|
||||
particle's direction is sampled from a cosine distribution instead of uniform.
|
||||
|
|
@ -947,7 +948,7 @@ like this,
|
|||
\mu = sqrt{\eta_(1)}
|
||||
\phi = 2\pi \eta_(2)
|
||||
|
||||
where :math:`\eta` is the uniform random number, simply computed by random number generator.
|
||||
where :math:`\eta` is the uniform random number that is simply computed by the random number generator.
|
||||
Eventually, the final reflected direction vector can be computed via the rotation of normal to
|
||||
the surface like this,
|
||||
.. math::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue