Initial commit
This commit is contained in:
commit
56a79e3562
55 changed files with 1905 additions and 0 deletions
18
documents/requirements/index.rst
Normal file
18
documents/requirements/index.rst
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
############
|
||||
Requirements
|
||||
############
|
||||
|
||||
This section contains objectives, rules, regulations, codes, and standards that
|
||||
are applicable to the institution. These drive the projects goals and constraints
|
||||
and are contained here to maintain a linkage between the procedures and their
|
||||
bases.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
:glob:
|
||||
|
||||
stakeholder/index
|
||||
national/index
|
||||
standards/index
|
||||
*
|
||||
48
documents/requirements/national/USA/10cfr50.rst
Normal file
48
documents/requirements/national/USA/10cfr50.rst
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
10 CFR 50
|
||||
=========
|
||||
|
||||
.. req:: Abide by 10 CFR 50
|
||||
:id: R_10CFR50
|
||||
|
||||
.. :basis: Promulgated by the Nuclear Regulatory Commission pursuant to the
|
||||
Atomic Energy Act of 1954, as amended (68 Stat. 919), and Title II of the
|
||||
Energy Reorganization Act of 1974 (88 Stat. 1242), to provide for the
|
||||
licensing of production and utilization facilities
|
||||
|
||||
|
||||
Appendix A
|
||||
----------
|
||||
|
||||
`10 CFR 50 Appendix A
|
||||
<https://www.nrc.gov/reading-rm/doc-collections/cfr/part050/part050-appa.html>`_
|
||||
contains the General Design Criteria for nuclear power plants, often considered
|
||||
primarily for LWRs. For non-LWRs, you may want to bring in RG 1.232, which
|
||||
describes the development of PDCs for non-LWRs.
|
||||
|
||||
See `NRC summary of non-LWR Design Criteria <https://www.nrc.gov/reactors/new-reactors/advanced/modernizing/rulemaking-and-guidance/nrc-doe-joint-initiative-non-lwr-design-criteria.html>`_
|
||||
and `RG 1.232 <https://www.nrc.gov/docs/ML1732/ML17325A611.pdf>`_.
|
||||
|
||||
.. needtable:: Appendix A summary
|
||||
:filter: id.startswith("R_GDC")
|
||||
:columns: id
|
||||
|
||||
.. include:: /../generated_assets/10-cfr-50-app-a-list.rst
|
||||
|
||||
|
||||
Appendix B
|
||||
----------
|
||||
.. req:: Abide by 10 CFR 50 App B
|
||||
:id: R_10CFR50_APPB
|
||||
:links: R_10CFR50
|
||||
:collapse: true
|
||||
|
||||
`10 CFR 50 Appendix B
|
||||
<https://www.nrc.gov/reading-rm/doc-collections/cfr/part050/part050-appb.html>`_
|
||||
describes the quality assurance criteria for nuclear plants and fuel
|
||||
reprocessing plants.
|
||||
|
||||
.. :basis: Flowed down
|
||||
|
||||
.. needimport:: /../generated_assets/10-cfr-50-app-b.json
|
||||
:collapse: true
|
||||
:tags: ["quality"]
|
||||
7
documents/requirements/national/index.rst
Normal file
7
documents/requirements/national/index.rst
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
National Regulations
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
USA/*
|
||||
8
documents/requirements/standards/index.rst
Normal file
8
documents/requirements/standards/index.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
###################
|
||||
Consensus Standards
|
||||
###################
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue