LIVEdataset aec-bench@releasetasks 552models 18last submission · built
electricalwith-tool

Regional Load Flow Voltage Regulation Package

Calculates deterministic SSC-05 regional load-flow metrics from a task-owned synthetic source pack. The template combines load growth, transformer loading, feeder current, voltage drop, regulator boost, minimum-voltage margin, PFC requirement, feeder loss, and an overall synthetic pass score.

with-tool: The model is given an executable Python calculator script.

How this task is generated

One template produces many comparable benchmark tasks while keeping the scoring contract fixed.

  1. 01

    Template

    The reusable contract shown on this page.

  2. 02

    Scenario

    An archetype and site context are sampled.

  3. 03

    Difficulty tier

    Inputs may be hidden at harder tiers.

  4. 04

    Task prompt

    The model responds with the declared outputs.

Parameters

Inputs the model receives, and the outputs it is scored on.

Inputs

12 inputs

Always given

Included directly in every task prompt.

12
Show 12 inputs
  • Base load

    base_load_kw

    LOAD-05-SCENARIO-07 base regional feeder load

    980 kW
  • Growth fraction

    growth_fraction

    LOAD-05-SCENARIO-07 load-growth fraction

    0.25
  • Transformer

    transformer_kva

    SLD-05-FEEDER-07 transformer rating

    1400 kVA
  • Source power factor

    source_power_factor

    LOAD-05-SCENARIO-07 source power factor before PFC

    0.94
  • Target power factor

    target_power_factor

    CRIT-05-VOLT-07 target power factor

    0.98
  • Feeder voltage

    feeder_voltage_kv

    SLD-05-FEEDER-07 feeder voltage

    4.16 kV
  • Feeder r ohm per km

    feeder_r_ohm_per_km

    CABLE-05-FEEDER-07 feeder resistance

    0.32 ohm/km
  • Feeder x ohm per km

    feeder_x_ohm_per_km

    CABLE-05-FEEDER-07 feeder reactance

    0.14 ohm/km
  • Feeder length

    feeder_length_km

    CABLE-05-FEEDER-07 feeder length

    3.8 km
  • Regulator boost

    regulator_boost_pu

    CRIT-05-VOLT-07 regulator boost applied to the review case

    0.065 pu
  • Minimum voltage

    minimum_voltage_pu

    CRIT-05-VOLT-07 minimum allowed voltage

    0.94 pu
  • Feeder loss percent

    feeder_loss_percent

    COMMENT-05-REVIEW-07 source-owned feeder loss percentage

    2.372326530612245 %

Scored outputs

10 outputs

Peak load

peak_load_kw

Base load plus growth allowance

Scores if within ±3% of the reference value.

Transformer loading

transformer_loading_percent

Transformer loading at peak load

Scores if within ±3% of the reference value.

Transformer margin

transformer_margin_percent

Transformer loading margin to 100 percent

Scores if within ±3% of the reference value.

Feeder current

feeder_current_a

Regional feeder current

Scores if within ±3% of the reference value.

Voltage drop

voltage_drop_percent

Feeder voltage drop before regulator boost

Scores if within ±3% of the reference value.

Regulated voltage pu

regulated_voltage_pu

Receiving-end voltage after regulator boost

Scores if within ±3% of the reference value.

Minimum voltage margin pu

minimum_voltage_margin_pu

Regulated voltage minus minimum-voltage criterion

Scores if within ±0.3% of the reference value.

Required pfc kvar

required_pfc_kvar

PFC kVAr needed to move from source to target power factor

Scores if within ±3% of the reference value.

Feeder loss

feeder_loss_kw

Source-owned feeder loss estimate

Scores if within ±3% of the reference value.

Overall pass score

overall_pass_score

1.0 when transformer and voltage margins are non-negative and PFC is positive

Scores if within ±0.1% of the reference value.

Difficulty

Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.

All inputs remain visible at every tier

For this template, difficulty scales through parameter and scenario ranges rather than hidden information.

easy:
All source-pack values given for the SSC-05 regional load-flow package
medium:
All source-pack values given for the SSC-05 regional load-flow package
hard:
All source-pack values given for the SSC-05 regional load-flow package

Task bundle

The exact instruction and parameter contract used to generate this task, pinned to the published library source.

/workspace

  • instruction.md
  • regional-load-flow-voltage-regulation-package_calc.py

Teal lines show Jinja input conditions, not task visibility policy. A line renders only when that input or tool is visible.

1You are an electrical design engineer checking `SSC-05-LH-07`, a task-owned synthetic SSC-05 regional load-flow and voltage-regulation review package.2 3Use only the task-owned synthetic source pack values below for numeric grading. ETAP, EasyPower, load-flow, voltage-regulation, and PFC workflows shape the context only; this instance does not run those tools or parse a real feeder model, review spreadsheet, or load-flow export.4 5## Scene6 7- Design case: `CASE-SSC05-REGIONAL-07`8- SLD and feeder: `SLD-05-FEEDER-07`9- Load scenario: `LOAD-05-SCENARIO-07`10- Feeder/cable schedule: `CABLE-05-FEEDER-07`11- Voltage criterion: `CRIT-05-VOLT-07`12- Review comment: `COMMENT-05-REVIEW-07`13- Response memo: `MEMO-05-RESPONSE-07`14 15## Source Values16 17| Item | Value |18|------|-------|19| Base load | {{ base_load_kw }} kW |20| Growth fraction | {{ growth_fraction }} |21| Transformer rating | {{ transformer_kva }} kVA |22| Source power factor | {{ source_power_factor }} |23| Target power factor | {{ target_power_factor }} |24| Feeder voltage | {{ feeder_voltage_kv }} kV |25| Feeder resistance | {{ feeder_r_ohm_per_km }} ohm/km |26| Feeder reactance | {{ feeder_x_ohm_per_km }} ohm/km |27| Feeder length | {{ feeder_length_km }} km |28| Regulator boost | {{ regulator_boost_pu }} pu |29| Minimum voltage | {{ minimum_voltage_pu }} pu |30| Feeder loss | {{ feeder_loss_percent }} % |31 32Checks:33 34- Peak load equals base load times one plus the growth fraction.35- Transformer loading equals `peak_load_kw / source_power_factor / transformer_kva x 100`.36- Feeder current equals `peak_load_kw x 1000 / (sqrt(3) x feeder_voltage_kv x 1000 x source_power_factor)`.37- Feeder voltage drop uses the source-owned R, X, power factor, length, and current values.38- Regulated voltage equals `1 - voltage_drop_percent / 100 + regulator_boost_pu`.39- Required PFC equals the peak load times the tangent difference between source and target power-factor angles.40- Overall pass score is `1.0` only when transformer and voltage margins are non-negative and required PFC is positive; otherwise it is `0.0`.41 42## Output Format43 44Write a compact memo to `/workspace/output.md`. Preserve the object IDs above, state the task-owned synthetic source-pack boundary, and explain whether the baseline source pack passes the docs-only checks.45 46Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated ETAP/EasyPower evidence, generated benchmark readiness, or benchmark readiness.47 48Include a fenced JSON block with exactly these numeric keys:49 50```json51{52 "peak_load_kw": <numeric_value>,53 "transformer_loading_percent": <numeric_value>,54 "transformer_margin_percent": <numeric_value>,55 "feeder_current_a": <numeric_value>,56 "voltage_drop_percent": <numeric_value>,57 "regulated_voltage_pu": <numeric_value>,58 "minimum_voltage_margin_pu": <numeric_value>,59 "required_pfc_kvar": <numeric_value>,60 "feeder_loss_kw": <numeric_value>,61 "overall_pass_score": <numeric_value>62}63```64

Scenario archetypes

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.

Ssc05 regional load flow case

ssc05_regional_load_flow_case

Regional load-flow package tied to one SLD, load scenario, feeder schedule, voltage criterion, review comment, and response memo

regional-load-flow-voltage
Parameter ranges
base_load_kw
980
growth_fraction
0.25
transformer_kva
1400
source_power_factor
0.94
target_power_factor
0.98
feeder_voltage_kv
4.16
feeder_r_ohm_per_km
0.32
feeder_x_ohm_per_km
0.14
feeder_length_km
3.8
regulator_boost_pu
0.065
minimum_voltage_pu
0.94
feeder_loss_percent
2.372326530612245

Example task

regional-load-flow-voltage-ssc05-regional-load-flow-case-previewhard difficulty, all inputs given.

Regional load-flow package tied to one SLD, load scenario, feeder schedule, voltage criterion, review comment, and response memo. regional-load-flow-voltage. Required outputs: peak_load_kw, transformer_loading_percent, transformer_margin_percent, feeder_current_a, voltage_drop_percent, regulated_voltage_pu

The model sees

Scenario context and visible inputs.

base_load_kw
980 to 980 kW
growth_fraction
0.25 to 0.25
transformer_kva
1400 to 1400 kVA
source_power_factor
0.94 to 0.94
target_power_factor
0.98 to 0.98
feeder_voltage_kv
4.16 to 4.16 kV
feeder_r_ohm_per_km
0.32 to 0.32 ohm/km
feeder_x_ohm_per_km
0.14 to 0.14 ohm/km
feeder_length_km
3.8 to 3.8 km
regulator_boost_pu
0.065 to 0.065 pu
minimum_voltage_pu
0.94 to 0.94 pu
feeder_loss_percent
2.37233 to 2.37233 %

Executable tool: regional-load-flow-voltage-regulation-package_calc.py

The model must infer

Inputs withheld at this difficulty.

Nothing. All inputs are supplied.

The model must produce

The scored JSON answer schema.

{
  "peak_load_kw": <number>,
  "transformer_loading_percent": <number>,
  "transformer_margin_percent": <number>,
  "feeder_current_a": <number>,
  "voltage_drop_percent": <number>,
  "regulated_voltage_pu": <number>,
  "minimum_voltage_margin_pu": <number>,
  "required_pfc_kvar": <number>,
  "feeder_loss_kw": <number>,
  "overall_pass_score": <number>
}
  • peak_load_kw · scored within ±3%
  • transformer_loading_percent · scored within ±3%
  • transformer_margin_percent · scored within ±3%
  • feeder_current_a · scored within ±3%
  • voltage_drop_percent · scored within ±3%
  • regulated_voltage_pu · scored within ±3%
  • minimum_voltage_margin_pu · scored within ±0.3%
  • required_pfc_kvar · scored within ±3%
  • feeder_loss_kw · scored within ±3%
  • overall_pass_score · scored within ±0.1%