-
Notifications
You must be signed in to change notification settings - Fork 0
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
Redoing AFN neutral limiters #8
base: master
Are you sure you want to change the base?
Commits on Dec 13, 2023
-
Save individual collision frequencies to state
- This allows other components to pick and choose which ones are used rather than using the total frequency all the time. I am leaving the total frequency in there to be refactored later
Configuration menu - View commit details
-
Copy full SHA for 357ea18 - Browse repository at this point
Copy the full SHA 357ea18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d3f71 - Browse repository at this point
Copy the full SHA 38d3f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6277808 - Browse repository at this point
Copy the full SHA 6277808View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0fd1c27 - Browse repository at this point
Copy the full SHA 0fd1c27View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e19351d - Browse repository at this point
Copy the full SHA e19351dView commit details
Commits on Mar 2, 2024
-
neutral_mixed: Add FV::Div_a_Grad_perp_limit operator
Apply limiter/upwinding to both X and Y advection
Configuration menu - View commit details
-
Copy full SHA for a1d1e79 - Browse repository at this point
Copy the full SHA a1d1e79View commit details
Commits on Mar 6, 2024
-
neutral_mixed: Switch perpendicular limiter to Upwind
Seems to work better for neutral perpendicular diffusion than MC.
Configuration menu - View commit details
-
Copy full SHA for 9c2e871 - Browse repository at this point
Copy the full SHA 9c2e871View commit details
Commits on Mar 27, 2024
-
neutral_mixed: Modify Div_a_Grad_perp_limit operator
Take field (Nn, Pn, NVn) and Dnn separately; only upwind the field, and use cell face average values for Dnn. Also add neutral_conduction switch.
Configuration menu - View commit details
-
Copy full SHA for bcfb164 - Browse repository at this point
Copy the full SHA bcfb164View commit details
Commits on Mar 28, 2024
-
neutral_boundary: Fix typos in fast reflection coefficients
target settings used in SOL and PFR regions, rather than SOL and PFR settings.
Configuration menu - View commit details
-
Copy full SHA for 1ec6be0 - Browse repository at this point
Copy the full SHA 1ec6be0View commit details -
neutral_mixed: Change parallel to Upwind
Seems to help with smoothness of profiles
Configuration menu - View commit details
-
Copy full SHA for fec8232 - Browse repository at this point
Copy the full SHA fec8232View commit details
Commits on Apr 10, 2024
-
neutral_mixed: Use Div_a_Grad_perp_upwind_flows
Same as anomalous_diffusion, obtain flows in X and Y for output when diagnose = true. Note: Only saves perpendicular flux, not parallel flux.
Configuration menu - View commit details
-
Copy full SHA for 48a8db9 - Browse repository at this point
Copy the full SHA 48a8db9View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7eb92e7 - Browse repository at this point
Copy the full SHA 7eb92e7View commit details
Commits on Apr 13, 2024
-
neutral_mixed: improvements/diags for flooring
- added setting for pressure floor. Added temporary debug flags for using floored Nn and Pn in DnnNn and DnnPn calculation (otherwise they could unbalance and lead to density loss - need more testing). There is a secondary floor which kicks in at zero gradient, this is now linked to the primary floor (but 2 orders of magnitude below).
Configuration menu - View commit details
-
Copy full SHA for b9d8fb9 - Browse repository at this point
Copy the full SHA b9d8fb9View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e73bc59 - Browse repository at this point
Copy the full SHA e73bc59View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c243ec3 - Browse repository at this point
Copy the full SHA c243ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2461df - Browse repository at this point
Copy the full SHA e2461dfView commit details -
Take out IZ/REC collisions from collision sums
- The collision sums contain exactly the same collisions as they did in the past, allowing legacy behaviour. Note this means that collision_frequency != sum(collision_frequencies).
Configuration menu - View commit details
-
Copy full SHA for 03bd9f8 - Browse repository at this point
Copy the full SHA 03bd9f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd8c109 - Browse repository at this point
Copy the full SHA fd8c109View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b666507 - Browse repository at this point
Copy the full SHA b666507View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a27e9de - Browse repository at this point
Copy the full SHA a27e9deView commit details -
Add underscore between species in collision names
- Makes it easier to split them up later
Configuration menu - View commit details
-
Copy full SHA for af3b6f9 - Browse repository at this point
Copy the full SHA af3b6f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9622895 - Browse repository at this point
Copy the full SHA 9622895View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f35bc4 - Browse repository at this point
Copy the full SHA 5f35bc4View commit details -
Improve conduction collisionality useability and prints
- Collisionality mode is now a string input to allow different combinations. It will throw an exception if the string is not "legacy" or "braginskii". Still not sure if "legacy" should be called something else or not.
Configuration menu - View commit details
-
Copy full SHA for d2ddd9a - Browse repository at this point
Copy the full SHA d2ddd9aView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30116eb - Browse repository at this point
Copy the full SHA 30116ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b1a9a - Browse repository at this point
Copy the full SHA 64b1a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 539e952 - Browse repository at this point
Copy the full SHA 539e952View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 754294d - Browse repository at this point
Copy the full SHA 754294dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 930eecb - Browse repository at this point
Copy the full SHA 930eecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2925d03 - Browse repository at this point
Copy the full SHA 2925d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for f61366a - Browse repository at this point
Copy the full SHA f61366aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a8af5c - Browse repository at this point
Copy the full SHA 8a8af5cView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4a8963 - Browse repository at this point
Copy the full SHA e4a8963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c1dd9 - Browse repository at this point
Copy the full SHA 76c1dd9View commit details -
Fix neutral_mixed eqns as per Horsten 2017
- Kappa and eta factors - Perpendicular advection and conduction factors - Add viscous heating Comes from the E AFN version on my fork
Configuration menu - View commit details
-
Copy full SHA for ff302e4 - Browse repository at this point
Copy the full SHA ff302e4View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b50e4fa - Browse repository at this point
Copy the full SHA b50e4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for b31b18e - Browse repository at this point
Copy the full SHA b31b18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6837832 - Browse repository at this point
Copy the full SHA 6837832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adb4b6 - Browse repository at this point
Copy the full SHA 8adb4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2b058 - Browse repository at this point
Copy the full SHA 0a2b058View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e652bf7 - Browse repository at this point
Copy the full SHA e652bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 967ef3e - Browse repository at this point
Copy the full SHA 967ef3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14507f2 - Browse repository at this point
Copy the full SHA 14507f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d2079 - Browse repository at this point
Copy the full SHA a7d2079View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b5f2a8 - Browse repository at this point
Copy the full SHA 7b5f2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e674c83 - Browse repository at this point
Copy the full SHA e674c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef910f - Browse repository at this point
Copy the full SHA 0ef910fView commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5819984 - Browse repository at this point
Copy the full SHA 5819984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad24b8 - Browse repository at this point
Copy the full SHA 8ad24b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251d0e6 - Browse repository at this point
Copy the full SHA 251d0e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab8138 - Browse repository at this point
Copy the full SHA 3ab8138View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a100803 - Browse repository at this point
Copy the full SHA a100803View commit details -
Change flux limiter form and separate adv/cond/visc limiters
- Now follows AFN method from SOLPS-ITER
Configuration menu - View commit details
-
Copy full SHA for b14844d - Browse repository at this point
Copy the full SHA b14844dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0527a5f - Browse repository at this point
Copy the full SHA 0527a5fView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f24272 - Browse repository at this point
Copy the full SHA 6f24272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dbe77c - Browse repository at this point
Copy the full SHA 8dbe77cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee46734 - Browse repository at this point
Copy the full SHA ee46734View commit details -
Change energy flow diagnostic factor from 3/2 to 5/2
- Seems to make energy imbalance less imbalanced, but I haven't gone through the maths yet
Configuration menu - View commit details
-
Copy full SHA for b8accfe - Browse repository at this point
Copy the full SHA b8accfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa087b - Browse repository at this point
Copy the full SHA 0aa087bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2027118 - Browse repository at this point
Copy the full SHA 2027118View commit details -
Configuration menu - View commit details
-
Copy full SHA for c095e43 - Browse repository at this point
Copy the full SHA c095e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ede2cb - Browse repository at this point
Copy the full SHA 6ede2cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6948efe - Browse repository at this point
Copy the full SHA 6948efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0271f - Browse repository at this point
Copy the full SHA ee0271fView commit details -
Fix missing conduction flows in term, bring multiplier into bracket t…
…o avoid segfault
Configuration menu - View commit details
-
Copy full SHA for 67e557a - Browse repository at this point
Copy the full SHA 67e557aView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a9bf12 - Browse repository at this point
Copy the full SHA 3a9bf12View commit details -
Implement separate conduction limiter using old form -
kappa_n is limited upstream and passed down. This seemingly has no impact on performance while limiting conduction fluxes downstream has a huge impact.
Configuration menu - View commit details
-
Copy full SHA for b906827 - Browse repository at this point
Copy the full SHA b906827View commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80cecf2 - Browse repository at this point
Copy the full SHA 80cecf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 407a554 - Browse repository at this point
Copy the full SHA 407a554View commit details -
Configuration menu - View commit details
-
Copy full SHA for d018646 - Browse repository at this point
Copy the full SHA d018646View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fb0f43 - Browse repository at this point
Copy the full SHA 6fb0f43View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36460b0 - Browse repository at this point
Copy the full SHA 36460b0View commit details -
Mesh::getBoundaryPar interface changed in BOUT++
Configuration menu - View commit details
-
Copy full SHA for c6fe723 - Browse repository at this point
Copy the full SHA c6fe723View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15c7f23 - Browse repository at this point
Copy the full SHA 15c7f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7407e35 - Browse repository at this point
Copy the full SHA 7407e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ad0dd - Browse repository at this point
Copy the full SHA 68ad0ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e83e00c - Browse repository at this point
Copy the full SHA e83e00cView commit details -
Configuration menu - View commit details
-
Copy full SHA for baf4606 - Browse repository at this point
Copy the full SHA baf4606View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f00e73 - Browse repository at this point
Copy the full SHA 9f00e73View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3229d0 - Browse repository at this point
Copy the full SHA b3229d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb5c45 - Browse repository at this point
Copy the full SHA 5bb5c45View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d90595 - Browse repository at this point
Copy the full SHA 6d90595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fb258 - Browse repository at this point
Copy the full SHA 04fb258View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f7b025 - Browse repository at this point
Copy the full SHA 5f7b025View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51f6610 - Browse repository at this point
Copy the full SHA 51f6610View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa5b75 - Browse repository at this point
Copy the full SHA bfa5b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1e45c4 - Browse repository at this point
Copy the full SHA f1e45c4View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d8ef09 - Browse repository at this point
Copy the full SHA 2d8ef09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ab260 - Browse repository at this point
Copy the full SHA 41ab260View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbc96e7 - Browse repository at this point
Copy the full SHA cbc96e7View commit details