You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a tectonic plate with phase and temperature structure to a 3D model setup.
774
+
This function enables the definition of tectonic plates in the xy plane and projects them along the z-axis, providing a flexible approach to model complex plate geometries.
775
+
Parameters
776
+
==========
777
+
- `Phase` - Phase array (consistent with Grid)
778
+
- `Temp` - Temperature array (consistent with Grid)
779
+
- `Grid` - Grid structure (usually obtained with read_LaMEM_inputfile)
780
+
- `xlim` - `x`-coordinate of the polygon points, same ordering as ylim, number of points unlimited
781
+
- `ylim` - `y`-coordinate of the polygon points, same ordering as xlim, number of points unlimited
782
+
- `zlim` - `z`-coordinate range for projecting the polygon (start and stop, two values)
783
+
- `phase` - Specifies the phase of the plate. See `ConstantPhase()`
784
+
- `T` - Specifies the temperature of the plate. See `ConstantTemp()`, `LinearTemp()`, `HalfspaceCoolingTemp()`, `SpreadingRateTemp()`
785
+
- `segments` - Optional. Allows for thermal segmentation within the polygon. Useful for ridge systems or complex thermal structures.
786
+
- `cell` - If true, `Phase` and `Temp` are defined on cell centers
787
+
Example
788
+
========
789
+
Tectonic plate in the xy plane with phase and temperature structure:
0 commit comments