Add advanced Ground boundary conditions to boundarycondition.py #518
Labels
new development
For issues that require new code
wish
New feature or request which is not critical to continued development at this point
Hi @chriswmackey ,
I'm trying to extend the boundary construction library to include the GroundSlab and GroundBasement items and, if I understand correctly, it's implemented in a similar way as this. If you could give me some basic directions, I think it could be helpful to have this set of options in the library of additional boundary conditions.
So far, I am testing one of the BC to find my way around it (GroundSlabPreprocessorAverage). Although I infer I have broken any possible code rule here, I'll share what I'm trying so far.
Add another class to boundarycondition.py, replicating the adiabatic one.
Add another set of boundary condition to _extend_honeybee.py
Test in gh, where it throws the error 1. Solution exception:global name 'GroundSlabPreprocessorAverage' is not defined both in the case where I define the new BC and if try a regular one.
I have to say that I have little knowledge of what I'm doing, and I have mostly copy pasted the adiabatic objects and replaced certain text strings. 😅
Thanks, and happy new year!
Rafael
Originally posted by @rafael-a in #407 (comment)
The text was updated successfully, but these errors were encountered: