Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ion particle evolution ready to be tested #708

Open
orso82 opened this issue Sep 12, 2024 · 1 comment
Open

ion particle evolution ready to be tested #708

orso82 opened this issue Sep 12, 2024 · 1 comment
Assignees

Comments

@orso82
Copy link
Member

orso82 commented Sep 12, 2024

@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
Copy link
Contributor

DIIID example shot:
DIII-D_153306_ods.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants