.gitignore
CITATION.cff
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/settings.json
apps/webapp/app.py
apps/webapp/requirements.txt
docs/examples.md
docs/index.md
docs/installation.md
docs/nomenclature.md
docs/api/index.md
docs/cli/index.md
docs/javascripts/mathjax.js
docs/theory/index.md
docs/theory/relations/isentropic.md
docs/theory/relations/normal_shock.md
docs/theory/relations/oblique_shock.md
docs/theory/relations/prandtl_meyer.md
docs/theory/taylor_maccoll/index.md
docs/user-guide/basic-usage.md
docs/user-guide/index.md
docs/vnv/index.md
docs/vnv/validation/index.md
docs/vnv/verification/index.md
src/gasdyn/__init__.py
src/gasdyn.egg-info/PKG-INFO
src/gasdyn.egg-info/SOURCES.txt
src/gasdyn.egg-info/dependency_links.txt
src/gasdyn.egg-info/entry_points.txt
src/gasdyn.egg-info/requires.txt
src/gasdyn.egg-info/scm_file_list.json
src/gasdyn.egg-info/scm_version.json
src/gasdyn.egg-info/top_level.txt
src/gasdyn/cli/__init__.py
src/gasdyn/cli/app.py
src/gasdyn/cli/callbacks.py
src/gasdyn/cli/cmd_isentropic.py
src/gasdyn/cli/cmd_normal_shock.py
src/gasdyn/cli/cmd_oblique.py
src/gasdyn/cli/cmd_prandtl_meyer.py
src/gasdyn/cli/cmd_taylor_maccoll.py
src/gasdyn/core/__init__.py
src/gasdyn/core/units.py
src/gasdyn/relations/__init__.py
src/gasdyn/relations/isentropic.py
src/gasdyn/relations/normal_shock.py
src/gasdyn/relations/oblique_shock.py
src/gasdyn/relations/prandtl_meyer.py
src/gasdyn/taylor_maccoll/__init__.py
src/gasdyn/taylor_maccoll/lookup.py
src/gasdyn/taylor_maccoll/taylor_maccoll.py
tests/test_cli.py
tests/test_error_paths.py
tests/test_isentropic.py
tests/test_normal_shock.py
tests/test_oblique_shock.py
tests/test_prandtl_meyer.py
tests/test_taylor_maccoll.py
tests/test_units.py