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

Evolve ion (impurity) density in ActorFluxMatcher #592

Open
nanshi1177 opened this issue Jul 1, 2024 · 0 comments
Open

Evolve ion (impurity) density in ActorFluxMatcher #592

nanshi1177 opened this issue Jul 1, 2024 · 0 comments
Assignees

Comments

@nanshi1177
Copy link
Contributor

Using ActorFluxMatcher to evolve impurity density profile as follows:

act.ActorTGLF.sat_rule = :sat1
act.ActorTGLF.lump_ions = false
act.ActorFluxMatcher.optimizer_algorithm =:simple
act.ActorTGLF.electromagnetic = false
act.ActorFluxMatcher.max_iterations=120
act.ActorFluxMatcher.rho_transport = 0.2:0.1:0.8
act.ActorFluxMatcher.step_size = 0.1
#act.ActorFluxMatcher.evolve_densities = :flux_match
act.ActorFluxMatcher.evolve_densities = Dict(
    :DT => :quasi_neutrality,
    :DT_fast => :fixed,
    :He4 => :fixed,
    :He4_fast => :fixed,
    :Kr83 => :flux_match,
    :electrons => :flux_match)
act.ActorTGLF.model = :TGLF
#act.ActorTGLF.user_specified_model = "sat0_es_d3d"

FUSE.ActorHCD(dd,act);
act.ActorNeoclassical.model = :hirshmansigmar
FUSE.ActorFluxMatcher(dd,act;verbose=true,do_plot=true)

The output shows below:
image

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