OOF2: The Manual
Name
Constant (ConstTwoVectorFieldInit) — Initialize a two-vector field with a constant value.
Synopsis
ConstTwoVectorFieldInit(cx,cy)
Details
-
Base class:
TwoVectorFieldInit -
Parameters:
cx- Value to assign to the x component of the Field. Type: A real number.
cy- Value to assign to the y component of the Field. Type: A real number.
Description
ConstTwoVectorFieldInit objects are used as
the initializer argument in the OOF.Mesh.Set_Field_Initializer command
when assigning initial values to the in-plane parts of vector
fields on a Mesh. The parameters cx and
cy are the x and
y components of a vector value, which is
assigned to the field at all points in the Mesh.



