check
Checking executes a sequence of checks on the quality of the ORIGEN reactor library.
sequencer
Specified with "_type": "scale.olm.check:sequencer" in config.olm.json.
Example input in config.olm.json/check
{
"_type": "scale.olm.check:sequencer",
"sequence": [
{
"eps0": 0.0001,
"_type": "scale.olm.check:GridGradient"
},
{
"_type": "scale.olm.check:LowOrderConsistency",
"name": "loc",
"template": "model/origami/system-uox.jt.inp",
"target_q1": 0.7,
"target_q2": 0.95,
"eps0": 1e-12,
"epsa": 1e-06,
"epsr": 0.001,
"nuclide_compare": [
"0092235",
"0094239"
]
}
]
}
See also: scale.olm.check.sequencer
type |
object |
||
properties |
|||
|
Sequence |
||
type |
array |
||
items |
type |
object |
|
|
Dry Run |
||
type |
boolean |
||
default |
null |
||
|
Olm Redirect Type |
||
const |
scale.olm.check:sequencer |
||