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 flux estimation problem? #668

Open
avdeevag opened this issue Jul 26, 2024 · 0 comments
Open

Ion flux estimation problem? #668

avdeevag opened this issue Jul 26, 2024 · 0 comments
Assignees

Comments

@avdeevag
Copy link
Contributor

I noticed the following case which failed, that is a bit suspicious - it works well with other saturation rules and the total ion energy looks fine

chk = FUSE.Checkpoint();

ini, act=FUSE.case_parameters(:ITER, init_from=:scalars, boundary_from=:scalars);

dd = IMAS.dd();
FUSE.init(dd, ini, act);

chk[:init] = dd,ini,act;

R6="sat0_es_d3d_simple20";

dd_R1,ini_R1,act_R1 = chk[:init];

#----------------------

act_R1.ActorTGLF.user_specified_model = R6

act_R1.ActorCoreTransport.model = :FluxMatcher


FUSE.ActorPFdesign(dd_R1, act_R1);
FUSE.ActorStationaryPlasma(dd_R1, act_R1);

FUSE.plot_plasma_overview(dd_R1) 

Screenshot 2024-07-26 at 10 43 09 AM

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

3 participants