Files
gausse/src/gausse/components/data/projectile_materials.json
jze9 13c1d417d6 Add shop links, full dimensions, and fix the flight animation
- Every component now has a `url` (schema + JSON) pointing to the shop it
  was priced from; surfaced in the run detail and the BOM (new "Купить"
  column). Wire/switch/capacitor entries also expose gauge, ratings,
  single-vs-bank values; detail reports coil inner/outer diameter (=tube
  outer), tube inner bore + wall, projectile mass in grams and bore fit.
- Animation was wrong: it stitched flight+discharge segments by sorting on
  time, which tore the trajectory into discontinuities. Rebuilt it
  sequentially -- coast (ballistic) between discharges + exact discharge
  trajectory, global x = coil center + local discharge_x -- so the slug
  moves continuously and coils sit at their real positions. Cleaner
  visuals: labeled coils that glow gold on discharge, blue slug.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-07 15:44:26 +05:00

33 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"name": "Ст3 (конструкционная сталь)",
"density_kg_m3": 7850.0,
"mu_r": 550.0,
"b_sat_tesla": 1.9,
"price_per_kg": 55.0,
"resistivity_ohm_m": 1.6e-07,
"source": "Цена REAL: горячекатаный круг Ст3, ros-met.com/metallurg-moskva.ru, ~49-60₽/кг (одна из позиций ~51.4₽/кг за тонну); плотность/μr/B_sat/resistivity — ОЦЕНКА (справочные значения для конструкционной стали; удельное сопротивление ~1.6e-7 Ом·м)",
"url": "https://ros-met.com/krug-stalnoy-kupit/"
},
{
"name": "Сталь 10 (низкоуглеродистая)",
"density_kg_m3": 7850.0,
"mu_r": 1500.0,
"b_sat_tesla": 2.05,
"price_per_kg": 55.0,
"resistivity_ohm_m": 1.4e-07,
"source": "ОЦЕНКА по всем полям: отдельного розничного объявления на 'Сталь 10' не найдено, цена той же полосы, что и Ст3 (~50-70₽/кг); μr выше из-за чистоты; удельное сопротивление ~1.4e-7 Ом·м — справочная оценка",
"url": "https://ros-met.com/krug-stalnoy-kupit/"
},
{
"name": "Армко-железо (чистое железо)",
"density_kg_m3": 7870.0,
"mu_r": 3500.0,
"b_sat_tesla": 2.15,
"price_per_kg": 160.0,
"resistivity_ohm_m": 1e-07,
"source": "ОЦЕНКА по всем полям: специализированный товар, розничной цены не найдено; цена ~3x от Ст3; μr/B_sat — справочные для отожжённого чистого железа; удельное сопротивление ~1.0e-7 Ом·м (чище -> ниже)",
"url": "https://ros-met.com/krug-stalnoy-kupit/"
}
]