-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue47 drawborehole #55
Issue47 drawborehole #55
Conversation
…ino/pygfunction into issue47_drawborehole setting upstream to be on cimmino's
…nd 2) visualizing
…he pipe easier to see
…lass, includes custom borehole example, change to line width on pipes
…y has a few boundary conditions available to show its potential), example file showing two methods of use and two boundary conditions computed
@j-c-cook This looks great. I made some adjustments to the example template and added documentation files on https://github.com/MassimoCimmino/pygfunction/tree/issue47_drawBorehole_j-c-cook. I see git tracks changes on 72 files on this pull request while only 3 Python files saw changes. My searches bring me https://stackoverflow.com/questions/1580596/how-do-i-make-git-ignore-file-mode-chmod-changes/1580644#1580644. This should probably be settled before merging into master. |
The stackoverflow answer https://stackoverflow.com/a/1580644/11637415 worked great for how to ignore file mode chmod changes. I was unaware of why that was going on. Its a good thing you requested I revert those changes. Does it now look okay in that regard? I merged your https://github.com/MassimoCimmino/pygfunction/tree/issue47_drawBorehole_j-c-cook additions. I have added a borehole resistance computation, for during design it is nice to know both geometry is proper and idea of borehole resistance. What do you think about the addition of the borehole resistance calculation? Perhaps the file should be named |
…sly removed, but showed up again
…tive and accurate
It looks like the changed files successfully disappeared from the diff. I fully agree with the calculation of the resistance. I am unsure if I will review on last time once you confirm you are done with the changes, then I will update the documentation files (*.rst) and it should be ready to merge! |
Thanks. For now I am done with the I think this issue is completed once you have made the modifications you would like to. |
Changes:
_check_geometry
method d084842