Describes a barrier preventing radionuclide release
const containment: RadionuclideBarrier = { uuid: "CONT-01", name: "Primary Containment", state: BarrierStatus.INTACT, monitoringParameters: ["pressure", "temperature", "radiation"], breachCriteria: ["pressure > 60 psig", "temperature > 280°F"]}; Copy
const containment: RadionuclideBarrier = { uuid: "CONT-01", name: "Primary Containment", state: BarrierStatus.INTACT, monitoringParameters: ["pressure", "temperature", "radiation"], breachCriteria: ["pressure > 60 psig", "temperature > 280°F"]};
Optional
Criteria that would indicate a breach of this barrier
Description of the barrier
Parameters being monitored for this barrier
Current status of the barrier
Describes a barrier preventing radionuclide release
Example