Skip to content

Add wind stiffness formula check: b/a > 1/5 (building width-to-length ratio) #5

@marco-V-99

Description

@marco-V-99

📌 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions