OOF2: The Manual

Name

OOF.Mesh.Equation.Activate — Activate an Equation. The Solver solves the active Equations.

Synopsis

OOF.Mesh.Equation.Activate(mesh,equation)

Details

  • Parent Menu: OOF.Mesh.Equation
  • Callback: function _activateEquation in module ooflib.engine.IO.meshmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    equation
    Type: An Equation object.

Description

Activate the given Equation on the default SubProblem on the given Mesh. Activated Equations are the ones that will be solved. For a solution to be possible, the active Equations must involve Fluxes that are produced by Properties in the Mesh, and those Properties must couple to defined Fields. There must be as many active Equations as there are active Fields

DEPRECATED. Use OOF.Subproblem.Equation.Activate instead.