mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Got the low hanging fruit for implementing MG theory in the theory manual. The majority of work will be in the physics.rst and cross_sections.rst files which I have not attacked yet. I also noticed that the theory wasnt updated for the new secondary particle bank (Ive only seen one place where it needed to be mentioned so far) and for the polar/azimuthal/mu filters. Both have been incorporated.
This commit is contained in:
parent
446262f709
commit
f9146abeea
3 changed files with 36 additions and 18 deletions
|
|
@ -65,7 +65,7 @@ Now let's look at the pros and cons of Monte Carlo methods:
|
|||
|
||||
- **Pro**: Running simulations in parallel is conceptually very simple.
|
||||
|
||||
- **Con**: Because they related on repeated random sampling, they are
|
||||
- **Con**: Because they rely on repeated random sampling, they are
|
||||
computationally very expensive.
|
||||
|
||||
- **Con**: A simulation doesn't automatically give you the global solution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue