OOF2: The Manual

Name

OOF.Mesh.Apply_Field_Initializers — Initialize all Fields.

Synopsis

OOF.Mesh.Apply_Field_Initializers(mesh)

Details

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

    mesh
    Type: The path to an existing Mesh object.

Description

Apply all of the given Mesh's Field initializers at the Mesh's current time. This sets the values of the Fields at all of the Nodes where the Fields are defined, if an initializer has been assigned to the Field.

To set time as well as the Field values, use OOF.Mesh.Apply_Field_Initializers_at_Time instead.

In the GUI, this command is invoked by the Apply button in the Field Initialization pane of the Solver page.