This example model illustrates how to configure the layout of the boreholes for a rectangular borefield. The configuration is
cooBor = {{dBorHol*mod((i-1),nXBorHol), dBorHol*floor((i-1)/nXBorHol)} for i in 1:nBorHol}
where dBorHol
is the distance between the boreholes,
nXBorHol
is the number of boreholes in the x-direction, and
nBorHol
is the total number of boreholes.
Name | Description |
---|---|
Medium | Medium model |
nominalValuesDefineDefaultPressureCurve=true
in the mover component to suppress a warning.
This is for
#3819.