mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Added option to turn probability tables off.
This commit is contained in:
parent
36173dc896
commit
069e795101
2 changed files with 4 additions and 0 deletions
|
|
@ -129,6 +129,9 @@ contains
|
|||
! Survival biasing
|
||||
if (trim(survival_) == 'on') survival_biasing = .true.
|
||||
|
||||
! Probability tables
|
||||
if (ptables_ == 'off') urr_ptables_on = .false.
|
||||
|
||||
! Cutoffs
|
||||
if (size(cutoff_) > 0) then
|
||||
weight_cutoff = cutoff_(1) % weight
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
<variable name="verbosity_" tag="verbosity" type="integer" />
|
||||
<variable name="source_" tag="source" type="source_xml" />
|
||||
<variable name="survival_" tag="survival_biasing" type="word" length="3" />
|
||||
<variable name="ptables_" tag="ptables" type="word" length="3" />
|
||||
<variable name="cutoff_" tag="cutoff" type="cutoff_xml" dimension="1" />
|
||||
<variable name="cross_sections_" tag="cross_sections" type="word" length="255" />
|
||||
<variable name="trace_" tag="trace" type="integer-array" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue