Inputs required for the off-site Radiological Consequence Analysis methodology for a specific release category.
const releaseCategoryInputs: ReleaseCategoryInputs = { releaseCategory: "RCAT-001", releaseCharacteristics: { numberOfPlumes: 1, radionuclideGroupFractions: { NobleGases: 1.0, Iodines: 0.5 }, importantRadionuclides: ["I-131", "Cs-137"], releaseTiming: "0 hour", releaseDuration: "2 hours" }}; Copy
const releaseCategoryInputs: ReleaseCategoryInputs = { releaseCategory: "RCAT-001", releaseCharacteristics: { numberOfPlumes: 1, radionuclideGroupFractions: { NobleGases: 1.0, Iodines: 0.5 }, importantRadionuclides: ["I-131", "Cs-137"], releaseTiming: "0 hour", releaseDuration: "2 hours" }};
Reference to the release category.
"RCAT-001" Copy
"RCAT-001"
Characteristics of the radionuclide release for this category.
{ numberOfPlumes: 1, radionuclideQuantities: { ... }, ... } Copy
{ numberOfPlumes: 1, radionuclideQuantities: { ... }, ... }
Inputs required for the off-site Radiological Consequence Analysis methodology for a specific release category.
Example