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
1ff1ce2
Create initial poloidal power plotting function
chris-ashe Jun 8, 2026
8ffdc03
Add radiation power variables for inboard and outboard first wall in …
chris-ashe Jun 8, 2026
0ba41a6
Refactor radiation power calculations for first wall in DCLL and CCFE…
chris-ashe Jun 8, 2026
96b61ef
Rename 'psurffwi' to 'p_fw_inboard_surface_heat' for clarity and cons…
chris-ashe Jun 8, 2026
8346dcd
Rename 'psurffwo' to 'p_fw_outboard_surface_heat_mw' for clarity and …
chris-ashe Jun 8, 2026
53bfd1d
Rename 'p_fw_alpha_mw' to 'p_fw_alpha_surface_total_mw' for clarity a…
chris-ashe Jun 8, 2026
925ac17
Add alpha particle heat flux variables for inboard and outboard first…
chris-ashe Jun 8, 2026
120c633
Add alpha power deposition calculations for first wall surfaces
chris-ashe Jun 8, 2026
f2e9c4b
Refactor heat flux calculations by removing redundant code and updati…
chris-ashe Jun 8, 2026
f21dd8d
Update radiation and alpha particle heat flux descriptions for first …
chris-ashe Jun 8, 2026
9f22e50
Change FW load logic
chris-ashe Jun 8, 2026
0082f42
Add new surface flux variables
chris-ashe Jun 8, 2026
7766ba7
Add radiation outboard surface values
chris-ashe Jun 8, 2026
7d7d9a4
Add neutron surface heat flux calculations for first wall components
chris-ashe Jun 9, 2026
640fda6
Add neutron heat flux variables for inboard and outboard first wall c…
chris-ashe Jun 9, 2026
41031a8
Refactor first wall radiation calculations and add unit tests for sur…
chris-ashe Jun 9, 2026
05c3697
Add calculation method for outboard surface heat loads and correspond…
chris-ashe Jun 10, 2026
96c4fd5
Add toroidal angle calculations for inboard first wall and update out…
chris-ashe Jun 16, 2026
93f963a
Enhance toroidal cross-section plotting by adjusting aspect ratio and…
chris-ashe Jun 16, 2026
7eda07d
Add function to plot inboard toroidal angle load and integrate into m…
chris-ashe Jun 18, 2026
350b736
Add method to calculate solid angle components for first wall geometry
chris-ashe Jun 18, 2026
accb2d2
Add solid angle fraction attributes for lower and upper divertor ring…
chris-ashe Jun 18, 2026
585e1ca
Add InVesselSolidAngleFractions class and update solid angle calculat…
chris-ashe Jun 18, 2026
dfb21a1
Post rebase fixes
chris-ashe Jun 22, 2026
0d6d424
Add solid angle fraction attributes for inboard and outboard first wa…
chris-ashe Jun 22, 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