Live status of all repositories in the Integrity Code Series. Auto-refreshed monthly by a GitHub Actions cron job; can also be triggered manually.
Last refresh: 2026-08-01 10:43 UTC
| # | Repo | Domain | Lang | CI | Latest release | Stars | Last push |
|---|---|---|---|---|---|---|---|
| Week 3 | integrity-code-series-week3-f1-lap-simulation |
F1 lap simulation (six coupled ODEs) | Python | v.0.0.1 | 2 | 5d | |
| Week 6 | integrity-code-series-week6-smartphone-galvanic |
Smartphone galvanic corrosion (Laplace + BV) | Python | v1.0.1 | 1 | 12d | |
| Week 7 | integrity-code-series-week7-h2-lferw |
LF-ERW H2 conversion (B31.12 + NACE TM0316) | Python | v1.0.1 | 0 | 11d | |
| Week 8 | integrity-code-series-week8-creep-fatigue-heater |
Creep-fatigue 9Cr-1Mo (Norton/Omega + Coffin-Manson) | Python | v1.0.1 | 0 | 5d | |
| Week 9 | integrity-code-series-week9-cui |
CUI thermohygro-electrochemical (3 PDEs, Strang) | Python | v1.1.1 | 1 | 30d | |
| Week 10 | integrity-code-series-week10-nnph-scc |
NNpHSCC full-physics (Chen-Sutherby-Xing + BS 7910) | Python | v1.0.1 | 1 | 30d | |
| Week 11 | integrity-code-series-week11-erosion-corrosion-multiphase |
Erosion-corrosion multiphase (NORSOK M-506 + DNV + G119 + API 579) | Python | v1.0.0 | 0 | 30d | |
| Bonus | Vibration-Accelerated-Corrosion-Coupled-Mechano-Electrochemical-Simulation |
Vibration-accelerated corrosion (SDOF + BV + Archard) | Python | v0.1.1 | 1 | 11d | |
| Bonus | synthetic-integrity-digital-twin-piml |
Physics-informed neural-network surrogate | Python | v1.0.1 | 1 | 12d | |
| Bonus | integrity-data-foundation |
Engineering data validation baseline | Python | v0.1.0 | 1 | 72d |
The Integrity Code Series is a set of physics-first integrity simulators by Felipe Rocha. Each entry is a self-contained Python package with:
- governing PDEs/ODEs documented in code with
[SOURCE: Author Year]tags - analytical benchmarks against textbook constants
- a Monte Carlo or sensitivity layer over the deterministic model
- a
run_all.pyentry point that reproduces every figure
python scripts/refresh.pyOr trigger the workflow:
gh workflow run refresh.yml -R felipearocha/integrity-code-series-dashboardMIT - Felipe Rocha