Archived MATLAB post-processing scripts for interfacial-flow simulation output (Landau-Darrieus instability, jet atomization, rotary spreading). Not under active development — treat as reference material, not a live codebase to extend.
.
├── Jet-atomization/ # 3D interface extraction + post-processing
├── Landau-CrudeImporting/ # early Landau-Darrieus import/plotting scripts
├── LandauBox-optimization/ # 2D interface extraction for box-optimization study
├── LandauFinal/ # mature Landau-Darrieus post-processing (per-case scripts, makeSense/ fitting helpers)
├── MakeVideoAfterSimulation/ # frame extraction + video assembly helpers
└── Rotary/ # rotary spreading/meniscus post-processing
Scripts are plain MATLAB .m files, run directly from MATLAB pointed at a simulation output directory. Some folders include CoupleMatlab*.sh for driving MATLAB non-interactively (e.g. on a cluster).
- This is archived, one-off research code — folders are not meant to share a common interface or coding style.
- Prefer minimal, surgical edits. Do not refactor across folders or introduce shared abstractions; each folder was written for a specific simulation case.
- If reviving a script for new use, verify input data paths/format assumptions first — none of this is unit tested.