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

iota vacuum and current contributions #642

Merged
merged 25 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
01adcb9
iota vacuum and current contributions
daniel-dudt Aug 29, 2023
c1a7f10
fixing axis limits; work in progress
daniel-dudt Aug 30, 2023
5682278
formatting change
daniel-dudt Aug 30, 2023
b4732e2
replace current profile with references to 'I'
daniel-dudt Aug 31, 2023
7f319aa
Add lambda functions and simplify limit
unalmis Sep 5, 2023
6e9b9e2
Remove guard to return jnp.nan in computation of `iota_den` on
unalmis Sep 5, 2023
8c02327
Add iota_den to axis limit tests for fixed iota equilibrium
unalmis Sep 5, 2023
3e60597
Merge branch 'master' into dd/iota
unalmis Sep 5, 2023
3a358ec
refactoring
daniel-dudt Sep 14, 2023
2dd0285
update profile compute syntax
daniel-dudt Sep 14, 2023
e083849
Merge branch 'master' into dd/iota
ddudt Sep 14, 2023
f1c0610
Merge branch 'master' into dd/iota
ddudt Sep 26, 2023
389e866
workaround for eq with iota profiles
daniel-dudt Sep 27, 2023
953c8db
add tests for iota components
daniel-dudt Sep 27, 2023
e0257c5
update master compute data with 'iota_den' not NaN
daniel-dudt Sep 27, 2023
3d788c0
Merge branch 'master' into dd/iota
f0uriest Sep 29, 2023
ed4ac36
reformatting to use consistent profile logic
daniel-dudt Oct 2, 2023
0203775
update changelog
daniel-dudt Oct 2, 2023
11fdac2
implementing some more things that used to be NaN
daniel-dudt Oct 2, 2023
07fdb49
fixing formula for 'iota_num_r current'
daniel-dudt Oct 4, 2023
81df4a1
Merge branch 'master' into dd/iota
ddudt Oct 4, 2023
17acba3
Merge branch 'master' into dd/iota
f0uriest Oct 5, 2023
12fec89
Merge branch 'master' into dd/iota
f0uriest Oct 6, 2023
551fd29
Merge branch 'master' into dd/iota
f0uriest Oct 6, 2023
5a26182
Merge branch 'master' into dd/iota
f0uriest Oct 7, 2023
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

- Adds new compute quantities `"iota current"` and `"iota vacuum"` to compute the
rotational transform contributions from the toroidal current and background field.

v0.10.1
-------

Expand Down
Loading