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
    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.
    cz
    Value to assign to 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 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.