Support service reaction kn
support_service_reaction_kn
Dynamic service support reaction per support
Scores if within ±3% of the reference value.
Calculates source-bound equipment support metrics from a deterministic SSC-06 task-owned source pack. The template combines support reaction, foundation bearing pressure, vibration transmissibility, fatigue damage screening, support capacity margin, 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.
17 inputs
Included directly in every task prompt.
Equipment mass
equipment_mass_kg
MASS-06-SCHED-04 equipment operating mass
Dynamic allowance factor
dynamic_allowance_factor
LOAD-06-COMB-04 dynamic allowance factor
Support count
support_count
FOUNDATION-06-BASE-04 active support count
Reaction load factor
reaction_load_factor
LOAD-06-COMB-04 reaction load factor
Foundation self weight
foundation_self_weight_kn
FOUNDATION-06-BASE-04 foundation self-weight
Foundation length
foundation_length_m
FOUNDATION-06-BASE-04 foundation length
Foundation width
foundation_width_m
FOUNDATION-06-BASE-04 foundation width
Allowable bearing
allowable_bearing_kpa
FOUNDATION-06-BASE-04 allowable bearing pressure
Operating frequency
operating_frequency_hz
ISO-06-VIB-04 operating frequency
Support natural frequency
support_natural_frequency_hz
ISO-06-VIB-04 support natural frequency
Damping ratio
damping_ratio
ISO-06-VIB-04 damping ratio
Cycles per day
cycles_per_day
ISO-06-VIB-04 duty cycles per day
Design life
design_life_days
ISO-06-VIB-04 design life
Stress range
stress_range_mpa
LOAD-06-COMB-04 fatigue stress range
Fatigue constant
fatigue_constant
LOAD-06-COMB-04 fatigue constant
Fatigue exponent
fatigue_exponent
LOAD-06-COMB-04 fatigue exponent
Support factored capacity
support_factored_capacity_kn
FOUNDATION-06-BASE-04 support factored capacity
10 outputs
support_service_reaction_kn
Dynamic service support reaction per support
Scores if within ±3% of the reference value.
factored_support_reaction_kn
Factored support reaction per support
Scores if within ±3% of the reference value.
bearing_pressure_kpa
Foundation bearing pressure
Scores if within ±3% of the reference value.
bearing_utilization
Bearing pressure divided by allowable bearing
Scores if within ±3% of the reference value.
frequency_ratio
Operating frequency divided by support natural frequency
Scores if within ±3% of the reference value.
vibration_transmissibility
Damped vibration transmissibility
Scores if within ±3% of the reference value.
transmitted_dynamic_force_kn
Support service reaction times vibration transmissibility
Scores if within ±3% of the reference value.
fatigue_damage_ratio
Miner-style fatigue damage ratio
Scores if within ±3% of the reference value.
load_combination_margin_kn
Support capacity minus factored reaction
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when bearing, fatigue, and support capacity 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 a structural equipment engineer checking a task-owned synthetic SSC-06 equipment support, foundation, and vibration package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Equipment layout, support, isolator, fatigue, and load-combination 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-04`8- Equipment layout: `LAYOUT-06-SKID-04`9- Mass and support schedule: `MASS-06-SCHED-04`10- Foundation sketch: `FOUNDATION-06-BASE-04`11- Vibration isolator data: `ISO-06-VIB-04`12- Load-case table: `LOAD-06-COMB-04`13- Installation memo: `MEMO-06-INSTALL-04`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Equipment mass | {{ equipment_mass_kg }} kg |20| Dynamic allowance factor | {{ dynamic_allowance_factor }} |21| Support count | {{ support_count }} |22| Reaction load factor | {{ reaction_load_factor }} |23| Foundation self-weight | {{ foundation_self_weight_kn }} kN |24| Foundation length | {{ foundation_length_m }} m |25| Foundation width | {{ foundation_width_m }} m |26| Allowable bearing pressure | {{ allowable_bearing_kpa }} kPa |27| Operating frequency | {{ operating_frequency_hz }} Hz |28| Support natural frequency | {{ support_natural_frequency_hz }} Hz |29| Damping ratio | {{ damping_ratio }} |30| Cycles per day | {{ cycles_per_day }} |31| Design life | {{ design_life_days }} days |32| Stress range | {{ stress_range_mpa }} MPa |33| Fatigue constant | {{ fatigue_constant }} |34| Fatigue exponent | {{ fatigue_exponent }} |35| Support factored capacity | {{ support_factored_capacity_kn }} kN |36 37## Calculation Rules38 39- Equipment weight equals `equipment_mass_kg x 9.81 / 1000`.40- Support service reaction equals equipment weight times dynamic allowance divided by support count.41- Factored support reaction equals support service reaction times reaction load factor.42- Bearing pressure equals `(equipment weight + foundation self-weight) / (foundation length x foundation width)`.43- Bearing utilization equals bearing pressure divided by allowable bearing pressure.44- Frequency ratio equals operating frequency divided by support natural frequency.45- Vibration transmissibility uses the damped single-degree expression with frequency ratio and damping ratio.46- Transmitted dynamic force equals support service reaction times vibration transmissibility.47- Fatigue damage ratio equals `cycles_per_day x design_life_days x stress_range_mpa^fatigue_exponent / fatigue_constant`.48- Load-combination margin equals support factored capacity minus factored support reaction.49- Overall pass score is `1.0` only when bearing, fatigue, and support-capacity checks pass.50 51## Output Format52 53Write 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.54 55Do 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.56 57Include a fenced JSON block with exactly these numeric keys:58 59```json60{61 "support_service_reaction_kn": <numeric_value>,62 "factored_support_reaction_kn": <numeric_value>,63 "bearing_pressure_kpa": <numeric_value>,64 "bearing_utilization": <numeric_value>,65 "frequency_ratio": <numeric_value>,66 "vibration_transmissibility": <numeric_value>,67 "transmitted_dynamic_force_kn": <numeric_value>,68 "fatigue_damage_ratio": <numeric_value>,69 "load_combination_margin_kn": <numeric_value>,70 "overall_pass_score": <numeric_value>71}72```73 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_support_vibration_case
Equipment support, foundation, vibration, and load-combination source pack
equipment-support-vibration-ssc06-equipment-support-vibration-case-preview — hard difficulty, all inputs given.
Equipment support, foundation, vibration, and load-combination source pack. equipment-support-vibration. Required outputs: support_service_reaction_kn, factored_support_reaction_kn, bearing_pressure_kpa, bearing_utilization, frequency_ratio, vibration_transmissibility
Scenario context and visible inputs.
Executable tool: equipment-support-foundation-vibration-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"support_service_reaction_kn": <number>,
"factored_support_reaction_kn": <number>,
"bearing_pressure_kpa": <number>,
"bearing_utilization": <number>,
"frequency_ratio": <number>,
"vibration_transmissibility": <number>,
"transmitted_dynamic_force_kn": <number>,
"fatigue_damage_ratio": <number>,
"load_combination_margin_kn": <number>,
"overall_pass_score": <number>
}