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 polygon with phase & temperature structure to a 3D model setup in the xy plane. This function extends the capabilities of `add_polygon!` by allowing the creation of polygons in the xy plane and projecting them along the z-axis, making it particularly useful for creating tectonic plates with varying geometries.
760
+
Adds a tectonic plate with phase and temperature structure to a 3D model setup.
761
+
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.
761
762
762
763
Parameters
763
764
==========
@@ -767,15 +768,15 @@ Parameters
767
768
- `xlim` - `x`-coordinate of the polygon points, same ordering as ylim, number of points unlimited
768
769
- `ylim` - `y`-coordinate of the polygon points, same ordering as xlim, number of points unlimited
769
770
- `zlim` - `z`-coordinate range for projecting the polygon (start and stop, two values)
770
-
- `phase` - Specifies the phase of the polygon. See `ConstantPhase()`
771
-
- `T` - Specifies the temperature of the polygon. See `ConstantTemp()`, `LinearTemp()`, `HalfspaceCoolingTemp()`, `SpreadingRateTemp()`
771
+
- `phase` - Specifies the phase of the plate. See `ConstantPhase()`
772
+
- `T` - Specifies the temperature of the plate. See `ConstantTemp()`, `LinearTemp()`, `HalfspaceCoolingTemp()`, `SpreadingRateTemp()`
772
773
- `segments` - Optional. Allows for thermal segmentation within the polygon. Useful for ridge systems or complex thermal structures.
773
774
- `cell` - If true, `Phase` and `Temp` are defined on cell centers
774
775
775
776
Example
776
777
========
777
778
778
-
Polygon in the xy plane with constant phase and temperature:
779
+
Tectonic plate in the xy plane with phase and temperature structure:
0 commit comments