assemble
Assemble the ORIGEN libraries generated into an actual ORIGEN reactor library.
"assemble": {
"_type": "scale.olm.assemble:arpdata_txt",
"fuel_type": "UOX"
}
arpdata_txt
Specified with "_type": "scale.olm.assemble:arpdata_txt" in config.olm.json.
Example input in config.olm.json/assemble
{
"_type": "scale.olm.assemble:arpdata_txt",
"dry_run": false,
"fuel_type": "UOX",
"dim_map": {
"mod_dens": "mod_dens",
"enrichment": "enrichment"
}
}
See also: scale.olm.assemble.arpdata_txt
type |
object |
|
properties |
||
|
Fuel Type |
|
type |
string |
|
|
Dim Map |
|
type |
object |
|
|
Keep Every |
|
type |
integer |
|
|
Dry Run |
|
type |
boolean |
|
default |
null |
|
|
Olm Redirect Type |
|
const |
scale.olm.assemble:arpdata_txt |
|