mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Merge pull request #1449 from paulromano/photon-energydep-fixes
Fix/improve energy deposition for coupled neutron-photon calculations
This commit is contained in:
commit
66a4a1a1ae
19 changed files with 328 additions and 91 deletions
|
|
@ -96,6 +96,17 @@ When the DAGMC mode is enabled, the OpenMC geometry will be read from the file
|
|||
``dagmc.h5m``. If a :ref:`geometry.xml <io_geometry>` file is present with
|
||||
``dagmc`` set to ``true``, it will be ignored.
|
||||
|
||||
----------------------------
|
||||
``<delayed_photon_scaling>``
|
||||
----------------------------
|
||||
|
||||
Determines whether to scale the fission photon yield to account for delayed
|
||||
photon energy. The photon yields are scaled as (EGP + EGD)/EGP where EGP and EGD
|
||||
are the prompt and delayed photon components of energy release, respectively,
|
||||
from MF=1, MT=458 on an ENDF evaluation.
|
||||
|
||||
*Default*: true
|
||||
|
||||
--------------------------------
|
||||
``<electron_treatment>`` Element
|
||||
--------------------------------
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ Coupling and Multi-physics
|
|||
Coupling of OpenMC and Nek5000 within the MOOSE Framework," *Proc. PHYSOR*,
|
||||
Cancun, Mexico, Apr. 22-26 (2018).
|
||||
|
||||
- Sterling Harper, Kord Smith, and Benoit Forget, "Faster Monte Carlo
|
||||
multiphysics using temperature derivatives," *Proc. PHYSOR*, Cancun, Mexico,
|
||||
Apr. 22-26 (2018).
|
||||
|
||||
- Jun Chen, Liangzhi Cao, Chuanqi Zhao, and Zhouyu Liu, "`Development of
|
||||
Subchannel Code SUBSC for high-fidelity multi-physics coupling application
|
||||
<https://doi.org/10.1016/j.egypro.2017.08.121>`_", *Energy Procedia*, **127**,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue