OOF2: The Manual

Name

OOF.LoadData.Mesh.Boundary_Condition — Load a boundary conditon. Used internally in Mesh data files.

Synopsis

OOF.LoadData.Mesh.Boundary_Condition(mesh,bcname,bc)

Details

  • Parent Menu: OOF.LoadData.Mesh
  • Callback: function _meshBoundary_Conditions in module ooflib.engine.IO.meshIO
  • Parameters:

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

Description

Load a boundary condition from a saved Mesh.