OOF2: The Manual

Name

OOF.Mesh.Boundary_Analysis.Create — Assign a name to a set of boundary analysis parameters.

Synopsis

OOF.Mesh.Boundary_Analysis.Create(name,boundary,analyzer)

Details

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

    name
    The name of the analysis. Type: A character string, or the variable automatic.
    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.

Description

This command is similar to OOF.Named_Analysis.Create, except that it operates on boundary analyses instead of bulk analyses.

Creating a Named Analysis gives a name to an Analysis operation, making it conveniently reusable. Named Analyses created by this command can be used on the Boundary Analysis page and in Scheduled Outputs.

In the GUI, this command is invoked from theNamed Analyses pane in the Boundary Analysis page.