-
Notifications
You must be signed in to change notification settings - Fork 24
Create add function for Borefield Class #325
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
Conversation
|
Thanks. This was also on my to-do list. We might want to implement also Following this, we could explore adding methods to the borefield class such as |
|
Hi @MassimoCimmino , The code I wrote for Since every borehole has an (x,y) coordinate, I think we just can create a addition that returns a |
|
Thanks @wouterpeere. Your implementation of I fixed it by implementing both Could you doublecheck the implementation before I merge? |
|
@MassimoCimmino , everything looks good to me! (I tried if the rand was really needed, since I'm not that familiar with it, but everything is fine!) |
|
In summary, when executing |
Hi @MassimoCimmino ,
I thought it would be useful to have a function to add different borefields together.
Best,
Wouter