AQS_Run#

Run simulation for a fixed number of steps.

  • Write global output per step (uframe, sigma, T, S, A).

  • Write snapshot every time a system-spanning event occurs. Added temporary snapshots based on --buffer to be able to restart.

usage: AQS_Run [-h] [--develop] [-v] [-n int] [--buffer asSeconds]
               [--walltime asSeconds] [--save-duration asSeconds]
               Path

Positional Arguments#

file

Input/output file

Named Arguments#

--develop

Allow uncommitted

Default: False

-v, --version

show program’s version number and exit

-n, --nstep

Total #load-steps to run (save storage by using a multiple of 16)

Default: 4992

--buffer

Write interval to write partial (restartable) data

Default: 1800

--walltime

Walltime at which to stop

Default: 9223372036854775807

--save-duration

Duration to reserve for saving data

Default: 0

See also: depinning_creep_2024.AQS.Run()