Hi, all. I used the python tool provided in tutorials to build a grid model of BHE and implemented the example it provided. But when I changed the coordinates of the drilling, there was an error.
My bore coordinates are:
[[670,840,50],[605,885,50],
[645,865,50],[683,830,50],
[670,830,50],[620,883,50],
[620,867,50],[612,884,50],
[625,880,50],[615,870,50],
[652,858,50],[640,850,50],
[635,877,50],[678,837,50],
[663,848,50],[679,823,50]]
and set “mesh element size relaxing points”:
[[660,830,50],[680,830,50],[660,850,50],[680,850,50],[672,834,50],
[625,885,50],[651,864,50],[644,858,50],[612,883,50],[609,888,50],
[607,880,50],[616,886,50],[615,879,50],[646,850,50],[657,852,50],
[652,846,50],[671,848,50],[665,836,50],[676,830,50],[683,824,50],
[633,864,50],[620,877,50],[652,851,50],[627,871,50],[625,872,50]]
The approximate position of the final obtained point is as follows:
But the final result cannot display the complete BHE (This is just one of the BHEs):
The correct result should be:
I have tried to change the number and coordinates of “mesh element size relaxing points”, but the results have not changed. Is it because the drill holes are too close together?
I also tried to set only one borehole in the model (my model size is 140 * 120 * 150), but still couldn’t display the complete BHE. However, after shrinking the model to 20 * 20 * 150, I was able to obtain normal results. So I think it’s due to the grid, but how can I modify my coordinates to get the correct result?