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



