modelGroundResponse
Validation ground response function with python as interface with TOUGH
Information
This model demonstrates the calculation of ground response through TOUGH simulator, Buildings.Fluid.Geothermal.Borefields.TOUGH.BaseClasses.GroundResponse.
Note that in this model, the dummy function
def tough_avatar(heatFlux, T_out, nInt)
is used to imitate the ground response calculated by TOUGH simulator. See the dummy
function in
"Path_To_Buildings_Library"/Resources/Python-Sources/GroundResponse.py.
It assumes the response temperature increased by 0.1 °C every time when invoking
the Python interface.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Geothermal.Borefields.TOUGH.BaseClasses.GroundResponse | touRes | Ground response calculated by TOUGH simulator | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant[10] | con | Initial borehole wall temperature | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Sin[10] | sin | Heat flow to ground | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | outTem | Outdoor temperature |
Revisions
-
March 8, 2024, by Jianjun Hu:
First implementation.