MobileWall

The MobileWall geometry is composed of a rigid wall and a rigid basal plate extending from the wall. This geometry is used for extensional and contractional sandbox experiments.

Initialization

EarthBox.MaterialGeometry.MobileWall.initialize!Function

Initialize mobile wall geometry.

Keyword arguments:

  • x_left_mobile_wall::Union{Float64, Nothing}:
    • X-location in meters of left-edge of mobile wall used in sandbox extension and shortening models
  • x_right_mobile_wall::Union{Float64, Nothing}:
    • X-location in meters of right-edge of mobile wall used in sandbox extension and shortening models
  • y_top_mobile_wall::Union{Float64, Nothing}:
    • Y-location in meters of top-edge of mobile wall used in sandbox extension and shortening models
  • y_bottom_mobile_wall::Union{Float64, Nothing}:
    • Y-location in meters of bottom-edge of mobile wall used in sandbox extension and shortening models
  • plate_extension_width::Union{Float64, Nothing}:
    • Width in meters of plate extension used in sandbox extension models
  • plate_extension_thickness::Union{Float64, Nothing}:
    • Thickness in meters of plate extension used in sandbox extension models
source