generate.states

The states input section defines the various states that will be considered. These states provide the information across the relevant space of interest to create an interpolatable database of ORIGEN transition coefficient data.

"states": {
        "_type": "scale.olm.generate.states:full_hypercube",
        "coolant_density": [
                0.1,
                0.3,
                0.5,
                0.7,
                0.9
        ],
        "enrichment": [
                0.5,
                1.5,
                2.0,
                3.0,
                4.0,
                5.0,
                6.0,
                7.0,
                8.0,
                8.5
        ],
        "wtpt_gd": [
                3.0
        ],
        "specific_power": [
                25.0
        ]
}

full_hypercube

Specified with "_type": "scale.olm.generate.states:full_hypercube" in config.olm.json.

Example input in config.olm.json/generate/states
{
    "_type": "scale.olm.generate.states:full_hypercube",
    "coolant_density": [
        0.4,
        0.7,
        1.0
    ],
    "enrichment": [
        1.5,
        3.5,
        4.5
    ],
    "specific_power": [
        42.0
    ]
}
Args passed to Python function: scale.olm.generate.states.full_hypercube
{
    "_type": "scale.olm.generate.states:full_hypercube",
    "coolant_density": [
        0.4,
        0.7,
        1.0
    ],
    "enrichment": [
        1.5,
        3.5,
        4.5
    ],
    "specific_power": [
        42.0
    ]
}
Data available in template: states
[
    {
        "coolant_density": 0.4,
        "enrichment": 1.5,
        "specific_power": 42.0
    },
    {
        "coolant_density": 0.4,
        "enrichment": 3.5,
        "specific_power": 42.0
    },
    {
        "coolant_density": 0.4,
        "enrichment": 4.5,
        "specific_power": 42.0
    },
    {
        "coolant_density": 0.7,
        "enrichment": 1.5,
        "specific_power": 42.0
    },
    {
        "coolant_density": 0.7,
        "enrichment": 3.5,
        "specific_power": 42.0
    },
    {
        "coolant_density": 0.7,
        "enrichment": 4.5,
        "specific_power": 42.0
    },
    {
        "coolant_density": 1.0,
        "enrichment": 1.5,
        "specific_power": 42.0
    },
    {
        "coolant_density": 1.0,
        "enrichment": 3.5,
        "specific_power": 42.0
    },
    {
        "coolant_density": 1.0,
        "enrichment": 4.5,
        "specific_power": 42.0
    }
]

See also: scale.olm.generate.states.full_hypercube

type

object

properties

  • _type

Olm Redirect Type

const

scale.olm.generate.states:full_hypercube

scale.olm.generate.states.full_hypercube.json