-
Notifications
You must be signed in to change notification settings - Fork 0
Home
timeout187 edited this page Jul 23, 2026
·
3 revisions
PIBS solves the interior-ballistics problem for closed-breech and recoilless guns: given a caliber, charge, propellant and barrel, it computes the full pressure/velocity trace from ignition to shot exit.
This wiki has two pages:
- Theory — the full theoretical/numerical model: the reduced-variable ODE system, propellant form functions, the Nobel-Abel equation of state, the three pressure-gradient solutions (why breech/average/shot-base pressure differ), the recoilless nozzle extension, and the numerical methods used to solve it all.
- User Guide — zero-to-hundred instructions: install, run either GUI, a full parameter glossary, and two fully worked examples (a conventional gun and a recoilless gun) using real bundled reference designs — nothing invented.
Both pages are also published as a single navigable page at timeout187.github.io/Phoenix-s-Interior-Ballistic-Solver-PIBS, if you'd rather read them formatted with a table of contents and side-by-side worked-example figures.
Yes. Both the desktop app and the web app solve recoilless guns with the same fidelity as conventional guns — see the recoilless worked example on the User Guide page.
- Source (this fork)
- Upstream project
-
docs/THEORY.mdanddocs/USER_GUIDE.mdin the repo are the source of truth these wiki pages are copied from.
- Scope
- Reduced variables
- Charge model
- Equation of state
- Equation of motion
- Pressure gradient
- Aerodynamic drag
- Numerics
- Recoilless guns
- Efficiencies
- Constrained design & structural sizing
- References
- Which interface
- Install
- Run
- Worked: conventional
- Worked: recoilless
- Manual input
- Constrained design
- Tube strength
- Guidance diagram
- Reading output
- Full example run
- Troubleshooting
- Next steps