ProjectTorreyPines / FUSE.jl

FUsion Synthesis Engine
https://fuse.help/
Apache License 2.0
9 stars 0 forks source link

ion particle evolution ready to be tested #708

Open orso82 opened 1 week ago

orso82 commented 1 week ago

@nanshi1177 the latest version of TGLFNN should now return the right ion fluxes from the wig (with ion gammas) that @tomneiser has trained. Update FUSE packages to the latest version, then you should be able to switch to wig TGLFNN models in FUSE, like this:

act.ActorTGLF.user_specified_model = "sat1_em_d3d_azf+1_wig"

List of TGLFNN models is now available here: https://projecttorreypines.github.io/TGLFNN.jl/stable/models/

You should then be able to change the act.ActorFluxMatcher.evolve_densities to enable ion particle transport to something like this:

act.ActorFluxMatcher.evolve_densities = Dict(
:electrons => :quasi_neutrality,
:DT => :flux_match,
:DT_fast => :fixed,
:He4 => :flux_match,
:He4_fast => :fixed,
:Ne20 => :flux_match
)
nanshi1177 commented 1 day ago

DIIID example shot: DIII-D_153306_ods.json