OOF2: The Manual

Name

OOF.Mesh.Boundary_Conditions.Edit — Change the attributes of a boundary condition.

Synopsis

OOF.Mesh.Boundary_Conditions.Edit(name,mesh,condition)

Details

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

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

Description

OOF.Mesh.Boundary_Conditions.Edit replaces one boundary condition with another in the given Mesh. All attributes of the boundary condition may be changed, even the boundary to which it applies.

The name parameter is the name of the boundary condition to be replaced. The condition parameter is the boundary condition that replaces it.