.DS_Store
.all-contributorsrc
.gitignore
CITATION.cff
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/extensions.json
.vscode/settings.json
apps/webapp/app.py
apps/webapp/requirements.txt
apps/webapp/.streamlit/config.toml
docs/examples.md
docs/index.md
docs/installation.md
docs/nomenclature.md
docs/refs.bib
docs/api/architecture.md
docs/api/atmosphere.md
docs/api/core.md
docs/api/index.md
docs/api/solvers.md
docs/api/transport.md
docs/assets/architecture.svg
docs/assets/atmosphere_comparison.png
docs/assets/cira86_latitude_grid.png
docs/configs/aedc_t9.toml
docs/configs/bam6qt.toml
docs/configs/hifire1.toml
docs/configs/stort_cira.toml
docs/javascripts/mathjax.js
docs/theory/atmosphere-comparison.md
docs/theory/atmosphere-models.md
docs/theory/definitions.md
docs/theory/gas-models.md
docs/theory/gas-properties.md
docs/theory/index.md
docs/theory/isentropic.md
docs/theory/transport.md
docs/user-guide/basic-usage.md
docs/user-guide/cli.md
docs/user-guide/config-files.md
docs/user-guide/index.md
docs/user-guide/output.md
examples/bam6qt_conditions.py
examples/flight_conditions_cira86.py
examples/flight_conditions_ussa76.py
examples/flow_config_cira86.toml
examples/mach8_re1_conditions.py
scripts/generate_atmosphere_plots.py
scripts/generate_latitude_grid.py
src/.DS_Store
src/flow_state/__init__.py
src/flow_state/_version.py
src/flow_state/cli.py
src/flow_state/core.py
src/flow_state/isentropic.py
src/flow_state/solvers.py
src/flow_state/turbulence.py
src/flow_state/units.py
src/flow_state/atmosphere/__init__.py
src/flow_state/atmosphere/cira86.py
src/flow_state/atmosphere/core.py
src/flow_state/atmosphere/registry.py
src/flow_state/atmosphere/ussa76.py
src/flow_state/gas/__init__.py
src/flow_state/gas/equilibrium.py
src/flow_state/gas/park.py
src/flow_state/gas/perfect.py
src/flow_state/io/__init__.py
src/flow_state/io/legacy_dat.py
src/flow_state/io/print_summary.py
src/flow_state/io/read_config.py
src/flow_state/io/write_data.py
src/flow_state/math_utils/__init__.py
src/flow_state/math_utils/bisection.py
src/flow_state/transport/__init__.py
src/flow_state/transport/core.py
src/flow_state/transport/keyes.py
src/flow_state/transport/power_law.py
src/flow_state/transport/registry.py
src/flow_state/transport/sutherland.py
src/flow_state_calculator.egg-info/PKG-INFO
src/flow_state_calculator.egg-info/SOURCES.txt
src/flow_state_calculator.egg-info/dependency_links.txt
src/flow_state_calculator.egg-info/entry_points.txt
src/flow_state_calculator.egg-info/requires.txt
src/flow_state_calculator.egg-info/top_level.txt
tests/__init__.py
tests/test_atmosphere.py
tests/test_builders.py
tests/test_equilibrium.py
tests/test_gas.py
tests/test_io.py
tests/test_isentropic.py
tests/test_park.py
tests/test_solvers.py
tests/test_transport.py
tests/test_turbulence.py
tests/test_units.py