mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Updated Projects (markdown)
parent
5ed0c343ce
commit
1e382e01b3
1 changed files with 11 additions and 1 deletions
12
Projects.md
12
Projects.md
|
|
@ -8,4 +8,14 @@ Currently, we rely on cross sections distributed with MCNP or SERPENT. It would
|
|||
|
||||
## Calculation of Kinetics Parameters
|
||||
|
||||
Many users need the capability to calculate the effective delayed neutron fraction and the mean generation time, two important parameters in kinetics. This project will involve implementing a method to calculate these parameters.
|
||||
Many users need the capability to calculate the effective delayed neutron fraction and the mean generation time, two important parameters in kinetics. This project will involve implementing a method to calculate these parameters.
|
||||
|
||||
## Automatic Determination of Cell Volumes
|
||||
|
||||
The capability to calculate cell volumes is both an essential and non-trivial capability. It can generally be broken down into three types of calculations:
|
||||
|
||||
1. Rotationally symmetric bodies
|
||||
2. Arbitrary polyhedra
|
||||
3. All others (which must be calculated stochastically)
|
||||
|
||||
The algorithm for calculating cell volumes is outlined in LA-8113-MS.
|
||||
Loading…
Add table
Add a link
Reference in a new issue