Challenge: Rebar Lintel

Status

Draft. Not yet validated as a complete external-developer task.

Goal

Create a HiStruct/FCS component that designs reinforcement bars for a simple reinforced-concrete rectangular cross section, such as a small lintel above a window.

The result may start as a report-only component, but it should include a clear visual explanation of the chosen reinforcement.

Target Audience

Civil engineering students and early external HiStruct developers who understand the structural idea and want to turn it into an executable model.

Expected Output

The component should produce:

Starter Inputs

Use SI units unless explicitly noted.

Parameter Example Notes
b_mm 200 section width
h_mm 300 section height
span_m 1.5 lintel span
cover_mm 30 nominal concrete cover
moment_kNm 12 design bending moment
concreteClass C25/30 simplified material choice
steelGrade B500B simplified reinforcement steel

First Formula Scope

The first public version should be educational and narrow. Suggested scope:

The challenge should clearly state that it is not a production design tool until reviewed and extended.

Target Visual

A simple cross-section is enough:

+------------------+
|                  |
|                  |
|   o          o   |
+------------------+
 b x h, cover, bar diameter, count

Suggested Constraints

Keep the first version intentionally narrow:

Why This Challenge

It is small enough to attempt, but real enough to matter. It connects civil-engineering knowledge, parametric inputs, visual output, and report generation. That makes it a good first public D-Zone challenge.

Future Golem Link

Placeholder:

https://golem.histruct.com/?example=rebar-lintel

Golem should eventually open this challenge with a starter gist and help the developer iterate.