mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add <create_fission_neutrons> to rng and rnc
This commit is contained in:
parent
b9286c0322
commit
2821ce589f
2 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ element settings {
|
|||
|
||||
element confidence_intervals { xsd:boolean }? &
|
||||
|
||||
element create_fission_neutrons { xsd:boolean }? &
|
||||
|
||||
element cutoff {
|
||||
(element weight { xsd:double } | attribute weight { xsd:double })? &
|
||||
(element weight_avg { xsd:double } | attribute weight_avg { xsd:double })?
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@
|
|||
<data type="boolean"/>
|
||||
</element>
|
||||
</optional>
|
||||
<optional>
|
||||
<element name="create_fission_neutrons">
|
||||
<data type="boolean"/>
|
||||
</element>
|
||||
</optional>
|
||||
<optional>
|
||||
<element name="cutoff">
|
||||
<interleave>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue