Results 29 issues of Massimo Cimmino

#136 showed that the optimal `segment_ratios` that minimizes the error on the *g*-function is dependent on the number of segments (and potentially on the bore field configuration). This issue is...

enhancement

An approximation of the integral of the error function, `utilities.erfint()`, was proposed by @tblanke in #237. This issue is to clean up the commits and quantify the impact on accuracy...

enhancement

Github seems to have a built-in feature to propose citations for repositories. See [here](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files). This issue is to explore the feature and implment it if beneficial to the project.

This issue is to implement the moving infinite line source solution (MFLS) for the evaluation of *g*-functions with groundwater flow. The solution is presented in [1]. An inclined moving finite...

feature

This issue concerns the implementation of the infinite line source and cylindrical heat source solutions to correct the short-term response of geothermal bore fields.

feature

The implementation of an `'equivalent'` solver for inclined boreholes poses theoretical challenges that fall outside of issue #50, dedicated to the adaptation and implementation of known solutions. This new issue...

feature

This follows #210. Functions in the `heat_transfer` module have long lists of borehole parameters (e.g. `H`, `D`, `r_b`). With the implementation of the `Borefield` class, this can be simplified to...

enhancement

Many functions in the `heat_transfer` and `gfunction` modules necessitate to generate arrays of borehole parameters (i.e. `H`, `D`, `r_b`, `x`, `y`, `tilt`, `orientation`) from lists of boreholes. This generates multiple...

enhancement

This is a list of planned deprecations for the eventual major release `v3.0`. - [ ] Old g-function API functions from `v1.x`. A deprecation warning was introduced in #160. -...

#36 / #79 showed that the current structure of the `pipes` is not versatile enough to allow the convenient implementation (and most importantly, the usage) of new GHE types (in...

feature
enhancement