.gitignore
.readthedocs.yaml
CONTRIBUTING.md
CONTRIBUTING_DOCS.md
LICENSE
MANIFEST.in
MIGRATION_GUIDE.md
README.md
REUSE.toml
code_of_conduct.md
pyproject.toml
sonar-project.properties
uv.lock
.github/workflows/build-project.yml
.github/workflows/cd-pypi.yml
.github/workflows/cd-test-pypi.yml
.github/workflows/reuse.yml
.github/workflows/sonarcloud-analysis.yml
.github/workflows/sonarcloud-build.yml
.reuse/templates/copyright_header.jinja2
LICENSES/MPL-2.0.txt
src/thermohl/__init__.py
src/thermohl/_version.py
src/thermohl/default_uncertainties.yaml
src/thermohl/distributions.py
src/thermohl/rain.py
src/thermohl/sun.py
src/thermohl/thermodynamics.py
src/thermohl/uncertainties.py
src/thermohl/utils.py
src/thermohl.egg-info/PKG-INFO
src/thermohl.egg-info/SOURCES.txt
src/thermohl.egg-info/dependency_links.txt
src/thermohl.egg-info/requires.txt
src/thermohl.egg-info/top_level.txt
src/thermohl/power/__init__.py
src/thermohl/power/convective_cooling.py
src/thermohl/power/power_term.py
src/thermohl/power/radiative_cooling.py
src/thermohl/power/solar_heating.py
src/thermohl/power/cigre/__init__.py
src/thermohl/power/cigre/air.py
src/thermohl/power/cigre/convective_cooling.py
src/thermohl/power/cigre/joule_heating.py
src/thermohl/power/cigre/radiative_cooling.py
src/thermohl/power/cigre/solar_heating.py
src/thermohl/power/ieee/__init__.py
src/thermohl/power/ieee/air.py
src/thermohl/power/ieee/convective_cooling.py
src/thermohl/power/ieee/joule_heating.py
src/thermohl/power/ieee/radiative_cooling.py
src/thermohl/power/ieee/solar_heating.py
src/thermohl/power/olla/__init__.py
src/thermohl/power/olla/air.py
src/thermohl/power/olla/convective_cooling.py
src/thermohl/power/olla/joule_heating.py
src/thermohl/power/olla/radiative_cooling.py
src/thermohl/power/olla/solar_heating.py
src/thermohl/power/rte/__init__.py
src/thermohl/power/rte/air.py
src/thermohl/power/rte/convective_cooling.py
src/thermohl/power/rte/joule_heating.py
src/thermohl/power/rte/radiative_cooling.py
src/thermohl/power/rte/solar_heating.py
src/thermohl/solver/__init__.py
src/thermohl/solver/entities.py
src/thermohl/solver/parameters.py
src/thermohl/solver/slv1t.py
src/thermohl/solver/slv3t.py
src/thermohl/solver/slv3t_legacy.py
src/thermohl/solver/solver.py
test/test_ieee.py
test/test_shape.py
test/test_solver1t.py
test/test_solver3t.py
test/functional_test/__init__.py
test/functional_test/cable_catalog.csv
test/functional_test/scenarios_steady.csv
test/functional_test/scenarios_transient.csv
test/functional_test/test_functional_steady.py
test/functional_test/test_functional_transient.py
test/unit/test_sun.py
test/unit/test_utils.py
test/unit/power/test_convective_cooling.py
test/unit/power/test_power_term.py
test/unit/power/test_radiative_cooling.py
test/unit/power/test_solar_heating.py
test/unit/power/cigre/test_power_cigre_air.py
test/unit/power/cigre/test_power_cigre_convective_cooling.py
test/unit/power/cigre/test_power_cigre_joule_heating.py
test/unit/power/cigre/test_power_cigre_solar_heating.py
test/unit/power/ieee/test_power_ieee_air.py
test/unit/power/ieee/test_power_ieee_joule_heating.py
test/unit/power/ieee/test_power_ieee_radiative_cooling.py
test/unit/power/ieee/test_power_ieee_solar_heating.py
test/unit/power/olla/test_power_olla_air.py
test/unit/power/rte/test_power_rte_air.py
test/unit/power/rte/test_power_rte_convective_cooling.py
test/unit/power/rte/test_power_rte_joule_heating.py
test/unit/power/rte/test_power_rte_solar_heating.py
test/unit/solver/test_base.py
test/unit/solver/test_slv1t.py
test/unit/solver/test_slv3t.py
test/unit/solver/test_solver3t_legacy.py
thermohl-docs/mkdocs.yml
thermohl-docs/requirements.txt
thermohl-docs/docs/getting-started.md
thermohl-docs/docs/index.md
thermohl-docs/docs/refs.bib
thermohl-docs/docs/user-guide.md
thermohl-docs/docs/api-reference/parameters.md
thermohl-docs/docs/assets/images/cigre_balance.png
thermohl-docs/docs/assets/images/logos/phlowers_32x32.ico
thermohl-docs/docs/assets/images/logos/phlowers_64x64.ico
thermohl-docs/docs/assets/images/logos/phlowers_logotxt.png
thermohl-docs/docs/assets/images/logos/thermohl_logo.png
thermohl-docs/docs/docstring/Models/convective_cooling.md
thermohl-docs/docs/docstring/Models/power_term.md
thermohl-docs/docs/docstring/Models/radiative_cooling.md
thermohl-docs/docs/docstring/Models/solar_heating.md
thermohl-docs/docs/docstring/Models/CIGRE/air.md
thermohl-docs/docs/docstring/Models/CIGRE/convective_cooling.md
thermohl-docs/docs/docstring/Models/CIGRE/joule_heating.md
thermohl-docs/docs/docstring/Models/CIGRE/radiative_cooling.md
thermohl-docs/docs/docstring/Models/CIGRE/solar_heating.md
thermohl-docs/docs/docstring/Models/IEEE/air.md
thermohl-docs/docs/docstring/Models/IEEE/convective_cooling.md
thermohl-docs/docs/docstring/Models/IEEE/joule_heating.md
thermohl-docs/docs/docstring/Models/IEEE/radiative_cooling.md
thermohl-docs/docs/docstring/Models/IEEE/solar_heating.md
thermohl-docs/docs/docstring/Models/OLLA/air.md
thermohl-docs/docs/docstring/Models/OLLA/convective_cooling.md
thermohl-docs/docs/docstring/Models/OLLA/joule_heating.md
thermohl-docs/docs/docstring/Models/OLLA/radiative_cooling.md
thermohl-docs/docs/docstring/Models/OLLA/solar_heating.md
thermohl-docs/docs/docstring/Models/RTE/air.md
thermohl-docs/docs/docstring/Models/RTE/convective_cooling.md
thermohl-docs/docs/docstring/Models/RTE/joule_heating.md
thermohl-docs/docs/docstring/Models/RTE/radiative_cooling.md
thermohl-docs/docs/docstring/Models/RTE/solar_heating.md
thermohl-docs/docs/docstring/Solvers/solver.md
thermohl-docs/docs/docstring/Solvers/Solver1T/solver_1_temperature.md
thermohl-docs/docs/docstring/Solvers/Solver3T/solver_3_temperature.md
thermohl-docs/docs/docstring/Solvers/Solver3TL/solver_3_temperature_rte.md
thermohl-docs/docs/examples/ex_all_params.ipynb
thermohl-docs/docs/examples/ex_steady_1t.ipynb
thermohl-docs/docs/examples/ex_steady_3t.ipynb
thermohl-docs/docs/examples/ex_transient_3t.ipynb
thermohl-docs/docs/js/math.js