OOF2: The Manual

Name

OOF.Mesh.Boundary_Conditions.Copy_All — Copy all the boundary conditions from one mesh to another.

Synopsis

OOF.Mesh.Boundary_Conditions.Copy_All(current,mesh)

Details

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

    current
    Copy boundary conditions from this mesh. Type: The path to an existing Mesh object.
    mesh
    Target mesh for the boundary conditions. Type: The path to an existing Mesh object.

Description

OOF.Mesh.Boundary_Conditions.Copy_All copies all existing boundary conditions from one Mesh to another.

The current parameter is the name of the Mesh from which the boundary conditions will be copied. The mesh parameter is the name of the target Mesh to which they will be copied.

The copied boundary conditions will have the same names as the originals. The target Mesh must have boundaries with the same names as the boundaries in the source Mesh.