OOF2: The Manual

Name

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

Synopsis

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

Details

  • Parent Menu: OOF.Mesh.Boundary_Analysis
  • Callback: function _meshBdyAnalyze in module ooflib.engine.IO.meshbdymenu
  • Parameters:

    mesh
    The mesh on which to perform the analysis. Type: The path to an existing Mesh object.
    time
    Time at which to perform the analysis. Type: A floating point number, or the earliest or latest time.
    boundary
    The boundary to analyze. 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 the data should be written. Type: An object of the OutputDestination class.

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.