Rocket Analysis

Screen rocket sizing, trajectory performance, and launch angle.

AS-RA-06

Available calculations.

  • rocket_3dof_trajectory
  • estimate_rocket_sizing
  • optimize_launch_angle

Runner example.

The installed skill teaches your agent when to activate this module and how to call the local runner.

estimate_rocket_sizingAS-RA-06
{
  "ok": true,
  "operation": "estimate_rocket_sizing",
  "result": {
    "propellant_type": "solid",
    "specific_impulse_s": 220,
    "required_delta_v_ms": 781.44,
    "payload_mass_kg": 2,
    "dry_mass_kg": 3.4,
    "propellant_mass_kg": 2.36,
    "total_mass_kg": 7.76,
    "estimated_length_m": 2.57,
    "estimated_diameter_m": 0.32
  },
  "units": {
    "required_delta_v_ms": "m/s",
    "total_mass_kg": "kg"
  },
  "assumptions": [
    "Single-stage ideal rocket equation with empirical structural fraction"
  ],
  "warnings": [
    "Concept screening only; excludes structural, thermal, stability, and regulatory design"
  ],
  "provenance": [
    "Tsiolkovsky ideal rocket equation"
  ]
}

Install all ten skill modules.

Read the operating guide