OOF2: The Manual

Name

OOF.Mesh.Boundary_Conditions.Clear_BC_Initializer — Remove the initializer for the given floating boundary condition.

Synopsis

OOF.Mesh.Boundary_Conditions.Clear_BC_Initializer(mesh,bc)

Details

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

    mesh
    Type: The path to an existing Mesh object.
    bc
    The name of a floating boundary condition. Type: A character string.

Description

Remove the initializer for the given floating boundary condition from the given Mesh. This does not change the values of the boundary condition itself, but prevents it from being reinitialized later.