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

TypeNameDefaultDescription
Buildings.Fluid.Geothermal.Borefields.TOUGH.BaseClasses.GroundResponsetouResGround response calculated by TOUGH simulator
Buildings.Controls.OBC.CDL.Reals.Sources.Constant[10]conInitial borehole wall temperature
Buildings.Controls.OBC.CDL.Reals.Sources.Sin[10]sinHeat flow to ground
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantoutTemOutdoor temperature

Revisions

  • March 8, 2024, by Jianjun Hu:
    First implementation.