FSAPBeta
Documentation

Read the docs. Run the tutorials. Reproduce the papers.

Three tracks. Search across all of them. The reference section mirrors the solver source one-to-one — every governing equation links to the file that implements it.

← All documentation
Tutorial · T7

Parameter sweeps from the CLI

Objective: sweep a parameter across many runs from the command line — the basis for design-of-experiments work.

Steps

$ fsap sweep my_network.fsap \
    --param valve.K=2,4,6,8 \
    --csv sweep.csv

Each value solves independently and the results stack into one CSV.

Expected result

A table of operating points versus valve K — ready to drop straight into a plot or notebook.

Headless CLI · scriptable, CI-friendly