Investigate and remove superseded blanket switches
Open
Blanket
Triaged
- Dominant language
- Python
- Stars
- 71
- Forks
- 27
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 33
Description
In GitLab by @js0164 on Jan 24, 2022, 17:16
The table below lists the current blanket switches. Modify so that only iblanket switch is required.
| name | notes/comments | description | value | effect |
|---|---|---|---|---|
| blktmodel | default = 0; #TODO: this needs investigating and removing after any required functionality is in iblanket | switch for blanket/tritium breeding model (see iblanket) | 0 | original simple model |
| blktmodel | 1 | KIT model based on a helium-cooled pebble-bed blanket (HCPB) reference design | ||
| blkttype | #TODO: this needs to be merged into iblanket and then removed. | switch for blanket type | 1 | WCLL; efficiency taken from WP13-DAS08-T02, EFDA_D_2M97B7 |
| 2 | HCLL; efficiency taken from WP12-DAS08-T01, EFDA_D_2LLNBX | |||
| 3 | HCPB; efficiency taken from WP12-DAS08-T01, EFDA_D_2LLNBX | |||
| iblanket | default = 1 | switch for blanket model | 1 | CCFE HCPB model |
| iblanket | 2 | KIT HCPB model | ||
| iblanket | 3 | CCFE HCPB model with Tritium Breeding Ratio calculation | ||
| iblanket | 4 | KIT HCLL model |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.