Skip to content

Commit 47fb8a9

Browse files
authored
remove gresho from lm_atm + add docstring for bubble (#280)
it is not clear where the gresho initial conditions for low Mach stratified flow came from.
1 parent 1520ff0 commit 47fb8a9

File tree

4 files changed

+6
-123
lines changed

4 files changed

+6
-123
lines changed

pyro/lm_atm/problems/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__all__ = ['bubble', 'gresho']
1+
__all__ = ['bubble']

pyro/lm_atm/problems/bubble.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""Initialize a buoyant bubble in a hydrostatic atmosphere. This is
2+
meant to be used to compare with the compressible solver bubble
3+
problem.
4+
"""
5+
16
import numpy
27

38
from pyro.util import msg

pyro/lm_atm/problems/gresho.py

Lines changed: 0 additions & 89 deletions
This file was deleted.

pyro/lm_atm/problems/inputs.gresho

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)