Skip to content

Commit

Permalink
remove gresho from lm_atm + add docstring for bubble (#280)
Browse files Browse the repository at this point in the history
it is not clear where the gresho initial conditions for low
Mach stratified flow came from.
  • Loading branch information
zingale authored Sep 15, 2024
1 parent 1520ff0 commit 47fb8a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 123 deletions.
2 changes: 1 addition & 1 deletion pyro/lm_atm/problems/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__all__ = ['bubble', 'gresho']
__all__ = ['bubble']
5 changes: 5 additions & 0 deletions pyro/lm_atm/problems/bubble.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""Initialize a buoyant bubble in a hydrostatic atmosphere. This is
meant to be used to compare with the compressible solver bubble
problem.
"""

import numpy

from pyro.util import msg
Expand Down
89 changes: 0 additions & 89 deletions pyro/lm_atm/problems/gresho.py

This file was deleted.

33 changes: 0 additions & 33 deletions pyro/lm_atm/problems/inputs.gresho

This file was deleted.

0 comments on commit 47fb8a9

Please sign in to comment.