diff --git a/docs/manual/loadflow_configuration.md b/docs/manual/loadflow_configuration.md index 4f25ecadcae16d3f509bdfc1d5748f42bce01435..e0dbd302ef2f3ff587f472bdc86953eb0f305882 100644 --- a/docs/manual/loadflow_configuration.md +++ b/docs/manual/loadflow_configuration.md @@ -87,10 +87,9 @@ For a variable flow rate, an example of such a file is provided in the `input` s [BHE with a daily-variable flow rate profile](../examples/variable_flow_rate/variable_flow_rate.md) > **_NOTE:_** The heat load in the CSV datafile has unit kW and the first four rows in the datafile are considered header lines; -> make sure the column names are defines in row 4. +> make sure the column names are defined in row 4. - -> The simulation internally operates on a uniform time array, which is generated based on the parameters `nyear` and `nled` +> **_NOTE:_** The simulation internally operates on a uniform time array, which is generated based on the parameters `nyear` and `nled` > in the main simulation configuration. Both heat load and flow rate profiles are interpolated or indexed to match this simulation time array. When using a pre-defined heat load or flow rate profile, it is possible to apply a smoothing factor over time, that averages short-term fluctuations. @@ -99,6 +98,9 @@ For an example of using a smoothed heat load, see the example of a [BHE field in In addition, the pre-defined heat load or flow rate can be scaled using the parameter `**_scale`. For the heat load this scaling factor represents the dwelling equivalent (DE) of power. I.e. the heat load is increased by a factor that is equal to the amount of extra dwellings that are supplied. +> **_NOTE:_** To apply a smoothing factor to the pre-defined heat load or flow rate profile, a column named "local_time" is required +> in the input CSV file, that includes the timestamps for the data column. + For a pre-defined heat load profile or a variable heat load following a cosine pattern, the flow rate in the main model configuration (`m_flow`) is automatically scaled such that the ratio of the required pumping power to the generated power (or the COP of the diff --git a/pyproject.toml b/pyproject.toml index aeaba3b2659325920700ed6db110bc11b9f7cdc4..9eb18e2a3e47d93b881786a4e6d05ed157da4fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geoloop" -version = "1.0.5" +version = "1.0.6" description = "This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems" authors = [ { name = "Zanne Korevaar", email = "zanne.korevaar@tno.nl" },