Skip to content
This repository was archived by the owner on Aug 1, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.43 KB

File metadata and controls

25 lines (18 loc) · 1.43 KB

old-scripts-MATLAB-post-processing

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.

Structure

.
├── 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

Running

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).

Guidelines

  • 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.