WeakFault

The WeakFault material geometry is used to define a weak dipping zone that simulates a fault in the lithosphere.

Initialization

EarthBox.MaterialGeometry.WeakFault.initialize!Function

Initialize weak fault geometry.

Keyword arguments:

  • fault_dip_degrees::Float64:
    • Dip in degrees of the weak zone used to approximate a fault
  • fault_thickness::Float64:
    • Thickness in meters of the weak zone used to approximate a fault
  • x_initial_fault::Float64:
    • Initial x-coordinate in meters of the weak zone used to approximate a fault
  • fault_height::Float64:
    • Height in meters of the weak zone used to approximate a fault
source