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
**Pattern:**[MultipleSelection ascii data|box|box with lithosphere boundary indicators|function|initial composition|spherical constant ]
38
+
**Pattern:**[MultipleSelection ascii data|box|box with lithosphere boundary indicators|function|initial composition|landlab|spherical constant ]
39
39
40
40
**Documentation:** A comma-separated list of boundary composition models that will be used to initialize the composition. These plugins are loaded in the order given, and modify the existing composition field via the operators listed in ’List of model operators’.
41
41
@@ -57,6 +57,8 @@ The format of these functions follows the syntax understood by the muparser libr
57
57
58
58
Because this class simply takes what the initial composition had described, this class can not know certain pieces of information such as the minimal and maximal composition on the boundary. For operations that require this, for example in post-processing, this boundary composition model must therefore be told what the minimal and maximal values on the boundary are. This is done using parameters set in section “Boundary composition model/Initial composition”.
59
59
60
+
‘landlab’: A model in which the composition is chosen constant on the sides of a box which are selected by the parameters Left/Right/Top/Bottom/Front/Back composition
61
+
60
62
‘spherical constant’: A model in which the composition is chosen constant on the inner and outer boundaries of a sphere, spherical shell, chunk or ellipsoidal chunk. Parameters are read from subsection ’Spherical constant’.
61
63
::::
62
64
@@ -73,7 +75,7 @@ Because this class simply takes what the initial composition had described, this
**Pattern:**[Selection ascii data|box|box with lithosphere boundary indicators|function|initial composition|spherical constant|unspecified ]
78
+
**Pattern:**[Selection ascii data|box|box with lithosphere boundary indicators|function|initial composition|landlab|spherical constant|unspecified ]
77
79
78
80
**Documentation:** Select one of the following models:
79
81
@@ -93,6 +95,8 @@ The format of these functions follows the syntax understood by the muparser libr
93
95
94
96
Because this class simply takes what the initial composition had described, this class can not know certain pieces of information such as the minimal and maximal composition on the boundary. For operations that require this, for example in post-processing, this boundary composition model must therefore be told what the minimal and maximal values on the boundary are. This is done using parameters set in section “Boundary composition model/Initial composition”.
95
97
98
+
‘landlab’: A model in which the composition is chosen constant on the sides of a box which are selected by the parameters Left/Right/Top/Bottom/Front/Back composition
99
+
96
100
‘spherical constant’: A model in which the composition is chosen constant on the inner and outer boundaries of a sphere, spherical shell, chunk or ellipsoidal chunk. Parameters are read from subsection ’Spherical constant’.
97
101
98
102
**Warning**: This parameter provides an old and deprecated way of specifying boundary composition models and shouldn’t be used. Please use ’List of model names’ instead.
@@ -319,6 +323,17 @@ If the function you are describing represents a vector-valued function with mult
**Pattern:**[List of <[Double -MAX_DOUBLE...MAX_DOUBLE (inclusive)]> of length 0...4294967295 (inclusive)]
333
+
334
+
**Documentation:** A comma separated list of composition boundary values at the left boundary (at minimal $x$-value). This list must have as many entries as there are compositional fields. Units: none.
0 commit comments