OOF2: The Manual
Name
OOF.Mesh.Boundary_Conditions.Disable — Disable a boundary condition.
Synopsis
           OOF.Mesh.Boundary_Conditions.Disable(mesh,name)
          
      
Details
- Parent Menu: OOF.Mesh.Boundary_Conditions
 - 
                  Callback: function 
_bcdisablein moduleooflib.engine.IO.boundaryconditionmenu - 
               
Parameters:
mesh- Name of the mesh. Type: The path to an existing 
Meshobject. name- Boundary condition being disabled. Type: A character string.
 
 
Description
             OOF.Mesh.Boundary_Conditions.Disable disables a
             an existing boundary
                condition.  Disabled boundary conditions will not
             be used when a Mesh is solved.
           
      
The OOF.Mesh.Boundary_Conditions.Enable command enables a previously disabled boundary condition.
When a boundary condition is in a disabled state, new boundary conditions that collide or conflict with the disabled boundary condition will be allowed. When a boundary condition is in a disabled state it cannot be re-enabled if other conflicting boundary conditions exist.



