OOF2: The Manual

Name

OOF.Mesh.Apply_Field_Initializers_at_Time — Initialize all Fields and reset the Mesh's time.

Synopsis

OOF.Mesh.Apply_Field_Initializers_at_Time(mesh,time)

Details

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

    mesh
    Type: The path to an existing Mesh object.
    time
    Type: A real number.

Description

Apply all of the given Mesh's Field initializers at the Mesh's current time, and setthe Mesh's time to the given value.. 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 the Field values without changing the time, use OOF.Mesh.Apply_Field_Initializers instead.

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