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

Sequence

type

array

items

type

object

  • dry_run

Dry Run

type

boolean

default

null

  • _type

Olm Redirect Type

const

scale.olm.check:sequencer

scale.olm.check.sequencer.json