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

Define advecting pulse test problem. #463

Merged
merged 81 commits into from
Jan 6, 2024

Commits on Nov 15, 2023

  1. IMEX PD-ARS

    First attempt. With a22=0 and a32=0, it successfully reduces
    to SSP-RK2 scheme. However, with a22=1 and 0<a32<=0.5 (IMEX PD-ARS), the
    RadShock and Coupling test failed.
    chongchonghe committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4196013 View commit details
    Browse the repository at this point in the history
  2. Fixed bug. Now it seems to be working but failed

    the Asymptotic Marshak test.
    
    - Fixed a problem in implementing IMEX PD-ARS:
      Egas and Fgas should update by 0.4 dt Src instead of dt Src
      in the first stage.
    - Add RadhydroPulse test problem
    chongchonghe committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    26ef234 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a4f19e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31cfaf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    9d73a72 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    513a942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22634eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    721fb61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a4c253 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05ba514 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d250b60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81ad964 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b820101 View commit details
    Browse the repository at this point in the history
  9. Fixed build warnings

    chongchonghe committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e417f11 View commit details
    Browse the repository at this point in the history
  10. Add support for radiation advection from gas

    - Add the O(beta tau) terms to the matter-radiation exchange
    - Add the RadhydroUniformAdvecting test for this new physics
    - Modified boundary condition in RadhydroShock problem
    - Passed all tests
    chongchonghe committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9e64fb0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d08e1a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ecec5bf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a84ab4 View commit details
    Browse the repository at this point in the history
  14. Resolved tidy comments.

    chongchonghe committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    be7139a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    85458dd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge in PD-ARS branch

    chongchonghe committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3b1ab8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad0603 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    18dda74 View commit details
    Browse the repository at this point in the history
  2. Made radhydro_pulse test robust

    Run two simulations, non-advecting and advecting, and compare them
    in one plot.
    chongchonghe committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6840984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff96de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0adc9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e573808 View commit details
    Browse the repository at this point in the history
  6. fix boundary condition

    chongchonghe committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4d5da7f View commit details
    Browse the repository at this point in the history
  7. merge in PD-ARS branch

    chongchonghe committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    382c242 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca5502d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64e5b9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    886aa1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c08bfe5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c53e124 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39a3315 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    308aace View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a59066b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    15d6692 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5ca0268 View commit details
    Browse the repository at this point in the history
  18. bug fix

    chongchonghe committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3d05832 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3cb2ee2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e34d584 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2cc8bd9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3f9f822 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a9476ff View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b09f280 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. tmp commit

    chongchonghe committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    eca7c33 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    a5896c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adfd4d1 View commit details
    Browse the repository at this point in the history
  3. fix conflicts

    chongchonghe committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    0531e2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65de275 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e54bce View commit details
    Browse the repository at this point in the history
  6. Removed advectionFluxes

    chongchonghe committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a89dc96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a6fdff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6323b5a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c60c8c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1186a7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60c7f1f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    d419160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60665e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    12e6286 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    506dfdb View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    fc9192a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    464653d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bdcbc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    f7f6278 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. update RadhydroPulse.in

    chongchonghe committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3e2bbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44edee7 View commit details
    Browse the repository at this point in the history
  3. update RadhydroPulse.in

    chongchonghe committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    173d732 View commit details
    Browse the repository at this point in the history
  4. update RadhydroPulse.in

    chongchonghe committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    194bb74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68584bd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    560c016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4dd1be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cbc9e9 View commit details
    Browse the repository at this point in the history
  4. Update RadhydroPulse.in

    chongchonghe committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4f9e1ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0191b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    966a632 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f3177e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    5830c88 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    341f643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e42fe4a View commit details
    Browse the repository at this point in the history