MarkerBoundaryFriction

Initialize

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

Initialize marker boundary friction parameters.

Arguments

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

Keyword Arguments

  • boundary_friction_width::Union{Float64, Nothing}=nothing:
    • Width of boundary friction zone
  • boundary_friction_angle::Union{Float64, Nothing}=nothing:
    • Friction angle of boundary friction zone
  • boundary_cohesion::Union{Float64, Nothing}=nothing:
    • Cohesion of boundary friction zone

Returns

  • Nothing
source