Skip to content

Commit

Permalink
improved FPP shape
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Oct 6, 2024
1 parent 87fa55d commit 6e72d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cases/FPP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ function case_parameters(::Type{Val{:FPP}}; flux_matcher::Bool=false)::Tuple{Par
ini.equilibrium.R0 = 4.9
ini.equilibrium.ϵ = 0.28
ini.equilibrium.κ = 0.8
ini.equilibrium.δ = 0.7
ini.equilibrium.ζ = 0.1
ini.equilibrium.δ = 0.6
ini.equilibrium.ζ = 0.05
ini.equilibrium.𝚶 = 0.1
ini.equilibrium.pressure_core = 1.e6
ini.equilibrium.ip = 8.0e6
Expand Down

0 comments on commit 6e72d68

Please sign in to comment.