MarkerStressLimits

Initialize

EarthBox.Markers.MarkerMaterials.MarkerStressLimits.initialize!Function
initialize!(model::ModelData; kwargs...)::Nothing

Initialize marker stress limits for dislocation creep and plasticity models.

Arguments

  • model::ModelData: The model data container containing the model parameters and arrays.

Keyword Arguments

  • powerlaw_stress_min::Union{Float64, Nothing}=nothing:
    • Minimum stress limit for power law
  • yield_stress_min::Union{Float64, Nothing}=nothing:
    • Minimum stress limit for plastic failure in Pa
  • yield_stress_max::Union{Float64, Nothing}=nothing:
    • Maximum stress limit for plastic failure in Pa

Returns

  • Nothing
source