Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
56c3085
Create initial poloidal power plotting function
chris-ashe Jun 8, 2026
52faeb2
Add radiation power variables for inboard and outboard first wall in …
chris-ashe Jun 8, 2026
6a87c83
Refactor radiation power calculations for first wall in DCLL and CCFE…
chris-ashe Jun 8, 2026
d70ad48
Rename 'psurffwi' to 'p_fw_inboard_surface_heat' for clarity and cons…
chris-ashe Jun 8, 2026
4133563
Rename 'psurffwo' to 'p_fw_outboard_surface_heat_mw' for clarity and …
chris-ashe Jun 8, 2026
06f78ae
Rename 'p_fw_alpha_mw' to 'p_fw_alpha_surface_total_mw' for clarity a…
chris-ashe Jun 8, 2026
00200d1
Add alpha particle heat flux variables for inboard and outboard first…
chris-ashe Jun 8, 2026
7ab715c
Add alpha power deposition calculations for first wall surfaces
chris-ashe Jun 8, 2026
afc648a
Refactor heat flux calculations by removing redundant code and updati…
chris-ashe Jun 8, 2026
a221b7b
Update radiation and alpha particle heat flux descriptions for first …
chris-ashe Jun 8, 2026
0961a47
Change FW load logic
chris-ashe Jun 8, 2026
0f314dc
Add new surface flux variables
chris-ashe Jun 8, 2026
bb247d7
Add radiation outboard surface values
chris-ashe Jun 8, 2026
272da4e
Add neutron surface heat flux calculations for first wall components
chris-ashe Jun 9, 2026
88e4013
Add neutron heat flux variables for inboard and outboard first wall c…
chris-ashe Jun 9, 2026
2046efc
Refactor first wall radiation calculations and add unit tests for sur…
chris-ashe Jun 9, 2026
1a9788f
Add calculation method for outboard surface heat loads and correspond…
chris-ashe Jun 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/source/eng-models/power-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ $$

- $P_{\text{FW, nuclear}}$ & $P_{\text{Blkt, nuclear}}$ is the nuclear heating from neutron interaction (which includes the energy multiplication (`f_p_blkt_multiplication`) for the blanket.)
- $P_{\text{FW,}\gamma}$ is the photon radiation incident on the FW (`p_fw_rad_total_mw`).
- $P_{\alpha,\text{loss}}$ is the plasma lost alpha power (`p_fw_alpha_mw`)
- $P_{\alpha,\text{loss}}$ is the plasma lost alpha power (`p_fw_alpha_surface_total_mw`)

8: The thermal power deposited in the shields is calculated:

Expand Down
Loading
Loading