OOF2: The Manual

Name

OOF.Mesh.Boundary_Analysis — Post-solution analysis of boundaries.

Synopsis

OOF.Mesh.Boundary_Analysis(mesh,boundary,analyzer,destination)

Details

  • Parent Menu: OOF.Mesh
  • Callback: function _meshBdyAnalyze in module oof2.engine.IO.meshbdymenu
  • Threadability: Threadable
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    boundary
    Target boundary. Type: The name of an edge boundary in a mesh.
    analyzer
    Operation to perform on the boundary. Type: An object of the MeshBdyAnalyzer class.
    destination
    Where to put the result? Type: A character string.

Description

The OOF.Mesh.Boundary_Analysis command runs post-solution analyses on the Mesh boundaries. Compare to OOF.Mesh.Analyze, which contains commands that operate on the interior of the Mesh.


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */