Pipe velocity m s
pipe_velocity_m_s
Outlet pipe velocity
Scores if within ±3% of the reference value.
Calculates source-bound stormwater outlet metrics from a deterministic SSC-11 task-owned source pack. The template combines full-pipe Manning friction, flap-gate headloss, minor loss, upstream HGL clearance, pipe crown clearance, outfall support reaction, and an overall synthetic pass score.
with-tool: The model is given an executable Python calculator script.
Standards
One template produces many comparable benchmark tasks while keeping the scoring contract fixed.
01
The reusable contract shown on this page.
02
An archetype and site context are sampled.
03
Inputs may be hidden at harder tiers.
04
The model responds with the declared outputs.
Inputs the model receives, and the outputs it is scored on.
13 inputs
Included directly in every task prompt.
Pipe diameter
pipe_diameter_m
PIPE-SSC11-004 outlet pipe diameter
Design flow
design_flow_m3_s
DRAIN-SSC11-004 design stormwater flow
Pipe length
pipe_length_m
PIPE-SSC11-004 full-pipe outlet length
Manning n
manning_n
PIPE-SSC11-004 Manning roughness
Tailwater level
tailwater_level_m
TAIL-SSC11-004 tailwater level
Flap gate loss coefficient
flap_gate_loss_coefficient
FLAP-SSC11-004 flap-gate loss coefficient
Minor loss coefficient
minor_loss_coefficient
DRAIN-SSC11-004 outlet minor-loss coefficient
Upstream invert
upstream_invert_m
DRAIN-SSC11-004 upstream invert level
Road surface level
road_surface_level_m
DRAIN-SSC11-004 road surface level over the outlet
Pipe support line load
pipe_support_line_load_kn_m
PIPE-SSC11-004 outfall pipe support line load
Support span
support_span_m
PIPE-SSC11-004 support span
Flap gate weight
flap_gate_weight_kn
FLAP-SSC11-004 flap-gate weight
Support allowable
support_allowable_kn
PIPE-SSC11-004 outfall support allowable reaction
10 outputs
pipe_velocity_m_s
Outlet pipe velocity
Scores if within ±3% of the reference value.
friction_loss_m
Full-pipe Manning friction loss
Scores if within ±3% of the reference value.
flap_gate_headloss_m
Flap-gate headloss
Scores if within ±3% of the reference value.
minor_loss_m
Outlet minor loss
Scores if within ±3% of the reference value.
upstream_hgl_m
Upstream hydraulic grade line
Scores if within ±3% of the reference value.
hgl_clearance_to_surface_m
Road-surface clearance above upstream HGL
Scores if within ±3% of the reference value.
pipe_crown_margin_to_surface_m
Road-surface clearance above pipe crown
Scores if within ±3% of the reference value.
outfall_support_reaction_kn
Outfall support reaction including flap-gate weight
Scores if within ±3% of the reference value.
support_utilization
Outfall support reaction divided by allowable reaction
Scores if within ±3% of the reference value.
overall_pass_score
Pass score for the task-owned HGL and support checks
Scores if within ±3% of the reference value.
Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.
For this template, difficulty scales through parameter and scenario ranges rather than hidden information.
The exact instruction and parameter contract used to generate this task, pinned to the published library source.
/workspace
Teal lines show Jinja input conditions, not task visibility policy. A line renders only when that input or tool is visible.
1You are a civil drainage engineer checking a task-owned synthetic SSC-11 stormwater outlet, flap-gate, and HGL package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Manning hydraulic calculations, stormwater HGL review workflows, flap-gate product coordination, and outfall support routes shape the workflow context only; they are not extra data sources for this instance.4 5## Scene6 7- Product family: `SSC-11-LH-04`8- Drainage calculation: `DRAIN-SSC11-004`9- Flap-gate datasheet: `FLAP-SSC11-004`10- Tailwater table: `TAIL-SSC11-004`11- Outlet pipe/support detail: `PIPE-SSC11-004`12- Coordination memo: `MEMO-SSC11-004`13 14## Source Values15 16| Item | Value |17|------|-------|18| Pipe diameter | {{ pipe_diameter_m }} m |19| Design flow | {{ design_flow_m3_s }} m3/s |20| Pipe length | {{ pipe_length_m }} m |21| Manning n | {{ manning_n }} |22| Tailwater level | {{ tailwater_level_m }} m |23| Flap-gate loss coefficient | {{ flap_gate_loss_coefficient }} |24| Minor-loss coefficient | {{ minor_loss_coefficient }} |25| Upstream invert | {{ upstream_invert_m }} m |26| Road surface level | {{ road_surface_level_m }} m |27| Pipe support line load | {{ pipe_support_line_load_kn_m }} kN/m |28| Support span | {{ support_span_m }} m |29| Flap-gate weight | {{ flap_gate_weight_kn }} kN |30| Support allowable | {{ support_allowable_kn }} kN |31 32## Checks33 34- Pipe velocity equals design flow divided by pipe area.35- Manning friction slope uses full-pipe area and hydraulic radius.36- Flap-gate and minor losses equal their loss coefficients times velocity head.37- Upstream HGL equals tailwater plus friction, flap-gate, and minor losses.38- HGL clearance equals road surface level minus upstream HGL.39- Pipe crown clearance equals road surface level minus upstream invert minus pipe diameter.40- Outfall support reaction equals pipe line load times support span plus flap-gate weight.41- Overall pass score is `1.0` only when HGL, pipe crown, and support checks pass; otherwise it is `0.0`.42 43## Output Format44 45Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the object IDs above and state whether the baseline source pack passes the current docs-only checks.46 47Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.48 49Include a fenced JSON block with exactly these numeric keys:50 51```json52{53 "pipe_velocity_m_s": <numeric_value>,54 "friction_loss_m": <numeric_value>,55 "flap_gate_headloss_m": <numeric_value>,56 "minor_loss_m": <numeric_value>,57 "upstream_hgl_m": <numeric_value>,58 "hgl_clearance_to_surface_m": <numeric_value>,59 "pipe_crown_margin_to_surface_m": <numeric_value>,60 "outfall_support_reaction_kn": <numeric_value>,61 "support_utilization": <numeric_value>,62 "overall_pass_score": <numeric_value>63}64```65 Each generated task is drawn from one of these realistic scenario bands.
Site contexts ground each scenario in a real locale the model can use to infer hidden values.
ssc11_stormwater_outlet_case
Stormwater outfall flap-gate and HGL case
stormwater-outlet-ssc11-stormwater-outlet-case-preview — hard difficulty, all inputs given.
Stormwater outfall flap-gate and HGL case. stormwater-outlet. Required outputs: pipe_velocity_m_s, friction_loss_m, flap_gate_headloss_m, minor_loss_m, upstream_hgl_m, hgl_clearance_to_surface_m
Scenario context and visible inputs.
Executable tool: stormwater-outlet-flap-gate-hgl-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"pipe_velocity_m_s": <number>,
"friction_loss_m": <number>,
"flap_gate_headloss_m": <number>,
"minor_loss_m": <number>,
"upstream_hgl_m": <number>,
"hgl_clearance_to_surface_m": <number>,
"pipe_crown_margin_to_surface_m": <number>,
"outfall_support_reaction_kn": <number>,
"support_utilization": <number>,
"overall_pass_score": <number>
}