OOF2: The Manual

Name

OOF.Mesh.Boundary_Conditions.Delete — Remove this condition from the mesh.

Synopsis

OOF.Mesh.Boundary_Conditions.Delete(mesh,name)

Details

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

    mesh
    Name of the mesh. Type: The path to an existing Mesh object.
    name
    Name of the boundary condition to be deleted. Type: A character string.

Description

Remove this boundary condition from the Mesh.