Skip to content

Commit

Permalink
Add some extra shaping to baby_MANTA profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Oct 1, 2024
1 parent 3aed730 commit 8434487
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cases/baby_MANTA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ function case_parameters(::Type{Val{:baby_MANTA}}; flux_matcher::Bool=false)::Tu
ini.core_profiles.plasma_mode = :L_mode
ini.core_profiles.ne_setting = :greenwald_fraction
ini.core_profiles.ne_value = 0.9
ini.core_profiles.ne_shaping = 3.0
ini.core_profiles.T_ratio = 1.0
ini.core_profiles.T_shaping = 1.4
ini.core_profiles.ne_shaping = 0.9
ini.core_profiles.T_shaping = 3.0
ini.core_profiles.Te_sep = 200.0
ini.core_profiles.zeff = 2.0
ini.core_profiles.rot_core = 0.0
ini.core_profiles.bulk = :DT
Expand Down

0 comments on commit 8434487

Please sign in to comment.