OOF2: The Manual

Name

OOF.LoadData.Mesh.Set_BC_Initializer — Load a FloatBC initializer. Used internally in data files.

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.