Extremal#
Run thermal dynamics with extremal dynamics.
Functions
|
Branch from prepared stress state and add parameters. |
|
Calculate properties of avalanches. |
|
Basic interpretation of the ensemble. |
|
Extract the structure factor at snapshots. |
|
Basic of the ensemble. |
|
Run simulation at fixed stress. |
|
Upgrade data to the current version. |
Details
- depinning_creep_2024.Extremal.BranchPreparation(cli_args: list = None, _return_parser: bool = False) None#
Branch from prepared stress state and add parameters.
- Parameters
cli_args – Command line arguments, see
--helpfor details. Default:sys.argv[1:]is used._return_parser – Return parser instead of executing (for documentation).
- Returns
Noneif executed, parser ifreturn_parser.
- depinning_creep_2024.Extremal.EnsembleAvalanches_x0(cli_args: list = None, _return_parser: bool = False, _module: str = 'Extremal')#
Calculate properties of avalanches. - Avalanches are segmented by using an arbitrary “x0”.
- Parameters
cli_args – Command line arguments, see
--helpfor details. Default:sys.argv[1:]is used._return_parser – Return parser instead of executing (for documentation).
_module – Name of the module calling this function.
- Returns
Noneif executed, parser ifreturn_parser.
- depinning_creep_2024.Extremal.EnsembleInfo(cli_args: list = None, _return_parser: bool = False) None#
Basic interpretation of the ensemble.
- Parameters
cli_args – Command line arguments, see
--helpfor details. Default:sys.argv[1:]is used._return_parser – Return parser instead of executing (for documentation).
- Returns
Noneif executed, parser ifreturn_parser.
- depinning_creep_2024.Extremal.EnsembleStructure(cli_args: list = None, _return_parser: bool = False) None#
Extract the structure factor at snapshots. See: https://doi.org/10.1103/PhysRevB.74.140201 https://doi.org/10.1103/PhysRevLett.118.147208
- Parameters
cli_args – Command line arguments, see
--helpfor details. Default:sys.argv[1:]is used._return_parser – Return parser instead of executing (for documentation).
- Returns
Noneif executed, parser ifreturn_parser.
- depinning_creep_2024.Extremal.Plot(cli_args: list = None, _return_parser: bool = False) None#
Basic of the ensemble.
- Parameters
cli_args – Command line arguments, see
--helpfor details. Default:sys.argv[1:]is used._return_parser – Return parser instead of executing (for documentation).
- Returns
Noneif executed, parser ifreturn_parser.
- depinning_creep_2024.Extremal.Run(cli_args: list = None, _return_parser: bool = False) None#
Run simulation at fixed stress.
Run
file["/Thermal/snapshots"].attrs["preparation"]events and take snapshot.Run
file["/Thermal/avalanches/idx"].shape[1]events, and record:Sequence of failing blocks:
time
tflat index of failing block
idx
Snapshot.
Run
file["/Thermal/snapshots"].attrs["interval"]events and take snapshot.Repeat from 1.
- Parameters
cli_args – Command line arguments, see
--helpfor details. Default:sys.argv[1:]is used._return_parser – Return parser instead of executing (for documentation).
- Returns
Noneif executed, parser ifreturn_parser.
- depinning_creep_2024.Extremal.UpgradeData(cli_args: list = None, _return_parser: bool = False) None#
Upgrade data to the current version.
- Parameters
cli_args – Command line arguments, see
--helpfor details. Default:sys.argv[1:]is used._return_parser – Return parser instead of executing (for documentation).
- Returns
Noneif executed, parser ifreturn_parser.