Berthing energy kj
berthing_energy_kj
Source-owned vessel berthing energy
Scores if within ±3% of the reference value.
Calculates source-bound marine structural metrics from a deterministic SSC-14 task-owned source pack. The template combines berthing energy, fender demand and reaction, mooring line demand, water-level margin, support load combination, and overall pass scoring.
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.
18 inputs
Included directly in every task prompt.
Vessel displacement
vessel_displacement_t
VESSEL-SSC14-005 vessel displacement
Berthing velocity
berthing_velocity_m_s
VESSEL-SSC14-005 berthing velocity
Berthing coefficient
berthing_coefficient
VESSEL-SSC14-005 berthing coefficient
Fender demand factor
fender_demand_factor
FENDER-SSC14-005 fender energy demand factor
Fender energy capacity
fender_energy_capacity_kj
FENDER-SSC14-005 selected fender energy capacity
Fender stroke
fender_stroke_m
FENDER-SSC14-005 fender stroke at design demand
Wind pressure
wind_pressure_kpa
BERTH-SSC14-005 wind pressure for mooring demand
Vessel projected area
vessel_projected_area_m2
VESSEL-SSC14-005 vessel projected area
Wind drag coefficient
wind_drag_coefficient
VESSEL-SSC14-005 wind drag coefficient
Active mooring line count
active_mooring_line_count
FENDER-SSC14-005 active mooring line count
Mooring line angle
mooring_line_angle_deg
FENDER-SSC14-005 mooring line horizontal angle
Mooring line capacity
mooring_line_capacity_kn
FENDER-SSC14-005 mooring line capacity
Design water level
design_water_level_m
WATER-SSC14-005 design water level
Deck level
deck_level_m
BERTH-SSC14-005 berth deck level
Required freeboard
required_freeboard_m
WATER-SSC14-005 required freeboard
Vertical support load
vertical_support_load_kn
BERTH-SSC14-005 vertical support load
Vertical load factor
vertical_load_factor
BERTH-SSC14-005 vertical load factor
Fender reaction combination factor
fender_reaction_combination_factor
BERTH-SSC14-005 fender reaction combination factor
10 outputs
berthing_energy_kj
Source-owned vessel berthing energy
Scores if within ±3% of the reference value.
fender_energy_demand_kj
Factored fender energy demand
Scores if within ±3% of the reference value.
fender_energy_utilization
Fender energy demand divided by capacity
Scores if within ±3% of the reference value.
fender_reaction_kn
Fender energy demand divided by stroke
Scores if within ±3% of the reference value.
mooring_wind_force_kn
Wind force for mooring demand
Scores if within ±3% of the reference value.
mooring_line_demand_kn
Demand per active mooring line
Scores if within ±3% of the reference value.
mooring_utilization
Mooring line demand divided by line capacity
Scores if within ±3% of the reference value.
water_level_margin_m
Deck level minus design water level and required freeboard
Scores if within ±3% of the reference value.
combined_support_load_kn
Vertical support load plus combined fender reaction component
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when fender, mooring, and water-level checks pass
Scores if within ±3% 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 engineer checking a task-owned synthetic SSC-14 marine fender, mooring, and berthing structure package.2 3Use only the task-owned synthetic source pack values below for numeric grading. Berthing energy, fender, mooring, water-level, and structural support workflows shape the context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-14-LH-05`8- Berth layout: `BERTH-SSC14-005`9- Vessel data: `VESSEL-SSC14-005`10- Fender and mooring schedule: `FENDER-SSC14-005`11- Water-level table: `WATER-SSC14-005`12- Marine structural memo: `MEMO-SSC14-005`13 14## Source Values15 16- Vessel displacement, berthing velocity, and berthing coefficient: {{ vessel_displacement_t }} t, {{ berthing_velocity_m_s }} m/s, {{ berthing_coefficient }}17- Fender demand factor, capacity, and stroke: {{ fender_demand_factor }}, {{ fender_energy_capacity_kj }} kJ, {{ fender_stroke_m }} m18- Wind pressure, projected area, and drag coefficient: {{ wind_pressure_kpa }} kPa, {{ vessel_projected_area_m2 }} m2, {{ wind_drag_coefficient }}19- Active mooring lines, line angle, and line capacity: {{ active_mooring_line_count }}, {{ mooring_line_angle_deg }} deg, {{ mooring_line_capacity_kn }} kN20- Design water level, deck level, and required freeboard: {{ design_water_level_m }} m, {{ deck_level_m }} m, {{ required_freeboard_m }} m21- Vertical support load, vertical load factor, and fender reaction factor: {{ vertical_support_load_kn }} kN, {{ vertical_load_factor }}, {{ fender_reaction_combination_factor }}22 23## Required Calculations24 25- Berthing energy is `0.5 x displacement_t x 1000 x velocity^2 / 1000 x berthing_coefficient`.26- Fender energy demand is berthing energy times fender demand factor.27- Fender reaction is fender energy demand divided by fender stroke.28- Mooring wind force is wind pressure times projected area times drag coefficient.29- Mooring line demand is wind force divided by active line count and `cos(line_angle)`.30- Water-level margin is deck level minus design water level and required freeboard.31- Combined support load is factored vertical support load plus the combined fender reaction component.32- Overall pass score is `1.0` only when fender utilization, mooring utilization, and water-level margin pass.33 34Write a compact marine structural 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 synthetic checks.35 36Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.37 38Include a fenced JSON block with exactly these numeric keys:39 40```json41{42 "berthing_energy_kj": <numeric_value>,43 "fender_energy_demand_kj": <numeric_value>,44 "fender_energy_utilization": <numeric_value>,45 "fender_reaction_kn": <numeric_value>,46 "mooring_wind_force_kn": <numeric_value>,47 "mooring_line_demand_kn": <numeric_value>,48 "mooring_utilization": <numeric_value>,49 "water_level_margin_m": <numeric_value>,50 "combined_support_load_kn": <numeric_value>,51 "overall_pass_score": <numeric_value>52}53```54 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.
ssc14_marine_berthing_case
Berth layout, vessel data, fender/mooring schedule, water-level, and structural detail source pack
marine-berth-ssc14-marine-berthing-case-preview — hard difficulty, all inputs given.
Berth layout, vessel data, fender/mooring schedule, water-level, and structural detail source pack. marine-berth. Required outputs: berthing_energy_kj, fender_energy_demand_kj, fender_energy_utilization, fender_reaction_kn, mooring_wind_force_kn, mooring_line_demand_kn
Scenario context and visible inputs.
Executable tool: marine-fender-mooring-berthing-structure-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"berthing_energy_kj": <number>,
"fender_energy_demand_kj": <number>,
"fender_energy_utilization": <number>,
"fender_reaction_kn": <number>,
"mooring_wind_force_kn": <number>,
"mooring_line_demand_kn": <number>,
"mooring_utilization": <number>,
"water_level_margin_m": <number>,
"combined_support_load_kn": <number>,
"overall_pass_score": <number>
}