Baseline velocity m s
baseline_velocity_m_s
Baseline pipe velocity
Scores if within ±3% of the reference value.
Calculates source-bound piping network repair metrics from a deterministic SSC-11 task-owned source pack. The template combines baseline and variant hydraulic values, velocity and headloss deltas, bend thrust, support shift margin, negative-case capture, unresolved repair count, 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.
16 inputs
Included directly in every task prompt.
Baseline flow
baseline_flow_l_s
BASE-SSC11-008 baseline flow
Variant flow
variant_flow_l_s
VAR-SSC11-008 repair variant flow
Pipe internal diameter
pipe_internal_diameter_mm
BASE-SSC11-008 pipe internal diameter
Pipe length
pipe_length_m
BASE-SSC11-008 checked pipe length
Darcy friction factor
darcy_friction_factor
BASE-SSC11-008 Darcy friction factor
Baseline valve loss coefficient
baseline_valve_loss_coefficient
BASE-SSC11-008 baseline valve loss coefficient
Variant valve loss coefficient
variant_valve_loss_coefficient
VAR-SSC11-008 variant valve loss coefficient
Measured support shift
measured_support_shift_m
SUP-SSC11-008 measured support shift after repair
Allowed support shift
allowed_support_shift_m
SUP-SSC11-008 allowed support shift
Bend pressure
bend_pressure_kpa
VAR-SSC11-008 bend pressure
Bend angle deg
bend_angle_deg
VAR-SSC11-008 bend angle
Thrust allowable
thrust_allowable_kn
SUP-SSC11-008 thrust allowable
Expected negative cases
expected_negative_cases
VERIFY-SSC11-008 expected negative cases
Localized negative cases
localized_negative_cases
VERIFY-SSC11-008 localized negative cases
Unresolved repair
unresolved_repair_count
MEMO-SSC11-008 unresolved repairs
Maximum variant velocity
maximum_variant_velocity_m_s
MEMO-SSC11-008 maximum allowed variant velocity
12 outputs
baseline_velocity_m_s
Baseline pipe velocity
Scores if within ±3% of the reference value.
variant_velocity_m_s
Repair variant pipe velocity
Scores if within ±3% of the reference value.
velocity_delta_m_s
Variant velocity minus baseline velocity
Scores if within ±3% of the reference value.
baseline_headloss_m
Baseline major and valve headloss
Scores if within ±3% of the reference value.
variant_headloss_m
Variant major and valve headloss
Scores if within ±3% of the reference value.
headloss_delta_m
Variant headloss minus baseline headloss
Scores if within ±3% of the reference value.
bend_thrust_kn
Variant bend thrust
Scores if within ±3% of the reference value.
thrust_utilization
Bend thrust divided by allowable thrust
Scores if within ±3% of the reference value.
support_shift_margin_m
Allowed support shift minus measured support shift
Scores if within ±3% of the reference value.
negative_case_capture_percent
Localized negative cases divided by expected cases
Scores if within ±3% of the reference value.
unresolved_repair_count
Unresolved repair count
Scores if within ±3% of the reference value.
overall_pass_score
Pass score for the task-owned repair, support, and negative-case 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 mechanical piping reviewer checking a task-owned synthetic SSC-11 piping network repair and negative-case portfolio.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Piping network hydraulic review, repair option comparison workflows, pipe thrust support checks, and negative-case verification portfolios shape the workflow context only; they are not extra data sources for this instance.4 5## Scene6 7- Product family: `SSC-11-LH-08`8- Baseline network case: `BASE-SSC11-008`9- Repair variant case: `VAR-SSC11-008`10- Support movement note: `SUP-SSC11-008`11- Negative-case register: `VERIFY-SSC11-008`12- Coordination memo: `MEMO-SSC11-008`13 14## Source Values15 16| Item | Value |17|------|-------|18| Baseline flow | {{ baseline_flow_l_s }} L/s |19| Variant flow | {{ variant_flow_l_s }} L/s |20| Pipe internal diameter | {{ pipe_internal_diameter_mm }} mm |21| Pipe length | {{ pipe_length_m }} m |22| Darcy friction factor | {{ darcy_friction_factor }} |23| Baseline valve loss coefficient | {{ baseline_valve_loss_coefficient }} |24| Variant valve loss coefficient | {{ variant_valve_loss_coefficient }} |25| Measured support shift | {{ measured_support_shift_m }} m |26| Allowed support shift | {{ allowed_support_shift_m }} m |27| Bend pressure | {{ bend_pressure_kpa }} kPa |28| Bend angle | {{ bend_angle_deg }} degrees |29| Thrust allowable | {{ thrust_allowable_kn }} kN |30| Expected negative cases | {{ expected_negative_cases }} |31| Localized negative cases | {{ localized_negative_cases }} |32| Unresolved repair count | {{ unresolved_repair_count }} |33| Maximum variant velocity | {{ maximum_variant_velocity_m_s }} m/s |34 35## Checks36 37- Baseline and variant velocity each equal flow divided by pipe area.38- Baseline and variant headloss each include Darcy major loss and valve minor loss.39- Velocity delta equals variant velocity minus baseline velocity.40- Headloss delta equals variant headloss minus baseline headloss.41- Bend thrust equals `2 x pressure x pipe_area x sin(bend_angle / 2)`.42- Negative-case capture percent equals localized negative cases divided by expected cases times 100.43- Overall pass score is `1.0` only when variant velocity, thrust utilization, support shift, negative-case capture, and unresolved repair checks pass; otherwise it is `0.0`.44 45## Output Format46 47Write 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.48 49Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.50 51Include a fenced JSON block with exactly these numeric keys:52 53```json54{55 "baseline_velocity_m_s": <numeric_value>,56 "variant_velocity_m_s": <numeric_value>,57 "velocity_delta_m_s": <numeric_value>,58 "baseline_headloss_m": <numeric_value>,59 "variant_headloss_m": <numeric_value>,60 "headloss_delta_m": <numeric_value>,61 "bend_thrust_kn": <numeric_value>,62 "thrust_utilization": <numeric_value>,63 "support_shift_margin_m": <numeric_value>,64 "negative_case_capture_percent": <numeric_value>,65 "unresolved_repair_count": <numeric_value>,66 "overall_pass_score": <numeric_value>67}68```69 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_piping_repair_case
Piping network repair and negative-case portfolio case
piping-repair-ssc11-piping-repair-case-preview — hard difficulty, all inputs given.
Piping network repair and negative-case portfolio case. piping-repair. Required outputs: baseline_velocity_m_s, variant_velocity_m_s, velocity_delta_m_s, baseline_headloss_m, variant_headloss_m, headloss_delta_m
Scenario context and visible inputs.
Executable tool: piping-network-repair-negative-case-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"baseline_velocity_m_s": <number>,
"variant_velocity_m_s": <number>,
"velocity_delta_m_s": <number>,
"baseline_headloss_m": <number>,
"variant_headloss_m": <number>,
"headloss_delta_m": <number>,
"bend_thrust_kn": <number>,
"thrust_utilization": <number>,
"support_shift_margin_m": <number>,
"negative_case_capture_percent": <number>,
"unresolved_repair_count": <number>,
"overall_pass_score": <number>
}