.gitignore
CITATION.cff
LICENSE
README.md
mkdocs.yml
pyproject.toml
stort_trajectory_reynolds_number_comparison.py
.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_dens_comparison.png
docs/assets/atmosphere_temp_comparison.png
docs/assets/cira86_latitude_grid.png
docs/assets/re1_hifire1.png
docs/assets/re1_stort.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/atmosphere_density_plotter.py
scripts/generate_atmosphere_plots.py
scripts/generate_latitude_grid.py
scripts/stort_trajectory_reynolds_number_comparison.py
scripts/temp_graph_atmosphere_models.py
scripts/test_trajectory_1_calculation.py
src/flow_state/__init__.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/examples/aedc_t9.toml
src/flow_state/examples/bam6qt.toml
src/flow_state/examples/sandia.toml
src/flow_state/examples/stort.toml
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/gas/registry.py
src/flow_state/io/__init__.py
src/flow_state/io/examples.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/scm_file_list.json
src/flow_state_calculator.egg-info/scm_version.json
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