.gitignore
CITATION.cff
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/index.md
docs/installation.md
docs/nomenclature.md
docs/refs.bib
docs/api/boundary_layer.md
docs/api/entropy_swallowing.md
docs/api/index.md
docs/api/shock_shape.md
docs/api/shock_standoff.md
docs/api/transition.md
docs/javascripts/mathjax.js
docs/theory/cf_ch.md
docs/theory/entropy_swallowing.md
docs/theory/index.md
docs/theory/nomenclature.md
docs/theory/shock_shape.md
docs/theory/shock_standoff.md
docs/theory/transition.md
docs/theory/cf_ch/blasius.md
docs/theory/cf_ch/eckert_reference.md
docs/theory/cf_ch/similarity.md
docs/theory/cf_ch/sommer_short.md
docs/theory/cf_ch/spalding_chi_1964.md
docs/theory/cf_ch/turbulent.md
docs/theory/cf_ch/van_driest_ii.md
docs/theory/cf_ch/white_christoph.md
docs/vnv/index.md
docs/vnv/validation/index.md
docs/vnv/validation/billig_1967_shock_shape/billig_shock_shape.png
docs/vnv/validation/billig_1967_shock_shape/index.md
docs/vnv/validation/billig_1967_shock_shape/scripts/generate_figure.py
docs/vnv/validation/rotta_1966_blunt_cone_swallowing/index.md
docs/vnv/validation/rotta_1966_blunt_cone_swallowing/rotta_fig9_vs_flow_theory.png
docs/vnv/validation/rotta_1966_blunt_cone_swallowing/scripts/generate_figure.py
docs/vnv/verification/index.md
src/flow_theory/__init__.py
src/flow_theory/_version.py
src/flow_theory/entropy_swallowing.py
src/flow_theory/shock_shape.py
src/flow_theory/shock_standoff.py
src/flow_theory/transition.py
src/flow_theory.egg-info/PKG-INFO
src/flow_theory.egg-info/SOURCES.txt
src/flow_theory.egg-info/dependency_links.txt
src/flow_theory.egg-info/entry_points.txt
src/flow_theory.egg-info/requires.txt
src/flow_theory.egg-info/scm_file_list.json
src/flow_theory.egg-info/scm_version.json
src/flow_theory.egg-info/top_level.txt
src/flow_theory/cf_ch/__init__.py
src/flow_theory/cf_ch/cf_laminar.py
src/flow_theory/cf_ch/cf_turbulent.py
src/flow_theory/cf_ch/ch.py
src/flow_theory/cf_ch/compute_cf_ch.py
src/flow_theory/cf_ch/validate_cf_ch_inputs.py
src/flow_theory/cf_ch/wall_temperature.py
src/flow_theory/cli/__init__.py
src/flow_theory/cli/app.py
src/flow_theory/cli/callbacks.py
src/flow_theory/cli/cmd_cf_ch.py
src/flow_theory/cli/cmd_init.py
src/flow_theory/cli/cmd_run.py
src/flow_theory/cli/cmd_shock_shape.py
src/flow_theory/cli/cmd_standoff.py
src/flow_theory/cli/cmd_swallowing.py
src/flow_theory/cli/cmd_transition.py
src/flow_theory/config/__init__.py
src/flow_theory/config/config_cf_ch.py
src/flow_theory/config/config_swallowing.py
src/flow_theory/config/point_sweep.py
src/flow_theory/config/read_config.py
src/flow_theory/config/schema.py
src/flow_theory/io/__init__.py
src/flow_theory/io/tecplot_ascii.py
src/flow_theory/io/write_cf_ch.py
src/flow_theory/runners/__init__.py
src/flow_theory/runners/common.py
src/flow_theory/runners/run_cf_ch.py
src/flow_theory/runners/run_swallowing.py
src/flow_theory/templates/__init__.py
src/flow_theory/templates/render_templates.py
src/flow_theory/templates/template_cf_ch.py
src/flow_theory/templates/template_swallowing.py
tests/test_cf_laminar_similarity.py
tests/test_cf_turbulent.py
tests/test_compute_cf_ch.py
tests/test_flow_state_json.py
tests/test_runner_materialize_points.py
tests/test_validate_cf_ch_inputs.py
tests/test_wall_temperature.py
tests/test_write_cf_ch.py