AMS: adjust schedule format
Add projects, add MDDL
This commit is contained in:
parent
f13e1e2ee2
commit
f7ee72a66b
4 changed files with 262 additions and 135 deletions
|
|
@ -1,102 +1,130 @@
|
|||
lanes:
|
||||
- name: "TTP"
|
||||
- name: "TTP"
|
||||
color: "#1f77b4"
|
||||
tasks:
|
||||
- name: "Ship Design Cycle 1"
|
||||
duration_days: 120
|
||||
predecessors: [RX0]
|
||||
predecessors:
|
||||
- id: RX0
|
||||
id: TTP1
|
||||
- name: "Nuke-Ready Guide"
|
||||
milestone: true
|
||||
predecessors: [TTP1]
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: TTP1
|
||||
- name: "Ship Design Cycle 2"
|
||||
id: TTP2
|
||||
predecessors: [TTP1, RX1]
|
||||
predecessors:
|
||||
- id: TTP1
|
||||
- id: RX1
|
||||
duration_days: 120
|
||||
- name: "RFI (non-stealth)"
|
||||
milestone: true
|
||||
predecessors: [TTP2]
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: TTP2
|
||||
- name: "Ship Design Cycle 3"
|
||||
id: TTP3
|
||||
predecessors: [TTP2]
|
||||
predecessors:
|
||||
- id: TTP2
|
||||
duration_days: 120
|
||||
- name: "RFP"
|
||||
milestone: true
|
||||
predecessors: [TTP3]
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: TTP3
|
||||
- name: "Evaluate Proposals"
|
||||
id: TTP4
|
||||
duration_days: 90
|
||||
predecessors: [TTP3]
|
||||
predecessors:
|
||||
- id: TTP3
|
||||
- name: "Ship Award"
|
||||
milestone: true
|
||||
predecessors: [TTP4]
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: TTP4
|
||||
- name: "Detailed Design & Construction"
|
||||
id: TTP5
|
||||
duration_days: 900
|
||||
predecessors: [TTP4]
|
||||
predecessors:
|
||||
- id: TTP4
|
||||
- name: "TTP Ship Delivery"
|
||||
milestone: true
|
||||
predecessors: [TTP5]
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: TTP5
|
||||
- name: "Test/Trials/Acceptance"
|
||||
id: TTP6
|
||||
duration_days: 90
|
||||
predecessors: [TTP5]
|
||||
predecessors:
|
||||
- id: TTP5
|
||||
- name: "Transit to Homeport"
|
||||
id: TTP7
|
||||
duration_days: 30
|
||||
predecessors: [TTP6]
|
||||
predecessors:
|
||||
- id: TTP6
|
||||
- name: "NEPP Integration"
|
||||
id: TTP8
|
||||
duration_days: 60
|
||||
predecessors: [TTP7, RX5, SY7]
|
||||
predecessors:
|
||||
- id: TTP7
|
||||
- id: RX5
|
||||
- id: SY7
|
||||
- name: "Hot plant testing"
|
||||
id: TTP9
|
||||
duration_days: 180
|
||||
predecessors: [TTP8, SY7]
|
||||
predecessors:
|
||||
- id: TTP8
|
||||
- id: SY7
|
||||
|
||||
- name: "Shipyard"
|
||||
- name: "Shipyard"
|
||||
color: "#ff7f0e"
|
||||
tasks:
|
||||
- name: "Shipyard conceptual design"
|
||||
id: SY1
|
||||
start: 2026-01-01
|
||||
duration_days: 120
|
||||
predecessors: [RX0]
|
||||
predecessors:
|
||||
- id: RX0
|
||||
- name: "Real Estate Purchase"
|
||||
id: SY2
|
||||
predecessors: [SY1]
|
||||
predecessors:
|
||||
- id: SY1
|
||||
duration_days: 270
|
||||
- name: "Shipyard Design Ph 1"
|
||||
duration_days: 540
|
||||
id: SY3
|
||||
predecessors: [SY1, RX1]
|
||||
predecessors:
|
||||
- id: SY1
|
||||
- id: RX1
|
||||
- name: "Regulatory review"
|
||||
duration_days: 270
|
||||
id: SY4
|
||||
predecessors: [SY1]
|
||||
predecessors:
|
||||
- id: SY1
|
||||
- name: "Reg Approval 1"
|
||||
milestone: true
|
||||
predecessors: [SY4]
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: SY4
|
||||
- name: "Shipyard Design Ph 2"
|
||||
id: SY5
|
||||
duration_days: 365
|
||||
predecessors: [SY3]
|
||||
predecessors:
|
||||
- id: SY3
|
||||
- name: "Reg Approval 2"
|
||||
milestone: true
|
||||
predecessors: [SY5]
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: SY5
|
||||
- name: "Shipyard Construction Ph 1"
|
||||
id: SY6
|
||||
duration_days: 635
|
||||
predecessors: [SY2]
|
||||
predecessors:
|
||||
- id: SY2
|
||||
- name: "Shipyard License"
|
||||
milestone: true
|
||||
predecessors: [SY6]
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: SY6
|
||||
- name: "Shipyard Construction Ph 2"
|
||||
id: SY7
|
||||
duration_days: 270
|
||||
predecessors: [SY6]
|
||||
predecessors:
|
||||
- id: SY6
|
||||
|
||||
- name: "Reactor"
|
||||
- name: "Reactor"
|
||||
color: "#2ca02c"
|
||||
tasks:
|
||||
- name: "Rx concept design cycle 1"
|
||||
|
|
@ -105,34 +133,61 @@ lanes:
|
|||
- name: "Rx concept design cycle 2"
|
||||
id: RX1
|
||||
duration_days: 100
|
||||
predecessors: [RX0]
|
||||
predecessors:
|
||||
- id: RX0
|
||||
- name: "Rx concept design cycle 3"
|
||||
id: RX15
|
||||
duration_days: 300
|
||||
predecessors: [RX1]
|
||||
predecessors:
|
||||
- id: RX1
|
||||
- name: "Reactor prelim design"
|
||||
id: RX2
|
||||
duration_days: 450
|
||||
predecessors: [RX15]
|
||||
- name: "Submit License Application"
|
||||
milestone: true
|
||||
predecessors: [RX2]
|
||||
- name: "Licensing review"
|
||||
id: RX3
|
||||
duration_days: 450
|
||||
predecessors: [RX2]
|
||||
duration_days: 360
|
||||
predecessors:
|
||||
- id: RX15
|
||||
- name: "Reactor detailed design"
|
||||
id: RX4
|
||||
duration_days: 540
|
||||
predecessors: [RX2]
|
||||
- name: "Receive Construction Permit"
|
||||
milestone: true
|
||||
predecessors: [RX3]
|
||||
duration_days: 500
|
||||
predecessors:
|
||||
- id: RX2
|
||||
- name: "Reactor manufacturing"
|
||||
id: RX5
|
||||
duration_days: 540
|
||||
predecessors: [RX3]
|
||||
- name: "Receive Operating License"
|
||||
milestone: true
|
||||
predecessors: [RX5, TTP9]
|
||||
duration_days: 480
|
||||
predecessors:
|
||||
- id: RX3
|
||||
|
||||
- name: "Reactor License"
|
||||
tasks:
|
||||
- name: "Pre-licensing activities"
|
||||
predecessors:
|
||||
- id: RX1
|
||||
- id: RX15
|
||||
type: FF
|
||||
duration_days: 450
|
||||
id: LI1
|
||||
- name: "Submit Construction Permit Application"
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: RX2
|
||||
- id: LI1
|
||||
- name: "CP review by NRC"
|
||||
id: RX3
|
||||
duration_days: 450
|
||||
predecessors:
|
||||
- id: RX2
|
||||
- name: "Receive Construction Permit"
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: RX3
|
||||
- name: "OL review by NRC"
|
||||
# TODO: should end at end of hot plant testing
|
||||
predecessors:
|
||||
- id: RX4
|
||||
duration_days: 365
|
||||
- name: "Receive Operating License"
|
||||
is_milestone: true
|
||||
predecessors:
|
||||
- id: RX5
|
||||
- id: TTP9
|
||||
# - name: "Fuel Handling License"
|
||||
# tasks
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
.. _projects:
|
||||
|
||||
##################
|
||||
Project Management
|
||||
##################
|
||||
|
|
|
|||
50
documents/project/mddl.rst
Normal file
50
documents/project/mddl.rst
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
Master Document and Delivery List
|
||||
#################################
|
||||
|
||||
The MDDL is a comprehensive, hierarchical catalog of all the documents and files
|
||||
related to the test reactor project. The MDDL includes information such as
|
||||
document number, revision, title, and maturity status (e.g., completion
|
||||
percentage). This serves as a central reference point, providing an overview of
|
||||
the project's documentation and helping team members find relevant and
|
||||
up-to-date information. Furthermore, the MDDL helps maintain organization,
|
||||
control, and versioning of documents.
|
||||
|
||||
* Program Deliverables
|
||||
* Full set of QA program procedures, including engineering and
|
||||
configuration management
|
||||
|
||||
* Design Deliverables
|
||||
* Design basis events and plant functions
|
||||
* System Design Documents for all systems (including requirements/functions,
|
||||
equipment list, parameters)
|
||||
* Long-lead equipment list
|
||||
* Probabilistic Risk Assessment (PRA) model
|
||||
* General arrangement (3D model and extracted drawings)
|
||||
* P&ID drawings for all systems
|
||||
* Engineering simulator software
|
||||
* Training simulator software
|
||||
* Plant safety model (i.e. RELAP)
|
||||
* Core models (i.e. CASMO/SIMULATE)
|
||||
* Shielding models (i.e. MCNP)
|
||||
* Balance of plant model (i.e. Flownex)
|
||||
* Fuel performance models (i.e. FRAPCON and FRAPTRAN)
|
||||
* Pipe restraint models
|
||||
* Equipment models (i.e. SolidWorks)
|
||||
* Civil/structural models, coupled to ship motions (i.e. ANSYS)
|
||||
* Emergency planning documents
|
||||
* Plant Technical Specifications
|
||||
* Plant Operating Procedures
|
||||
|
||||
* Project Management Deliverables
|
||||
* Resource-loaded schedule out to TTP operation
|
||||
* Bottoms-up parametric cost estimate model and reports
|
||||
|
||||
* Regulatory Submittals
|
||||
* Topical Reports
|
||||
* Argument that Ship is the site (and so construction can occur before CP)
|
||||
* Argument that TTP is a prototype reactor (104 license option)
|
||||
* Argument
|
||||
* Construction Permit Application
|
||||
* Preliminary Safety Analysis Reports
|
||||
* Environment Report
|
||||
* Operating Permit Application
|
||||
20
documents/project/projects.yaml
Normal file
20
documents/project/projects.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Data regarding the various project the company is working on.
|
||||
# The abbreviations drive document/record numbering
|
||||
projects:
|
||||
- name: Training and Test Platform
|
||||
abbrev: TTP
|
||||
description: >
|
||||
The FOAK AMS nuclear ship, owned and operated by AMS and used for training and testing.
|
||||
Effectively it produces the information validating the commercial readiness of
|
||||
higher-powered ships. It's intended to be of the same design as the commercial
|
||||
power plant, but may be downrated e.g. from 50 MWe to 10 MWe.
|
||||
- name: Integration Shipyard
|
||||
abbrev: ISH
|
||||
description: >
|
||||
The shipyard that integrates nuclear power plants into pre-built ships.
|
||||
- name: Nuclear Ready
|
||||
abbrev: NRDY
|
||||
description: >
|
||||
Standard interfacing information that defines how to make a ship that can
|
||||
easily be outfitted with a nuclear power system at the Integration
|
||||
Shipyard.
|
||||
Loading…
Add table
Add a link
Reference in a new issue