Add eich profile - #4507
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4507 +/- ##
==========================================
- Coverage 49.46% 49.39% -0.08%
==========================================
Files 150 151 +1
Lines 30069 30169 +100
==========================================
+ Hits 14874 14902 +28
- Misses 15195 15267 +72 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
d07cf8d to
ba80437
Compare
ba80437 to
87cc4bf
Compare
…ate output message
…pe off layer validation
… update calculation method
231c09b to
3075bd5
Compare
…t profile plots with additional data and improved labeling
…update scrape off layer calculations
…h factors in PhysicsData
…ma scrape-off layer documentation
…et heat flux profile
…plasma boundary visualization; update Eich target heat flux profile title and adjust label positions for clarity.
…h_target_profile and enhance output logging in ScrapeOffLayer model
|
Can I ask someone from @ukaea/process-model-review to check if the |
grmtrkngtn
left a comment
There was a problem hiding this comment.
There's a lot of typos for scrabosio instead of scarabosio
| p. 093031, Aug. 2013, doi: 10.1088/0029-5515/53/9/093031. | ||
|
|
||
| """ | ||
| return (pflux_plasma_sol_parallel_mw / 2) * np.exp( |
There was a problem hiding this comment.
Does the flux-expansion factor cancel here? If I change f_b_div_flux_expansion I get the same profile regardless
3292c26 to
4bf39e8
Compare
…bosio 2015 in physics variables and scrape-off layer model


This pull request introduces significant new functionality and documentation for modeling plasma scrape-off layer (SOL) physics, particularly focusing on heat flux profiles and power spreading in tokamak divertors. The main changes include the addition of new physics models and plotting functions for SOL profiles, the implementation of the Scarabosio 2014 power spreading factor, and comprehensive documentation updates to explain the new models and their physical basis.
Key changes include:
New SOL Physics Models and Methods
ScrapeOffLayerfor calculating the outboard midplane near-SOL radial heat flux profile (calculate_outboard_midplane_near_sol_radial_profile), the Eich target heat flux profile (calculate_eich_target_heat_flux_profile), and the Scarabosio 2014 H-mode power spreading factor (calculate_scarabosio2014_power_spreading_factor). These provide core physics calculations for SOL heat transport and divertor power spreading.runmethod inScrapeOffLayerto compute and store the Scarabosio 2014 and general power spreading factors in the physics data structure.PhysicsDatafor storing the outboard lower divertor flux expansion and power spreading factors.Plotting Enhancements
process/core/io/plot/summary.pyto visualize the midplane near-SOL radial profile, the Eich target heat flux profile at the lower outboard divertor, and a summary of SOL power fluxes. These plots leverage the new physics models and are integrated into the summary plotting workflow.ScrapeOffLayerin the plotting module for direct access to SOL physics calculations.Documentation Improvements
plasma_scrape_off_layer.mdto describe the upstream radial decay, the Eich target heat flux profile, and the physical meaning of the spreading parameter S, including the Scarabosio 2015 scaling law. Added new references to support these sections.Output and Usability
ScrapeOffLayermodel to include the new power spreading factors for traceability and user insight.Checklist
I confirm that I have completed the following checks: