-
Notifications
You must be signed in to change notification settings - Fork 4
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
Merge commits making GT3 more object oriented #36
Merged
Conversation
This file contains 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
Consolidated a few RadialTransport calculations Added new GT3TestBase class to TestBase module
Added plotting routines to RadialTransport Added mode flag to getGT3Test method
…than the main GT3 code if needed. Updated and added some Core plotting routines. Removed some unnecessary input variables Deleted Neutrals.Functions that were not necessary Attached core/inp objects to neutrals object for referencing
… Beams.py Added additional plotting routines to Core Added some explicit float to values to ensure they are calculated as floats if import division is not set. Remvoed NeutPatcy in favor or implementing method in Core Removed Test python files Removed Chi class Added IOL Comparison utility
Added an interpolator for d3d data that are a bit wonky.
Implemented nustar and radial particle diffusion coefficient Added plotting routines to plot raw data in GT3.Inp
…tudy purposes. Fixed radial transport NBI momentum balance call. Added attribute for NBI power frac overriding. Set setup.py to target 0.0.1
Why so many commits? |
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 series of commits makes GT3 more object oriented and structures Core, Radial Transport, etc. as proper modules. Core, Inp, NBI, Neutrals, and RadialTransport all have plotting routines integrated into their classes.