LICENSE
README.md
pyproject.toml
src/htcie/__init__.py
src/htcie.egg-info/PKG-INFO
src/htcie.egg-info/SOURCES.txt
src/htcie.egg-info/dependency_links.txt
src/htcie.egg-info/entry_points.txt
src/htcie.egg-info/requires.txt
src/htcie.egg-info/top_level.txt
src/htcie/api/dependencies.py
src/htcie/api/main.py
src/htcie/api/schemas.py
src/htcie/api/routers/__init__.py
src/htcie/api/routers/evaluate.py
src/htcie/api/routers/methods.py
src/htcie/cli/main.py
src/htcie/core/applicability.py
src/htcie/core/evaluator.py
src/htcie/core/explain.py
src/htcie/core/loader.py
src/htcie/core/pipeline.py
src/htcie/core/ranking.py
src/htcie/core/registry.py
src/htcie/core/results.py
src/htcie/core/state.py
src/htcie/core/uncertainty.py
src/htcie/data/__init__.py
src/htcie/data/correlations/convection_external/churchill_bernstein_cylinder.yaml
src/htcie/data/correlations/convection_external/hilpert_cylinder.yaml
src/htcie/data/correlations/convection_external/pohlhausen_plate_laminar.yaml
src/htcie/data/correlations/convection_external/turbulent_plate.yaml
src/htcie/data/correlations/convection_external/zukauskas_cylinder.yaml
src/htcie/data/correlations/convection_internal/churchill_ozoe_laminar.yaml
src/htcie/data/correlations/convection_internal/dittus_boelter.yaml
src/htcie/data/correlations/convection_internal/gnielinski.yaml
src/htcie/data/correlations/convection_internal/petukhov.yaml
src/htcie/data/correlations/convection_internal/shah_laminar.yaml
src/htcie/data/correlations/convection_internal/sieder_tate.yaml
src/htcie/data/correlations/tube_banks/grimison_bank.yaml
src/htcie/data/correlations/tube_banks/zukauskas_bank.yaml
src/htcie/domains/_helpers.py
src/htcie/domains/convection_external.py
src/htcie/domains/convection_internal.py
src/htcie/domains/tube_banks.py
src/htcie/gui/__init__.py
src/htcie/gui/main.py
src/htcie/gui/components/__init__.py
src/htcie/gui/components/charts.py
src/htcie/gui/components/results_panel.py
src/htcie/gui/pages/__init__.py
src/htcie/gui/pages/about.py
src/htcie/gui/pages/evaluate.py
src/htcie/gui/pages/methods.py
src/htcie/reports/__init__.py
src/htcie/reports/renderer.py
src/htcie/reports/schema.py
src/htcie/reports/serializers.py
src/htcie/reports/templates/report.html.j2