Flow capacity margin pct
flow_capacity_margin_pct
Datasheet flow capacity margin
Scores if within ±3% of the reference value.
Calculates source-bound equipment datasheet and commissioning review metrics from a deterministic SSC-06 task-owned source pack. The template combines flow/head capacity margins, POR/AOR position, NPSH and motor margins, evidence completeness, open commissioning items, critical review comments, and an overall synthetic pass score.
with-tool: The model is given an executable Python calculator script.
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.
Scheduled flow
scheduled_flow_l_s
EQUIP-06-SCHED-08 scheduled duty flow
Datasheet max flow
datasheet_max_flow_l_s
DATASHEET-06-MFR-08 datasheet maximum flow
Scheduled head
scheduled_head_m
EQUIP-06-SCHED-08 scheduled duty head
Datasheet max head
datasheet_max_head_m
DATASHEET-06-MFR-08 datasheet maximum head
Bep flow
bep_flow_l_s
CURVE-06-EXPORT-08 best-efficiency-point flow
Por lower pct
por_lower_pct
CURVE-06-EXPORT-08 POR lower bound as percent of BEP flow
Por upper pct
por_upper_pct
CURVE-06-EXPORT-08 POR upper bound as percent of BEP flow
Npsh available
npsh_available_m
COMM-06-CHECK-08 NPSH available
Npsh required
npsh_required_m
CURVE-06-EXPORT-08 NPSH required
Shaft power
shaft_power_kw
CURVE-06-EXPORT-08 shaft power
Selected motor
selected_motor_kw
EQUIP-06-SCHED-08 selected motor size
Motor service factor
motor_service_factor
DATASHEET-06-MFR-08 motor service factor
Provided evidence count
provided_evidence_count
REVIEW-06-COMMENTS-08 evidence items provided
Required evidence count
required_evidence_count
REVIEW-06-COMMENTS-08 evidence items required
Open commissioning items
open_commissioning_items
COMM-06-CHECK-08 open commissioning items
Critical review comments open
critical_review_comments_open
REVIEW-06-COMMENTS-08 critical review comments still open
10 outputs
flow_capacity_margin_pct
Datasheet flow capacity margin
Scores if within ±3% of the reference value.
head_capacity_margin_pct
Datasheet head capacity margin
Scores if within ±3% of the reference value.
por_position_pct
Scheduled duty flow as a percent of BEP flow
Scores if within ±3% of the reference value.
por_margin_pct
Nearest POR bound margin
Scores if within ±3% of the reference value.
npsh_margin_m
NPSH available minus NPSH required
Scores if within ±3% of the reference value.
motor_service_margin_kw
Selected motor size minus service-factor-adjusted shaft power
Scores if within ±3% of the reference value.
evidence_completeness_score
Provided evidence count divided by required evidence count
Scores if within ±3% of the reference value.
open_commissioning_items
Open commissioning item count
Scores if within ±3% of the reference value.
critical_review_comments_open
Critical review comments still open
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when capacity, POR, NPSH, motor, evidence, and critical comment checks pass
Scores if within ±0.1% 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 an equipment review engineer checking a task-owned synthetic SSC-06 equipment datasheet and commissioning review package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Datasheet review, POR/AOR screening, commissioning, and review-comment workflows shape the context only; this instance does not run external software or parse a real source pack.4 5## Scene6 7- Product: `SSC-06-LH-08`8- Equipment schedule: `EQUIP-06-SCHED-08`9- Manufacturer datasheet: `DATASHEET-06-MFR-08`10- Curve/table export: `CURVE-06-EXPORT-08`11- Commissioning checklist: `COMM-06-CHECK-08`12- Review comments: `REVIEW-06-COMMENTS-08`13- Review response: `MEMO-06-REVIEW-08`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Scheduled duty flow | {{ scheduled_flow_l_s }} L/s |20| Datasheet max flow | {{ datasheet_max_flow_l_s }} L/s |21| Scheduled duty head | {{ scheduled_head_m }} m |22| Datasheet max head | {{ datasheet_max_head_m }} m |23| BEP flow | {{ bep_flow_l_s }} L/s |24| POR lower bound | {{ por_lower_pct }} % of BEP |25| POR upper bound | {{ por_upper_pct }} % of BEP |26| NPSH available | {{ npsh_available_m }} m |27| NPSH required | {{ npsh_required_m }} m |28| Shaft power | {{ shaft_power_kw }} kW |29| Selected motor size | {{ selected_motor_kw }} kW |30| Motor service factor | {{ motor_service_factor }} |31| Provided evidence count | {{ provided_evidence_count }} |32| Required evidence count | {{ required_evidence_count }} |33| Open commissioning items | {{ open_commissioning_items }} |34| Critical review comments open | {{ critical_review_comments_open }} |35 36## Calculation Rules37 38- Flow capacity margin percent equals `(datasheet max flow - scheduled flow) / scheduled flow x 100`.39- Head capacity margin percent equals `(datasheet max head - scheduled head) / scheduled head x 100`.40- POR position percent equals scheduled flow divided by BEP flow times 100.41- POR margin percent equals the smaller margin to the lower and upper POR bounds.42- NPSH margin equals NPSH available minus NPSH required.43- Motor service margin equals selected motor size minus shaft power times motor service factor.44- Evidence completeness score equals provided evidence count divided by required evidence count.45- Overall pass score is `1.0` only when capacity, POR, NPSH, motor, evidence completeness, and critical-comment checks pass.46 47## Output Format48 49Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the source IDs above and state whether the baseline source pack passes the current docs-only checks.50 51Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated modelling evidence, generated benchmark readiness, or benchmark readiness.52 53Include a fenced JSON block with exactly these numeric keys:54 55```json56{57 "flow_capacity_margin_pct": <numeric_value>,58 "head_capacity_margin_pct": <numeric_value>,59 "por_position_pct": <numeric_value>,60 "por_margin_pct": <numeric_value>,61 "npsh_margin_m": <numeric_value>,62 "motor_service_margin_kw": <numeric_value>,63 "evidence_completeness_score": <numeric_value>,64 "open_commissioning_items": <numeric_value>,65 "critical_review_comments_open": <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.
ssc06_equipment_review_case
Equipment schedule, datasheet, curve export, commissioning checklist, and review response source pack
equipment-review-commissioning-ssc06-equipment-review-case-preview — hard difficulty, all inputs given.
Equipment schedule, datasheet, curve export, commissioning checklist, and review response source pack. equipment-review-commissioning. Required outputs: flow_capacity_margin_pct, head_capacity_margin_pct, por_position_pct, por_margin_pct, npsh_margin_m, motor_service_margin_kw
Scenario context and visible inputs.
Executable tool: equipment-datasheet-commissioning-review-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"flow_capacity_margin_pct": <number>,
"head_capacity_margin_pct": <number>,
"por_position_pct": <number>,
"por_margin_pct": <number>,
"npsh_margin_m": <number>,
"motor_service_margin_kw": <number>,
"evidence_completeness_score": <number>,
"open_commissioning_items": <number>,
"critical_review_comments_open": <number>,
"overall_pass_score": <number>
}