Utility fault current ka
utility_fault_current_ka
Utility fault current at the switchboard
Scores if within ±3% of the reference value.
Calculates deterministic SSC-05 switchboard safety metrics from a task-owned synthetic source pack. The template combines source fault current, switchboard duty, protection clearing time, incident energy, touch voltage, busbar force, 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.
14 inputs
Included directly in every task prompt.
Utility fault
utility_fault_mva
FAULT-05-STUDY-03 upstream utility fault level
Switchboard voltage
switchboard_voltage_v
SLD-05-SWBD-03 switchboard voltage
Transformer contribution
transformer_contribution_ka
FAULT-05-STUDY-03 transformer fault contribution
Motor contribution
motor_contribution_ka
FAULT-05-STUDY-03 motor contribution
Switchboard fault rating
switchboard_fault_rating_ka
SLD-05-SWBD-03 switchboard short-circuit rating
Arcing current factor
arcing_current_factor
RELAY-05-SET-03 arcing-current factor for the synthetic incident-energy check
Clearing time
clearing_time_s
RELAY-05-SET-03 protection clearing time
Incident energy factor
incident_energy_factor
NOTE-05-SAFETY-03 synthetic incident-energy proportional factor
Working distance
working_distance_m
LAYOUT-05-SWBD-03 working distance
Allowable incident energy
allowable_incident_energy_cal_cm2
NOTE-05-SAFETY-03 allowable incident energy for the package check
Earth grid resistance
earth_grid_resistance_ohm
EARTH-05-SOIL-03 earth-grid resistance
Touch voltage limit
touch_voltage_limit_v
EARTH-05-SOIL-03 touch-voltage limit for the synthetic check
Busbar force factor
busbar_force_factor
LAYOUT-05-SWBD-03 synthetic busbar force factor
Busbar force rating
busbar_force_rating_kn
LAYOUT-05-SWBD-03 busbar bracing rating
10 outputs
utility_fault_current_ka
Utility fault current at the switchboard
Scores if within ±3% of the reference value.
total_fault_current_ka
Total fault current including transformer and motor contributions
Scores if within ±3% of the reference value.
fault_rating_margin_ka
Switchboard fault rating minus total fault current
Scores if within ±3% of the reference value.
incident_energy_cal_cm2
Synthetic incident-energy value
Scores if within ±3% of the reference value.
incident_energy_margin_cal_cm2
Allowable incident energy minus calculated incident energy
Scores if within ±3% of the reference value.
touch_voltage_v
Touch voltage from total fault current and grid resistance
Scores if within ±3% of the reference value.
touch_voltage_margin_v
Touch-voltage limit minus calculated touch voltage
Scores if within ±3% of the reference value.
busbar_force_kn
Synthetic busbar force from total fault current
Scores if within ±3% of the reference value.
busbar_force_margin_kn
Busbar force rating minus calculated force
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when fault, incident-energy, touch-voltage, and busbar margins are non-negative
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 electrical design engineer checking `SSC-05-LH-03`, a task-owned synthetic SSC-05 switchboard fault, arc-flash, and earthing package.2 3Use only the task-owned synthetic source pack values below for numeric grading. ETAP, EasyPower, SKM PowerTools, arc-flash, and earthing workflows shape the context only; this instance does not run those tools or parse a real SLD, relay curve, fault-study export, or earthing model.4 5## Scene6 7- Design case: `CASE-SSC05-SWBD-03`8- Single-line diagram: `SLD-05-SWBD-03`9- Fault study table: `FAULT-05-STUDY-03`10- Relay/protection setting sheet: `RELAY-05-SET-03`11- Soil and earthing record: `EARTH-05-SOIL-03`12- Switchboard layout: `LAYOUT-05-SWBD-03`13- Safety note: `NOTE-05-SAFETY-03`14 15## Source Values16 17| Item | Value |18|------|-------|19| Utility fault level | {{ utility_fault_mva }} MVA |20| Switchboard voltage | {{ switchboard_voltage_v }} V |21| Transformer contribution | {{ transformer_contribution_ka }} kA |22| Motor contribution | {{ motor_contribution_ka }} kA |23| Switchboard fault rating | {{ switchboard_fault_rating_ka }} kA |24| Arcing-current factor | {{ arcing_current_factor }} |25| Clearing time | {{ clearing_time_s }} s |26| Incident-energy factor | {{ incident_energy_factor }} |27| Working distance | {{ working_distance_m }} m |28| Allowable incident energy | {{ allowable_incident_energy_cal_cm2 }} cal/cm2 |29| Earth-grid resistance | {{ earth_grid_resistance_ohm }} ohm |30| Touch-voltage limit | {{ touch_voltage_limit_v }} V |31| Busbar force factor | {{ busbar_force_factor }} |32| Busbar force rating | {{ busbar_force_rating_kn }} kN |33 34Checks:35 36- Utility fault current equals `utility_fault_mva x 1000 / (sqrt(3) x switchboard_voltage_v)`.37- Total fault current adds utility, transformer, and motor contributions.38- Incident energy equals `total_fault_current_ka x arcing_current_factor x clearing_time_s x incident_energy_factor / working_distance_m^2`.39- Touch voltage equals `total_fault_current_ka x 1000 x earth_grid_resistance_ohm`.40- Busbar force equals `busbar_force_factor x total_fault_current_ka^2`.41- Overall pass score is `1.0` only when fault-rating, incident-energy, touch-voltage, and busbar-force margins are non-negative; otherwise it is `0.0`.42 43## Output Format44 45Write 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.46 47Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated ETAP/EasyPower/SKM evidence, generated benchmark readiness, or benchmark readiness.48 49Include a fenced JSON block with exactly these numeric keys:50 51```json52{53 "utility_fault_current_ka": <numeric_value>,54 "total_fault_current_ka": <numeric_value>,55 "fault_rating_margin_ka": <numeric_value>,56 "incident_energy_cal_cm2": <numeric_value>,57 "incident_energy_margin_cal_cm2": <numeric_value>,58 "touch_voltage_v": <numeric_value>,59 "touch_voltage_margin_v": <numeric_value>,60 "busbar_force_kn": <numeric_value>,61 "busbar_force_margin_kn": <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.
ssc05_switchboard_fault_case
Switchboard fault and safety package tied to one SLD, fault study, relay sheet, earthing note, and safety memo
switchboard-fault-arcflash-earthing-ssc05-switchboard-fault-case-preview — hard difficulty, all inputs given.
Switchboard fault and safety package tied to one SLD, fault study, relay sheet, earthing note, and safety memo. switchboard-fault-arcflash-earthing. Required outputs: utility_fault_current_ka, total_fault_current_ka, fault_rating_margin_ka, incident_energy_cal_cm2, incident_energy_margin_cal_cm2, touch_voltage_v
Scenario context and visible inputs.
Executable tool: switchboard-fault-arcflash-earthing-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"utility_fault_current_ka": <number>,
"total_fault_current_ka": <number>,
"fault_rating_margin_ka": <number>,
"incident_energy_cal_cm2": <number>,
"incident_energy_margin_cal_cm2": <number>,
"touch_voltage_v": <number>,
"touch_voltage_margin_v": <number>,
"busbar_force_kn": <number>,
"busbar_force_margin_kn": <number>,
"overall_pass_score": <number>
}