Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
464abf3
Create initial poloidal power plotting function
chris-ashe Jun 8, 2026
c9c9f4f
Add radiation power variables for inboard and outboard first wall in …
chris-ashe Jun 8, 2026
89a37a2
Refactor radiation power calculations for first wall in DCLL and CCFE…
chris-ashe Jun 8, 2026
54b487f
Rename 'psurffwi' to 'p_fw_inboard_surface_heat' for clarity and cons…
chris-ashe Jun 8, 2026
4a392b3
Rename 'psurffwo' to 'p_fw_outboard_surface_heat_mw' for clarity and …
chris-ashe Jun 8, 2026
55dec8a
Rename 'p_fw_alpha_mw' to 'p_fw_alpha_surface_total_mw' for clarity a…
chris-ashe Jun 8, 2026
d0a4e90
Add alpha particle heat flux variables for inboard and outboard first…
chris-ashe Jun 8, 2026
73ba265
Add alpha power deposition calculations for first wall surfaces
chris-ashe Jun 8, 2026
d757a97
Refactor heat flux calculations by removing redundant code and updati…
chris-ashe Jun 8, 2026
00813c2
Update radiation and alpha particle heat flux descriptions for first …
chris-ashe Jun 8, 2026
156e393
Change FW load logic
chris-ashe Jun 8, 2026
a0b3f69
Add new surface flux variables
chris-ashe Jun 8, 2026
f573b46
Add radiation outboard surface values
chris-ashe Jun 8, 2026
bc03ccc
Add neutron surface heat flux calculations for first wall components
chris-ashe Jun 9, 2026
64005f9
Add neutron heat flux variables for inboard and outboard first wall c…
chris-ashe Jun 9, 2026
ecf7d00
Refactor first wall radiation calculations and add unit tests for sur…
chris-ashe Jun 9, 2026
e13e86b
Add calculation method for outboard surface heat loads and correspond…
chris-ashe Jun 10, 2026
dd2c2fa
Add toroidal angle calculations for inboard first wall and update out…
chris-ashe Jun 16, 2026
bb87abe
Enhance toroidal cross-section plotting by adjusting aspect ratio and…
chris-ashe Jun 16, 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