diabayes.forward_models.slip_rate#
- diabayes.forward_models.slip_rate(v: Float, variables: Variables, params: RSFParams, constants: RSFConstants) Float [source]#
Evolve slip from slip rate
\[\frac{\mathrm{d} x}{\mathrm{d} t} = v\]- Parameters:
v (Float) – Instantaneous fault slip rate [m/s]
variables (Variables) – The friction coefficient
mu
and state parametertheta
(not used)params (RSFParams) – The rate-and-state parameters (not used)
constants (RSFConstants) – The constant parameters
mu0
andv0
(not used)
- Returns:
v – The rate of change of slip [m/s]
- Return type:
Float