Preparation_Generate#

Generate IO files, and compute and write initial states. In addition, write common simulation files.

usage: Preparation_Generate [-h] [-n int] [-s int] [--develop] [-v]
                            [--shape int int] [--alpha float]
                            [--interactions {monotonic-shortrange,monotonic-longrange,eshelby}]
                            [--dynamics {default,depinning}] [--all]
                            Path

Positional Arguments#

outdir

Output directory

Named Arguments#

-n, --nsim

#simulations

Default: 1

-s, --start

Start simulation

Default: 0

--develop

Allow uncommitted

Default: False

-v, --version

show program’s version number and exit

--shape

System shape

--alpha

Potential type

Default: 1.5

--interactions

Possible choices: monotonic-shortrange, monotonic-longrange, eshelby

Interaction type

Default: “monotonic-shortrange”

--dynamics

Possible choices: default, depinning

Dynamics

--all

Generate a suggestion of runs

Default: False

See also: depinning_creep_2024.Preparation.Generate()