Files
gausse/tests/fixtures/data/switches.json
jze9 2046dcba10 Add component database layer and validated physics core
- components/schema.py + database.py: typed loader for real retail parts
  (wire, capacitors, switches, sensors, projectile materials)
- physics/inductance.py: multilayer solenoid inductance (Wheeler) with
  ferromagnetic-slug coupling via smooth overlap model and analytic dL/dx
- physics/force.py: F = 0.5*I^2*dL/dx with a saturation clamp
- physics/circuit.py: coupled [Q,I,x,v] discharge ODE
- Validated against textbook RLC analytical solutions (under/over/critically
  damped) and energy conservation, not just spot-checked by eye
- PLAN.md updated with animation (per-run field visualization) and
  GPU-accelerated batch sweep as explicit later stages

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-06 19:45:32 +05:00

14 lines
256 B
JSON

[
{
"part_number": "test-scr-25a",
"kind": "SCR",
"max_current_a": 25.0,
"max_voltage_v": 600.0,
"on_resistance_ohm": null,
"on_voltage_drop_v": 1.5,
"turn_on_time_ns": 2000.0,
"price": 80.0,
"source": "fixture"
}
]