Showcase

This page ties figures you may see in the repository or publications to runnable entry points. Build and run instructions: quickstart.md, applications.md, examples_catalog.md.

Tungsten solidification (3D)

Tungsten PFC simulation (MovingBC, multi-panel view)

Representative large-scale solidification and defect structure (from project materials; parameters may differ from your run).

Typical app

apps/tungsten — JSON/TOML configs under apps/tungsten/inputs_json/

Concepts

3D PFC, boundary conditions, MPI + spectral FFT stack

Further reading

app_pipeline.md, io_results.md, root README.md (science overview)

Scalability (strong / weak scaling)

Scaling study (step time vs resources)

Illustrative scaling results; your hardware and problem size will differ.

Context

HPC campaigns on large grids (e.g. LUMI); see performance_profiling.md, lumi_slurm/README.md

Typical app

Same apps/tungsten family with performance-oriented inputs (e.g. tungsten_performance.json — large domain; use for scaling studies, not first debug)

Cahn–Hilliard–style dynamics (examples/)

Cahn–Hilliard example animation

Runnable

examples/12_cahn_hilliard (see examples_catalog.md)

VTK / ParaView

Walkthrough: tutorials/vtk_paraview_workflow.md

Concepts

Spectral model + Simulator workflow

Quick 2D PNG snapshots (Allen–Cahn)

The Allen–Cahn demo can write grayscale PNG snapshots (optional final, or initial + final). No JSON App — CLI arguments only.

Runnable

apps/allen_cahn — e.g. mpirun -n 4 ./apps/allen_cahn/allen_cahn 128 128 500 initial.png final.png

Concepts

2D explicit interface, FD + halos; PNG via io_results.md

End-to-step commands and expected files: tutorials/end_to_end_visualization.md.

See also