Air changes per h
air_changes_per_h
Ventilation airflow divided by enclosure volume
Scores if within ±0.3% of the reference value.
Calculates source-bound enclosure ventilation, attenuation, receiver noise, and thermal margin metrics from a deterministic SSC-12 task-owned source pack.
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.
11 inputs
Included directly in every task prompt.
Enclosure volume
enclosure_volume_m3
ENC-12-PLAN-07 enclosure volume
Ventilation flow
ventilation_flow_m3_h
VENT-12-SCHED-07 ventilation airflow
Minimum air changes per h
minimum_air_changes_per_h
VENT-12-SCHED-07 minimum air changes
Internal equipment level
internal_equipment_level_dba
SPEC-12-EQUIP-07 internal equipment level
Wall transmission loss
wall_transmission_loss_db
TREAT-12-ATTEN-07 wall transmission loss
Louvre insertion loss
louvre_insertion_loss_db
TREAT-12-ATTEN-07 louvre insertion loss
Receiver distance
receiver_distance_m
RCV-12-ENC-07 receiver distance
Background level
background_level_dba
RCV-12-ENC-07 background level
Receiver noise criterion
receiver_noise_criterion_dba
RCV-12-ENC-07 receiver noise criterion
Ventilation heat capacity
ventilation_heat_capacity_kw
VENT-12-SCHED-07 ventilation heat capacity
Equipment heat load
equipment_heat_load_kw
SPEC-12-EQUIP-07 equipment heat load
8 outputs
air_changes_per_h
Ventilation airflow divided by enclosure volume
Scores if within ±0.3% of the reference value.
ventilation_margin_ach
Calculated air changes minus required air changes
Scores if within ±0.3% of the reference value.
receiver_enclosure_noise_dba
Enclosure noise level at receiver
Scores if within ±0.3% of the reference value.
combined_receiver_level_dba
Logarithmic sum of enclosure noise and background
Scores if within ±0.3% of the reference value.
noise_criterion_margin_db
Receiver criterion minus combined receiver level
Scores if within ±0.3% of the reference value.
thermal_capacity_margin_kw
Ventilation heat capacity minus equipment heat load
Scores if within ±0.3% of the reference value.
treatment_insertion_loss_db
Wall plus louvre treatment insertion loss
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when ventilation, noise, and thermal 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 checking a task-owned synthetic SSC-12 equipment enclosure, ventilation, and noise package.2 3Use only the source pack values below for numeric grading. Equipment enclosure, ventilation, attenuator, and receiver noise workflows provide context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-12-LH-07`8- Enclosure plan/section: `ENC-12-PLAN-07`9- Ventilation schedule: `VENT-12-SCHED-07`10- Equipment spectrum: `SPEC-12-EQUIP-07`11- Receiver plan: `RCV-12-ENC-07`12- Attenuation treatment data: `TREAT-12-ATTEN-07`13- Enclosure design memo: `MEMO-12-ENC-07`14 15Compute air changes, ventilation margin, receiver enclosure noise, combined receiver level, criterion margin, thermal capacity margin, treatment insertion loss, and pass score.16 17Write `/workspace/output.md` with a compact memo preserving the object IDs above. Include a source-boundary statement that this is a task-owned synthetic source pack.18 19Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.20 21Include a fenced JSON block with exactly these numeric keys:22 23```json24{25 "air_changes_per_h": <numeric_value>,26 "ventilation_margin_ach": <numeric_value>,27 "receiver_enclosure_noise_dba": <numeric_value>,28 "combined_receiver_level_dba": <numeric_value>,29 "noise_criterion_margin_db": <numeric_value>,30 "thermal_capacity_margin_kw": <numeric_value>,31 "treatment_insertion_loss_db": <numeric_value>,32 "overall_pass_score": <numeric_value>33}34```35 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.
ssc12_enclosure_noise_case
Equipment enclosure ventilation and noise case
ssc12-enclosure-noise-case-preview — hard difficulty, all inputs given.
Equipment enclosure ventilation and noise case. Required outputs: air_changes_per_h, ventilation_margin_ach, receiver_enclosure_noise_dba, combined_receiver_level_dba, noise_criterion_margin_db, thermal_capacity_margin_kw
Scenario context and visible inputs.
Executable tool: equipment-enclosure-ventilation-noise-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"air_changes_per_h": <number>,
"ventilation_margin_ach": <number>,
"receiver_enclosure_noise_dba": <number>,
"combined_receiver_level_dba": <number>,
"noise_criterion_margin_db": <number>,
"thermal_capacity_margin_kw": <number>,
"treatment_insertion_loss_db": <number>,
"overall_pass_score": <number>
}