This project provides a calculator to determine the required depth for geothermal heat pumps based on various heat transfer properties. It also includes a cost-benefit analysis to evaluate the economic feasibility of the system over time.
main.py: The main script to run the depth calculation and cost-benefit analysis.heat_transfer.py: Handles thermal property calculations, including thermal conductivity and seasonal variations.cost_benefit.py: Performs the cost analysis and calculates the return on investment.
- Modify the input parameters in the
main.pyscript, including thermal properties and cost-related values. - Run
main.pyto see the depth calculation and cost-benefit analysis results. (you could also inspect the jupyter notebook format for extra information on the underlying mathematical and thermal principles, and plug your numbers in there)
python main.py