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
The ODF (:data:`odf` or :data:`odfn`) of a tessellation or mesh is computed over orientation space (provided using :option:`-orispace`) from the orientations of the (tessellation) cells or (mesh) elsets. The (optional) parameters are:
598
600
@@ -604,6 +606,15 @@ The ODF (:data:`odf` or :data:`odfn`) of a tessellation or mesh is computed over
604
606
605
607
For a cell, element or elset, :data:`odf` returns the value of the ODF of the tessellation or mesh at the corresponding orientation (and simulation step).
606
608
609
+
The :data:`orifield` and :data:`orifieldn` of a mesh is computed over orientation space (provided using :option:`-orispace`) from the values of the (mesh) elsets. The mandatory parameter is:
610
+
611
+
- :data:`var`: the variable, which must be defined for elsets (i.e., have its files in the simulation directory);
612
+
613
+
and the optional parameters are:
614
+
615
+
- :data:`theta`: the standard deviation of the kernel (in degrees);
616
+
- :data:`weight`: the weight of an elset, which can be a real value or an expression based on the :ref:`mesh_keys` (for elsets) -- by default, the volumes of the elsets are used.
0 commit comments