Returns an array of the dimensional thermal response factors.
Returns:
dgarray
Array of dimensional thermal response factor increments used
for temporal superposition
(\(g(t_{i+1})/(2 \pi k_s) - g(t_{i})/(2 \pi k_s)\)),
in correspondence with the initialized values of the thermal
response factors in
initialize().
The output size of the array is (nSources, nSources, Nt) if
nSources>1. If nSources=1, then the method returns a 1d array.
Creates a matrix of thermal response factor increments
for later use in temporal superposition.
Parameters:
g_darray
Matrix of dimensional thermal response factors for temporal
superposition (\(g/(2 \pi k_s)\)).
The expected size is (nSources, nSources, Nt), where Nt is the
number of time values at which the thermal response factors are
required. The time values are returned by
get_times_for_simulation().
If nSources=1, g_d can be 1 dimensional.
Returns the borehole wall temperature variations at the current time
step from the temporal superposition of past loads.
Returns:
deltaTarray
Values of borehole wall temperature drops at the current time step
(in degC).
Note
pygfunction assumes positive values for heat
extraction and for borehole wall temperature drops. The
borehole wall temperature are thus given by :
\(T_b = T_g - \Delta T_b\).
Creates a matrix of thermal response factor
for later use in temporal superposition.
Parameters:
g_darray
Matrix of dimensional thermal response factors for temporal
superposition (\(g/(2 \pi k_s)\)).
The expected size is (nSources, nSources, Nt), where Nt is the
number of time values at which the thermal response factors are
required. The time values are returned by
get_times_for_simulation().
If nSources=1, g_d can be 1 dimensional.
Returns the borehole wall temperature variations at the current time
step from the temporal superposition of past loads.
Returns:
deltaTarray
Values of borehole wall temperature drops at the current time step
(in degC).
Note
pygfunction assumes positive values for heat
extraction and for borehole wall temperature drops. The
borehole wall temperature are thus given by :
\(T_b = T_g - \Delta T_b\).
Creates a matrix of thermal response factor
for later use in temporal superposition.
Parameters:
g_darray
Matrix of dimensional thermal response factors for temporal
superposition (\(g/(2 \pi k_s)\)).
The expected size is (nSources, nSources, Nt), where Nt is the
number of time values at which the thermal response factors are
required. The time values are returned by
get_times_for_simulation().
If nSources=1, g_d can be 1 dimensional.
Returns the borehole wall temperature variations at the current time
step from the temporal superposition of past loads.
Returns:
deltaTarray
Values of borehole wall temperature drops at the current time step
(in degC).
Note
pygfunction assumes positive values for heat
extraction and for borehole wall temperature drops. The
borehole wall temperature are thus given by :
\(T_b = T_g - \Delta T_b\).