OOF2: The Manual

Name

OOF.Subproblem.Field.Activate — Activate a Field. The solver finds the values of active Fields.

Synopsis

OOF.Subproblem.Field.Activate(subproblem,field)

Details

  • Parent Menu: OOF.Subproblem.Field
  • Callback: function _activateField in module ooflib.engine.IO.subproblemmenu
  • Parameters:

    subproblem
    Type: The path to an existing SubProblem object.
    field
    Type: A Field object.

Description

Activating a Field on a Mesh means that the components of the Field will be found when the Mesh is solved, if the Field appears in any active Equations.

Only Fields that have been defined may be activated. Fields that have been defined but not activated are passive fields: they may still be used in active Equations, but they are treated as constants instead of as variables.