-
Notifications
You must be signed in to change notification settings - Fork 59
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
Deltaf fixes #1
base: 4.18-devel
Are you sure you want to change the base?
Deltaf fixes #1
Conversation
while using DELTAF_METHOD -DELTAF_METHOD requires PER_SPECIES_WEIGHT (needs fix) -Housekeeping message for DELTAF_METHOD
-Show whether code has been compiled with DELTAF_METHOD in welcome screen.
…uld now work correctly whether or not PER_SPECIES_WEIGHT is set.
…eltaf calculation. Fixes some crashes when only some species use deltaf. -Fix a bug related to PER_PARTICLE_CHARGE_MASS -f0 in particles.f90 used in loading routine when debugging: update dependencies. -Most of the changes in deltaf_loader are to allow 'Two-temperature' loading: half the markers are loaded with a maxwellian distribution of one temperature, half with a higher temperature (proportion and ratio T1/T2 hard coded at the moment). The weights of the markers are adjusted appropriately so the particle distribution function f is a standard maxwellian (the marker distribution function g is not). This is potentially useful for better resolving the tails of the distribution function, for cases where only the tail is energised. It is also useful in deltaf calculations because it helps to ensure good sampling of phase space even if markers are scattered strongly in energy. -Two-temperature loading is turned on according to whether the species name ends with _2t: to be modified.
…eful for deltaf runs, where phase space sampling needs to remain sufficient during simulation.
In GitLab by Keith Bennett (@keithbennett) on 18 Jun 2018, 22:01 changed the description |
In GitLab by Keith Bennett (@keithbennett) on 18 Jun 2018, 22:01 changed target branch from |
In GitLab by Keith Bennett (@keithbennett) on 18 Jun 2018, 22:40 changed target branch from |
In GitLab by Keith Bennett (@keithbennett) on 29 Jun 2018, 09:06 added 226 commits
|
In GitLab by Heather Ratcliffe (@hratcliffe) on 28 Sep 2018, 13:55 I have some additional tiny fixes and I think I've fixed up the thermal boundaries. Shall I push changes here once they're done? |
In GitLab by Keith Bennett (@keithbennett) on 11 Mar 2019, 08:10 UTC changed target branch from |
In GitLab by Keith Bennett (@keithbennett) on 03 Jun 2019, 15:11 changed target branch from |
In GitLab by Ben McMillan (@benmcmillanwarwick) on 26 Apr 2018, 10:58 (GitLab merge request GL#111)
Up to 81d3f1f6, this branch just contains bug fixes, so this is what should be merged.
More recent commits include a two-temperature loading designed to improve resolution of tails of the distribution: useful for deltaf potentially. Not sure this should be merged though... I think Chris' work may have similar functionality.