Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
73ae955
Create initial poloidal power plotting function
chris-ashe Jun 8, 2026
5984220
Add radiation power variables for inboard and outboard first wall in …
chris-ashe Jun 8, 2026
e8b190f
Refactor radiation power calculations for first wall in DCLL and CCFE…
chris-ashe Jun 8, 2026
003e6d2
Rename 'psurffwi' to 'p_fw_inboard_surface_heat' for clarity and cons…
chris-ashe Jun 8, 2026
f362643
Rename 'psurffwo' to 'p_fw_outboard_surface_heat_mw' for clarity and …
chris-ashe Jun 8, 2026
66dfee9
Rename 'p_fw_alpha_mw' to 'p_fw_alpha_surface_total_mw' for clarity a…
chris-ashe Jun 8, 2026
9aa34bc
Add alpha particle heat flux variables for inboard and outboard first…
chris-ashe Jun 8, 2026
1c89fcf
Add alpha power deposition calculations for first wall surfaces
chris-ashe Jun 8, 2026
ba2355d
Refactor heat flux calculations by removing redundant code and updati…
chris-ashe Jun 8, 2026
c0d8dcc
Update radiation and alpha particle heat flux descriptions for first …
chris-ashe Jun 8, 2026
8f675b7
Change FW load logic
chris-ashe Jun 8, 2026
1454028
Add new surface flux variables
chris-ashe Jun 8, 2026
2e8457b
Add radiation outboard surface values
chris-ashe Jun 8, 2026
88962e0
Add neutron surface heat flux calculations for first wall components
chris-ashe Jun 9, 2026
ec5fbb4
Add neutron heat flux variables for inboard and outboard first wall c…
chris-ashe Jun 9, 2026
49ec8ad
Refactor first wall radiation calculations and add unit tests for sur…
chris-ashe Jun 9, 2026
5de6a18
Add calculation method for outboard surface heat loads and correspond…
chris-ashe Jun 10, 2026
2113b5a
Add toroidal angle calculations for inboard first wall and update out…
chris-ashe Jun 16, 2026
276ba6e
Add function to plot inboard toroidal angle load and integrate into m…
chris-ashe Jun 18, 2026
b3695f3
Add method to calculate solid angle components for first wall geometry
chris-ashe Jun 18, 2026
f2e1c2b
Add solid angle fraction attributes for lower and upper divertor ring…
chris-ashe Jun 18, 2026
c151a61
Add InVesselSolidAngleFractions class and update solid angle calculat…
chris-ashe Jun 18, 2026
b80664c
Post rebase fixes
chris-ashe Jun 22, 2026
f7ace75
Add solid angle fraction attributes for inboard and outboard first wa…
chris-ashe Jun 22, 2026
0469a0a
Post merge fixes
chris-ashe Jul 9, 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