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 string defining a function of x and y.
vyy- The yy component of the field. Type: A string defining a function of x and y.
vzz- The zz component of the field. Type: A string defining a function of x and y.
vyz- The yz component of the field. Type: A string defining a function of x and y.
vxz- The xz component of the field. Type: A string defining a function of x and y.
vxy- The xy component of the field. Type: A string defining a function of x and y.
Description
ConstSymmetricTensorFieldInit objects are
used as the initializer argument in the OOF.Mesh.Set_Field_Initializer command when
assigning initial values 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.



