LowOrderConsistency

Specified with "_type": "scale.olm.check:LowOrderConsistency" in config.olm.json.

Example input in config.olm.json/check
{
    "_type": "scale.olm.check:LowOrderConsistency",
    "name": "",
    "template": "",
    "metric": "grams_per_initial_hm",
    "eps0": 1e-12,
    "epsa": 1e-06,
    "epsr": 0.001,
    "target_q_r": 0.9,
    "target_q_ar": 0.95,
    "nuclide_compare": [
        "u235",
        "pu239"
    ],
    "nuclide_scaled_difference_min_abs_ylim": null
}

See also: scale.olm.check.LowOrderConsistency

type

object

properties

  • name

Name

type

string

default

null

  • template

Template

type

string

default

null

  • metric

default

null

allOf

#/$defs/LowOrderConsistencyMetric

  • eps0

Eps0

type

number

default

null

  • epsa

Epsa

type

number

default

null

  • epsr

Epsr

type

number

default

null

  • target_q_r

Target Q R

type

number

default

null

  • target_q_ar

Target Q Ar

type

number

default

null

  • convergence

default

null

anyOf

#/$defs/LowOrderConsistencyConvergence

type

null

  • nuclide_compare

Nuclide Compare

type

array

default

null

items

type

string

  • nuclide_scaled_difference_min_abs_ylim

Nuclide Scaled Difference Min Abs Ylim

default

null

anyOf

type

number

type

null

  • _type

Olm Redirect Type

const

scale.olm.check:LowOrderConsistency

$defs

  • LowOrderConsistencyConvergence

LowOrderConsistencyConvergence

type

object

properties

  • nlib_start

Nlib Start

type

integer

exclusiveMinimum

0

default

1

  • nlib_max

Nlib Max

type

integer

exclusiveMinimum

0

default

1

  • nburn_start

Nburn Start

type

integer

exclusiveMinimum

0

default

1

  • nburn_max

Nburn Max

type

integer

exclusiveMinimum

0

default

1

  • q_r_stop_criteria

Q R Stop Criteria

type

number

minimum

0.0

default

0.0

  • q_ar_stop_criteria

Q Ar Stop Criteria

type

number

minimum

0.0

default

0.0

additionalProperties

False

  • LowOrderConsistencyMetric

LowOrderConsistencyMetric

type

string

enum

grams_per_initial_hm, atom_fraction

scale.olm.check.LowOrderConsistency.json