Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L to H and H to L transition in dynamic plasma actor with ActorPedestal #807

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

TimSlendebroek
Copy link
Contributor

@TimSlendebroek TimSlendebroek commented Jan 29, 2025

This is done by triggering a Tanh like response in temperature and density and going from EPED to WPED

L to H is looking good

H to L looks finicky because WPED couples ped and core making dramatic shifts

extra parameters

act.ActorPedestal.tau_n = 0.3
act.ActorPedestal.tau_t = 0.2
act.ActorPedestal.density_ratio_L_over_H = 0.2

Time dependent example on DIIID

https://github.com/ProjectTorreyPines/FuseExamples/blob/master/L_to_H_diid.ipynb

Some evolutions::

ne_evolution_implemented2

t_evolution_implemented2
pressure_evolution_implemented2

H mode triggered by power spike @ 0.39 seconds and L mode by decrease in power around 0.89

@TimSlendebroek TimSlendebroek added enhancement New feature or request physics labels Jan 29, 2025
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

Attention: Patch coverage is 14.28571% with 66 lines in your changes missing coverage. Please review.

Project coverage is 59.53%. Comparing base (a6d5ae7) to head (197595a).

Files with missing lines Patch % Lines
src/actors/pedestal/pedestal_actor.jl 16.07% 47 Missing ⚠️
src/utils_end.jl 0.00% 9 Missing ⚠️
src/utils_begin.jl 0.00% 6 Missing ⚠️
src/optimization.jl 0.00% 3 Missing ⚠️
src/actors/pedestal/WPED_actor.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #807      +/-   ##
==========================================
- Coverage   59.76%   59.53%   -0.23%     
==========================================
  Files         105      105              
  Lines       10501    10551      +50     
==========================================
+ Hits         6276     6282       +6     
- Misses       4225     4269      +44     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request physics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant