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
Copy file name to clipboardExpand all lines: doc/neper_t.rst
+5-1
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ These options can be used to set the cell morphology.
282
282
283
283
- :data:`<ori_definition>` can be:
284
284
285
-
- :data:`file(<file_name>[,des=<descriptor>])`: discrete orientations to be read from a :ref:`data_file` written using a specific descriptor (see :ref:`rotations_and_orientations`, default :data:`rodrigues`).
285
+
- :data:`file(<file_name>[,des=<descriptor>])`: discrete orientations to be read from a :ref:`data_file` written using a specific descriptor (see :ref:`rotations_and_orientations`, default :data:`rodrigues`).:option:`-ori` :data:`from_morpho` must also be used.
286
286
287
287
- :data:`<id_definition>` can be:
288
288
@@ -491,6 +491,10 @@ Crystal Orientation Options
491
491
492
492
- :data:`parent[:<distribution>]`: orientations inherited from the ones of the parent cells, with an optional continuous distribution about the nominal orientations (see below);
493
493
494
+
- :data:`ks[:<distribution>]`: orientations inherited from the ones of the parent cells using the Kurdjumov-Sachs (KS) orientation relationship (austenite--ferrite transformation), with an optional continuous distribution about the nominal orientations (see below);
495
+
496
+
- :data:`ti_beta2alpha[:<distribution>]`: orientations inherited from the ones of the parent cells using the :math:`\beta\rightarrow\alpha` transformation orientation relationship in titanium, with an optional continuous distribution about the nominal orientations (see below);
497
+
494
498
- :data:`file(<file_name>[,des=<descriptor>])`: discrete orientations to be read from a :ref:`data_file` written using a specific descriptor (see :ref:`rotations_and_orientations`, default :data:`rodrigues`).
495
499
496
500
- :data:`from_morpho`: discrete orientations read from :option:`-morphooptiini`:data:`ori`.
Copy file name to clipboardExpand all lines: doc/neper_v.rst
+14-1
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ When a simulation directory is loaded as input, it is possible to specify the si
124
124
125
125
Specify the simulation step(s), which can be:
126
126
127
-
- :data:`0`: initial state;
127
+
- :data:`0`: the initial state;
128
+
- :data:`final`: the final step;
128
129
- any step number;
129
130
- :data:`all`: all steps;
130
131
- a list of steps combined with :data:`,`; a range of values can also be specified using :data:`-`. An example is :data:`0-10,20` (for steps 0 to 10, and 20).
@@ -424,6 +425,18 @@ The following options enable the definition of the properties (color, size, etc.
424
425
425
426
**Default value**: :data:`palette` for integer values, :data:`viridis` for real values, and :data:`rodrigues` for crystal orientations.
0 commit comments