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

add multiple boundary models #578

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add multiple boundary models #578

wants to merge 2 commits into from

Conversation

jguterl
Copy link
Contributor

@jguterl jguterl commented Jun 5, 2024

Add various models from BoundaryPlasmaModels.jl

Test case to be added to regression tests:

using FUSE
ini, act = FUSE.case_parameters(:FPP);
dd = IMAS.dd()#
FUSE.init(dd, ini, act; do_plot=false);
#switch model
act.ActorDivertors.heat_flux_model.model = :stangeby
# check that parameters have switched to new model
act.ActorDivertors.heat_flux_model.setup isa FUSE.BoundaryPlasmaModels.StangebyModelParameters

actor = FUSE.ActorDivertors(dd, act);
summary(actor.boundary_plasma_models[1])

@jguterl jguterl requested a review from orso82 June 5, 2024 07:20
@orso82 orso82 changed the title add multiple models add multiple boundary models Jun 9, 2024
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

Successfully merging this pull request may close these issues.

2 participants