Skip to content

Commit

Permalink
Revert "Update FPP case"
Browse files Browse the repository at this point in the history
This reverts commit 697b239.
  • Loading branch information
orso82 committed Dec 6, 2024
1 parent 88f9929 commit 39a3a4d
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions src/cases/FPP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,43 @@ function case_parameters(::Type{Val{:FPP}}; flux_matcher::Bool=false)::Tuple{Par
ini.general.casename = "FPP"
ini.general.init_from = :scalars

gaps_thickness = 0.069
gaps_thickness = 0.05
ini.build.layers = OrderedCollections.OrderedDict(
:gap_OH => 0.967,
:gap_OH => 1.18,
:OH => 0.35,
:gap_TF_OH => 0.088,
:hfs_TF => 0.507,
:gap_TF_OH => gaps_thickness,
:hfs_TF => 0.3,
:hfs_gap_low_temp_shield_TF => gaps_thickness,
:hfs_low_temp_shield => 0.424,
:hfs_low_temp_shield => 0.42,
:hfs_gap_vacuum_vessel_low_temp_shield => gaps_thickness,
:hfs_vacuum_vessel=> 0.172,
:hfs_vacuum_vessel_outer => 0.02,
:hfs_gap_water => 0.13,
:hfs_vacuum_vessel_inner => 0.02,
:hfs_gap_high_temp_shield_vacuum_vessel => gaps_thickness,
:hfs_high_temp_shield => 0.0,
:hfs_blanket => 0.558,
:hfs_high_temp_shield => 0.2,
:hfs_blanket => 0.33,
:hfs_first_wall => 0.02,
:plasma => 3.17,
:plasma => 3.1,
:lfs_first_wall => 0.02,
:lfs_blanket => 1.102,
:lfs_high_temp_shield => 0.0,
:lfs_gap_high_temp_shield_vacuum_vessel => 1.525,
:lfs_vacuum_vessel => 0.172,
:lfs_gap_vacuum_vessel_low_temp_shield => gaps_thickness,
:lfs_low_temp_shield => 0.424,
:lfs_gap_low_temp_shield_TF => gaps_thickness,
:lfs_TF => 0.507,
:gap_cryostat => 2.75,
:lfs_blanket => 0.77,
:lfs_high_temp_shield => 0.20,
:lfs_gap_high_temp_shield_vacuum_vessel => gaps_thickness * 5,
:lfs_vacuum_vessel_inner => 0.02,
:lfs_gap_water => 0.13,
:lfs_vacuum_vessel_outer => 0.02,
:lfs_gap_vacuum_vessel_low_temp_shield => gaps_thickness * 2,
:lfs_low_temp_shield => 0.42,
:lfs_gap_low_temp_shield_TF => gaps_thickness * 2,
:lfs_TF => 0.3,
:gap_cryostat => 1.42,
:cryostat => 0.2)
ini.build.plasma_gap = 0.125
ini.build.symmetric = false
ini.build.divertors = :lower
ini.build.n_first_wall_conformal_layers = 1

ini.equilibrium.B0 = 6.0
ini.equilibrium.R0 = 4.824
ini.equilibrium.B0 = 4.7
ini.equilibrium.R0 = 4.9
ini.equilibrium.ϵ = 0.28
ini.equilibrium.κ = 0.8
ini.equilibrium.δ = 0.6
Expand Down Expand Up @@ -75,7 +79,7 @@ function case_parameters(::Type{Val{:FPP}}; flux_matcher::Bool=false)::Tuple{Par
ini.pf_active.technology = :nb3sn
ini.tf.technology = :rebco

ini.tf.shape = :princeton_D_scaled
ini.tf.shape = :rectangle_ellipse
ini.tf.n_coils = 16

total_ec_power = 90E6
Expand Down

0 comments on commit 39a3a4d

Please sign in to comment.