-
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
Enhance Visualize Pipe (draw borehole) #47
Comments
Hello @j-c-cook. Did you check the I would agree that the Any reason why you considered a method within the |
I did not notice In My one complaint is that your line thickness on the u-tubes is too thick. To me the purpose of visualizing this top view is a double check that your borehole design makes sense. If the lines detract from that task, then they are too thick. I set the other variables to 1 (0 breaks the code) in the following
|
I cannot find an example for the visualization. It seems there is none. Should we work on I agree, the line thickness is too large for the purpose of validating the geometry. Would 0.75 pt (down from 1.5 pt) be better (mc-075.pdf) ? I see a few features in #48 that is probably useful in your activities, mainly the |
Another point: Looks to me like there are good things about both methods. The placement makes more sense inside of A line width of 0.75 point looks to be about default, maybe it should be even less. Yeah #48 has some useful ideas, but your approach of returning fig could be potentially be useful for unforeseen reasons. Although the downsides being:
Here's a list of improvements neither of our functions include:
Edit: I should have time to get around to combining these ideas into |
In parallel, we could run a check at the initialization of the pipe object to validate the geometry, which is not done at the moment. I can work on a class method
I should be able to quickly implement this in the next few days while you work on the visualization. |
Yes! Great, thank you. |
The |
I think it might be nice to have the borehole thermal resistance calculated and printed out in that |
The borehole object does not have an instance for drawing a borehole. Visually representing a borehole upon creation will provide a quick and easy check to make sure the borehole physically possible.
The text was updated successfully, but these errors were encountered: