OOF2: The Manual
Name
Constant (ConstSymmetricTensorFieldInit) — Initialize a symmetric tensor field with a constant value.
Synopsis
ConstSymmetricTensorFieldInit(vxx, vyy, vzz, vyz, vxz, vxy)
Details
-
Base class:
SymmetricTensorFieldInit -
Parameters:
vxx- The xx component of the field. Type: A real number.
vyy- The yy component of the field. Type: A real number.
vzz- The zz component of the field. Type: A real number.
vyz- The yz component of the field. Type: A real number.
vxz- The xz component of the field. Type: A real number.
vxy- The xy component of the field. Type: A real number.
Description
ConstSymmetricTensorFieldInit objects are
used as the initializer argument in the OOF.Mesh.Set_Field_Initializer command when
assigning initial values to symmetric tensor fields on a Mesh.
The parameters are the components of a symmetric tensor value, which
is assigned to the field at all points in the Mesh.



