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

Final transfer version #306

Merged
merged 58 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
e6676ef
Update naming of update_qpar for ions to be update_ion_qpar, in line …
LucasMontoya4 Sep 18, 2024
53a673c
Add ion_physics flag to determine drift_kinetic, gyrokinetic or bragi…
LucasMontoya4 Sep 18, 2024
6f6df74
Update gyrokinetic flag uses throughout the repo, so that instead of …
LucasMontoya4 Sep 18, 2024
e92dc5c
Some of the Braginskii functionality (unfinished)
LucasMontoya4 Sep 19, 2024
f92f20f
Merge branch 'master' into ion_flags
LucasMontoya4 Sep 19, 2024
a0e2b20
Merge branch 'ion_flags' into ion_braginskii_fluid
LucasMontoya4 Sep 19, 2024
1dbf661
Make initialisation for braginskii ion heat flux be calculated from u…
LucasMontoya4 Sep 19, 2024
77a30c1
Merge branch 'master' into ion_braginskii_fluid
LucasMontoya4 Sep 19, 2024
3b9bc66
Add braginskii heat flux formula by adding an ion dT_dz component in …
LucasMontoya4 Sep 20, 2024
1d8b559
add loop to allow n_neutral_species = 0 and CFL plots to still be mad…
LucasMontoya4 Sep 20, 2024
bb64609
Merge branch 'master' into ion_braginskii_fluid
LucasMontoya4 Sep 20, 2024
77cce1a
Move order of krook_collisions.jl inclusion to allow velocity_moments…
LucasMontoya4 Sep 20, 2024
18cd33e
Add plotting for collisionality (comparing gradient scale lengths to …
LucasMontoya4 Sep 21, 2024
9a1e30a
Add comparison plots functionality for collisionality_plots, and add …
LucasMontoya4 Sep 23, 2024
0e28693
Add comments to boundary condition of braginskii heat flux, and add d…
LucasMontoya4 Sep 23, 2024
5ef19bd
Fix bug during restarts to allow for multiple sources while external_…
LucasMontoya4 Sep 23, 2024
4213c52
Make collisionality_plots plot the last timestep value (which was ori…
LucasMontoya4 Sep 23, 2024
6fc4c76
Merge branch 'master' into ion_braginskii_fluid
LucasMontoya4 Sep 23, 2024
14e510d
Merge branch 'master' into ion_braginskii_fluid
johnomotani Sep 26, 2024
701ab84
Add option of overlaying what the Braginskii heat flux would be for t…
LucasMontoya4 Sep 27, 2024
0e6d395
Add option for super Gaussian with decay of 4th power instead of seco…
LucasMontoya4 Sep 27, 2024
b2b001d
Merge branch 'master' into ion_braginskii_fluid
LucasMontoya4 Sep 27, 2024
9d92ca2
Fix typo when energy source used
LucasMontoya4 Sep 28, 2024
fab3f8a
Don't plot braginskii overlay if the original simulation itself was a…
LucasMontoya4 Sep 30, 2024
8e5ecd9
Add string to braginskii_overlay system to tell you its an overlay, w…
LucasMontoya4 Oct 1, 2024
78bf27e
Merge branch 'ion_braginskii_fluid' of github.com:mabarnes/moment_kin…
LucasMontoya4 Oct 1, 2024
8309e99
Fix PI_controller file io for option
LucasMontoya4 Oct 3, 2024
0062ca8
Edit PI_controller for density_midpoint_control option to begin the s…
LucasMontoya4 Oct 3, 2024
1394626
remove printing function that was used for debugging
LucasMontoya4 Oct 3, 2024
22f91bd
Change naming from Braginskii_ions to coll_krook_ions, and change ins…
LucasMontoya4 Oct 3, 2024
0462f32
Don't evolve shape function if heat flux closure comes from coll_kroo…
LucasMontoya4 Oct 3, 2024
7348809
Allow collisionality_plots to animate comparison runs with different …
LucasMontoya4 Oct 4, 2024
dc627cf
add neutral controller_integral file_io.jl bug fix (ion version was f…
LucasMontoya4 Oct 4, 2024
44ee25a
skip chodura condition check in coll_krook fluid ion case, so that ng…
LucasMontoya4 Oct 6, 2024
1b1cac1
Merge branch 'master' into remove_redundant_shapefn_evolution
LucasMontoya4 Oct 6, 2024
bc7401d
change gamma back to 2, and change the boundary condition for heat fl…
LucasMontoya4 Oct 7, 2024
8155690
Create new module for collision_frequency calculations, so that krook…
LucasMontoya4 Oct 7, 2024
66cbcc1
Change gamma_i to 2.5, from Stangeby (25.2)
LucasMontoya4 Oct 7, 2024
eb01872
Add temperature_midpoint_control source option. This will change the …
LucasMontoya4 Oct 9, 2024
b8d8b6b
Merge branch 'master' into remove_redundant_shapefn_evolution
LucasMontoya4 Oct 9, 2024
499b9ec
Change gamma_i boundary condition for coll_krook heat flux closure de…
LucasMontoya4 Oct 15, 2024
06dcf5d
Correction to heat flux itself, should be 1D instead of 3D calculation
LucasMontoya4 Oct 31, 2024
63321ad
Include all input files that I made for transfer, and the files that …
LucasMontoya4 Jan 7, 2025
b65ac35
Add tests for multi source functionality and PI controllers
LucasMontoya4 Jan 8, 2025
c91c51e
small changes
LucasMontoya4 Jan 8, 2025
f870002
Merge remote-tracking branch 'origin/master' into final_transfer_version
LucasMontoya4 Jan 8, 2025
124a715
Merge branch 'master' of github.com:mabarnes/moment_kinetics into fin…
LucasMontoya4 Jan 13, 2025
a227169
Merge branch 'master' into final_transfer_version
LucasMontoya4 Jan 14, 2025
1dd6046
Merge remote-tracking branch 'origin/master' into final_transfer_version
LucasMontoya4 Jan 14, 2025
96032af
move transfer input files from examples to publication inputs folder
LucasMontoya4 Jan 14, 2025
b3c5f7f
Add a couple of example multi source files with a collisional closure…
LucasMontoya4 Jan 14, 2025
eabb5e9
deleted transfer input files as they were moved
LucasMontoya4 Jan 14, 2025
e3035b3
Add docs page for collision_frequencies.jl
LucasMontoya4 Jan 14, 2025
bed3de4
remove example files so they are not run by remote server checks
LucasMontoya4 Jan 16, 2025
611c284
Change input file for multi source tests to only include 2 tests, whi…
LucasMontoya4 Jan 16, 2025
41a17b1
Comment out julia-actions/cache in documentation CI job
johnomotani Jan 16, 2025
1553fa6
Fix MPI in setup_external_sources!() when `ignore_MPI = true`
johnomotani Jan 17, 2025
af475cc
Apply suggestions from code review
johnomotani Jan 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to keep a revisioned copy of these files you could just make a new directory to store them in. It looks like only examples/* is checked for *.toml files in the workflow run. https://github.com/mabarnes/moment_kinetics/blob/master/.github/workflows/examples.yml.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess that's true, but I'm dumping them all in the publication_inputs folder anyway, so we can keep the examples folder clean.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like only examples/* is checked for *.toml files in the workflow run.

BTW this is not true. The walkdir("examples/") function recursively runs over all the entries of all the subdirectories of examples/ as well as the directory itself. So @LucasMontoya4's solution is the only possible one.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK! I think this is what I meant, but I see I was being imprecise. However, I have noticed that things might not work as described in the past. See commit 998c725. There I noticed that the fokker_planck examples with source terms were clearly not being checked as the source terms functions that they would have used were broken for those inputs.

This file was deleted.

84 changes: 0 additions & 84 deletions examples/multi-sources/temperature_PI_density_source.toml

This file was deleted.

Loading