-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
📌 Scope
Implement a check for wind stiffness compliance based on the slenderness ratio of the building footprint:
🧠 Context
b / a > 1/5
Where:
b = shorter side (width) of the building
a = longer side (length) of the building
This condition ensures that the building has adequate stiffness against wind loads in both directions. Buildings that do not meet this ratio may be considered too slender and could require additional structural considerations.
📎 Requirements
- Define how a and b are identified from input geometry.
- Implement ratio check logic.
- Add a warning or error message if the condition is not met.
- Include unit tests and edge case validation.
🧪 Development & Testing Instructions
No response
🔁 Feedback & Review
No response
📤 Submission Checklist
- Code builds without errors
- All tests pass
- Code follows project structure and style
- Includes documentation if applicable
- PR description links this issue (e.g. "Closes
🧭 Priority
Low
🧱 Difficulty
Easy
⏱️ Estimated Time
2hs
🔗 Related Issues / Docs
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels