Updated field line following diagnostics#533
Open
bpatel2107 wants to merge 54 commits intounstablefrom
Open
Conversation
The routines to compute the radial displacement of a magnetic field line and the radial magnetic field correlation length, useful to evaluate the occurrence of a nonzonal transion, are added to the `Diagnostics` class.
…/pyro-kinetics/pyrokinetics into enhancements/nonzonal_transition
… codes available in pyro
…dded a small routine to calculate the stocashtic diffusion coefficient - see Nevins et al, PRL, 2011
…ion_units # Conflicts: # src/pyrokinetics/diagnostics/__init__.py
…_units' into enhancements/nonzonal_transition_units
…_units' into enhancements/nonzonal_transition_units
# Conflicts: # src/pyrokinetics/diagnostics/__init__.py # src/pyrokinetics/local_geometry/metric.py
…_units' into enhancements/nonzonal_transition_units
# Conflicts: # docs/examples/example_read_pyroscan_output.py # tests/test_pyroscan.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates/adds field line following diagnostics
FieldLinewhich calculates all things related to field line integration stuff likeIt does this in a unit aware method so works in any convention.
I have added standard field line integrator
follow_field_linewhich all the diagnostics that need it use which has several integration schemes from central differences to RK4.There are some docs that describe that the code does too.