OOF2: The Manual

Name

OOF.LoadData.Mesh.Set_BC_Initializer — Load a FloatBC initializer.

Synopsis

OOF.LoadData.Mesh.Set_BC_Initializer(mesh, bc, initializer)

Details

  • Parent Menu: OOF.LoadData.Mesh
  • Callback: function setBCInit in module ooflib.engine.IO.boundaryconditionmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    bc
    Name of the boundary condition to initialize Type: A character string.
    initializer
    How the initial value is to be interpreted. Type: An object of the FloatBCInitMethod class.

Description

Load an initializer for a floating boundary condition from a saved Mesh. This command is used within data files and not invoked directly by the OOF2 user interface.