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

Add dry air warm bubble test case #1779

Merged
merged 36 commits into from
Jan 12, 2024
Merged

Add dry air warm bubble test case #1779

merged 36 commits into from
Jan 12, 2024

Commits on Dec 18, 2023

  1. add LMARS flux in 2D

    benegee committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ed0e8dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f0d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66db843 View commit details
    Browse the repository at this point in the history
  4. get formatting right

    benegee committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c8b5360 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. remove +=

    benegee committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    786ccd9 View commit details
    Browse the repository at this point in the history
  2. add DOI

    benegee committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    62512dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8043aaf View commit details
    Browse the repository at this point in the history
  4. reduce run time of test case

    benegee committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b6e527b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Revert "reduce run time of test case"

    This reverts commit b6e527b.
    benegee committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7cfe952 View commit details
    Browse the repository at this point in the history
  2. change output folder

    benegee committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    03db8f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78f22c3 View commit details
    Browse the repository at this point in the history
  4. add lmars consistency checks

    benegee committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    700dd30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e25f2dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1151789 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d91e0f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b38d57e View commit details
    Browse the repository at this point in the history
  9. fix unit test

    benegee committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e373c08 View commit details
    Browse the repository at this point in the history
  10. fix format

    benegee committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    285f09b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc5b8f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    0b4f400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63d66ce View commit details
    Browse the repository at this point in the history
  3. fix format

    benegee committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    82d1d76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17e11a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update src/equations/compressible_euler_2d.jl

    Co-authored-by: Andrew Winters <[email protected]>
    benegee and andrewwinters5000 authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0c97c9f View commit details
    Browse the repository at this point in the history
  2. Update src/equations/compressible_euler_2d.jl

    Co-authored-by: Andrew Winters <[email protected]>
    benegee and andrewwinters5000 authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    fc4da19 View commit details
    Browse the repository at this point in the history
  3. Update src/equations/compressible_euler_3d.jl

    Co-authored-by: Andrew Winters <[email protected]>
    benegee and andrewwinters5000 authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8b8f1e2 View commit details
    Browse the repository at this point in the history
  4. Update src/equations/compressible_euler_3d.jl

    Co-authored-by: Andrew Winters <[email protected]>
    benegee and andrewwinters5000 authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    854eefd View commit details
    Browse the repository at this point in the history
  5. correct test result

    benegee committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2d55dc9 View commit details
    Browse the repository at this point in the history
  6. use callable struct to hold parameters

    Thanks sloede!
    benegee committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    54d7de0 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'add-warm-bubble-test-case' of github.com:trixi-framewor…

    …k/Trixi.jl into add-warm-bubble-test-case
    benegee committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    53c5d2b View commit details
    Browse the repository at this point in the history
  8. Update examples/structured_2d_dgsem/elixir_euler_warm_bubble.jl

    Co-authored-by: Hendrik Ranocha <[email protected]>
    benegee and ranocha authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    843173b View commit details
    Browse the repository at this point in the history
  9. Update examples/tree_2d_dgsem/elixir_euler_warm_bubble.jl

    Co-authored-by: Hendrik Ranocha <[email protected]>
    benegee and ranocha authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    623dae3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. year of Wicker paper, comment on tspan

    [no ci]
    benegee committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bed6975 View commit details
    Browse the repository at this point in the history
  2. add comment on speed of sound

    benegee committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    cc43a50 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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