Skip to content

Commit 1580788

Browse files
committed
Add BgB citation
1 parent 387aa99 commit 1580788

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/actors/transport/analytic_turbulence_actor.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The actor supports two transport models:
3131
- `:GyroBohm`: Simple gyro-Bohm scaling returning unit fluxes
3232
- `:BgB`: Detailed Bohm + gyro-Bohm model calculating electron and ion energy diffusivities (χe, χi)
3333
and particle flux (Γe) based on local plasma parameters, pressure gradients, and magnetic geometry
34+
Tholerus, Emmi, et al. Nuclear Fusion 64.10 (2024): 106030
3435
3536
The BgB model computes transport coefficients using local temperature and density gradients,
3637
safety factor profiles, and magnetic field geometry. Results are normalized to gyro-Bohm

src/optimization.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function optimization_engine(
8989
# save empty dd and error to directory
9090
save(savedir, nothing, ini, act; error=e, timer=true, freeze=false, overwrite_files=true)
9191

92-
# rethrow(e) # uncomment for debugging purposes
92+
rethrow(e) # uncomment for debugging purposes
9393

9494
ff = Float64[Inf for f in objective_functions]
9595
gg = Float64[Inf for g in constraint_functions]
@@ -265,7 +265,7 @@ function optimization_engine(
265265
CSV.write(csv_filepath, df)
266266
end
267267

268-
# rethrow(e) # uncomment for debugging purposes
268+
rethrow(e) # uncomment for debugging purposes
269269

270270
ff = Float64[Inf for f in objective_functions]
271271
gg = Float64[Inf for g in constraint_functions]

0 commit comments

Comments
 (0)