-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement nominal concrete cover check #350
base: main
Are you sure you want to change the base?
Conversation
Thank you so much for contributing to Blueprints! This is your Pull Request # 7 to this project. Now that you've created your pull request, please don't go away; take a look at the bottom of this page for the automated checks that should already be running. If they pass, great! If not, please click on 'Details' and see if you can fix the problem they've identified. A maintainer should be along shortly to review your pull request and help get it added! |
@SZeltaat I've had a couple of very busy weeks but I'm planning to get to this one sometime next week. Would love to implement this check into the next release. |
@egarciamendez, sounds good! I on the other hand had a couple of boring weeks doing nothing 😉. I have some time for BP next week (on top of our wednesday work session of course). I'll pick up some tasks then. |
@egarciamendez, I was thinking.... I have defined all the year- and country-specific Eurocode constants in a seperate file and imported those in the file where the cover calculation is implemented. This is "very hardcoded". |
Sounds like a good idea. Go for it |
…tps://github.com/Blueprints-org/blueprints into 343-feature-request-nominal-concrete-cover-check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interface is not user-friendly right now. Let's change that.
blueprints/checks/nominal_concrete_cover/constants/constants_nen_en_1992_1_1_c2_2011.py
Outdated
Show resolved
Hide resolved
blueprints/checks/nominal_concrete_cover/constants/constants_nen_en_1992_1_1_c2_2011.py
Outdated
Show resolved
Hide resolved
blueprints/checks/nominal_concrete_cover/constants/constants_nen_en_1992_1_1_c2_2011.py
Outdated
Show resolved
Hide resolved
blueprints/checks/nominal_concrete_cover/nominal_concrete_cover.py
Outdated
Show resolved
Hide resolved
blueprints/codes/eurocode/nen_en_1992_1_1_c2_2011/chapter_4_durability_and_cover/formula_4_1.py
Show resolved
Hide resolved
…tps://github.com/Blueprints-org/blueprints into 343-feature-request-nominal-concrete-cover-check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your review! I've made the changes.
blueprints/codes/eurocode/nen_en_1992_1_1_c2_2011/chapter_4_durability_and_cover/formula_4_1.py
Show resolved
Hide resolved
blueprints/checks/nominal_concrete_cover/nominal_concrete_cover.py
Outdated
Show resolved
Hide resolved
blueprints/checks/nominal_concrete_cover/constants/constants_nen_en_1992_1_1_c2_2011.py
Outdated
Show resolved
Hide resolved
blueprints/checks/nominal_concrete_cover/constants/constants_nen_en_1992_1_1_c2_2011.py
Outdated
Show resolved
Hide resolved
blueprints/checks/nominal_concrete_cover/constants/constants_nen_en_1992_1_1_c2_2011.py
Outdated
Show resolved
Hide resolved
@egarciamendez , The only missing part is an example for the documentation. Could you be able to implement that? Let me know! |
Off course! 👌 |
Description
Progress
Fixes #343
Type of change
Checklist: