![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Go to the source code of this file.
Namespaces | |
| namespace | check_health |
Functions | |
| int | check_health.frame_index (Path p) |
| list[tuple[np.ndarray, int]] | check_health.spatial_clusters (np.ndarray X, np.ndarray|None D=None, float link=CLUSTER_LINK, float dam_cut=0.75) |
| check_health.load_frames (Path out) | |
| int | check_health.main () |
Variables | |
| float | check_health.EARLY_DAMAGE_CAP = 0.98 |
| float | check_health.EARLY_MEAN_DAMAGE_CAP = 0.25 |
| float | check_health.MAX_FINAL_MEAN_DAMAGE = 0.50 |
| int | check_health.MIN_DAMAGE_RISE_FRAMES = 1 |
| float | check_health.MAX_COM_RADIUS = 0.012 |
| float | check_health.MAX_COM_DRIFT = 0.012 |
| float | check_health.TETHER_DIST = 1.5e-4 |
| float | check_health.TETHER_COM_LIFT = 5.0e-4 |
| float | check_health.TETHER_DAMAGE = 0.9 |
| float | check_health.CLUSTER_LINK = 1.9e-4 |
| float | check_health.MIN_CLUSTER_FRAC = 0.15 |
| float | check_health.MIN_CLUSTER_SEP = 6.0e-4 |
| float | check_health.MESH_SIZE = 1.0e-4 |