Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bore field from text file #16

Closed
3 tasks done
MassimoCimmino opened this issue Nov 29, 2017 · 2 comments · Fixed by #17
Closed
3 tasks done

Bore field from text file #16

MassimoCimmino opened this issue Nov 29, 2017 · 2 comments · Fixed by #17
Assignees
Labels

Comments

@MassimoCimmino
Copy link
Owner

MassimoCimmino commented Nov 29, 2017

Add the option to define a bore field from an external text file, having the following structure:

# x   y     H     D     rb
0.    0.    100.  2.5   0.075
5.    0.    100.  2.5   0.075
0.    5.    100.  2.5   0.075
0.    10.   100.  2.5   0.075
0.    20.   100.  2.5   0.075

TODO:

  • Implement function boreholes.field_from_file()
  • Implement example
  • Add documentation
@okolodaniel
Copy link

Hello @MassimoCimmino please is the H variable just the HORIZONTAL borehole length or do I have to factor in the buried depth (vertical U-tube) in the H value as well?

@MassimoCimmino
Copy link
Owner Author

Hi @okolodaniel.

H is the active vertical length of the borehole, which means the borehole transfers heat from a depth z = D to a depth z = D + H.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants