OOF2: The Manual

Name

OOF.Named_Analysis.Create — Assign a name to a set of analysis parameters.

Synopsis

OOF.Named_Analysis.Create(name,operation,data,domain,sampling)

Details

  • Parent Menu: OOF.Named_Analysis
  • Callback: function _nameAnalysis in module ooflib.engine.IO.analyzemenu
  • Parameters:

    name
    The name of the analysis. Type: A character string, or the variable automatic.
    operation
    How to handle the data. Type: An object of the DataOperation class.
    data
    The output data source. Type: Either a AggregateOutput object, or an Output object whose value is a real number.
    domain
    Where on the mesh to compute the data. Type: An object of the Domain class.
    sampling
    How to sample the domain. Type: An object of the SampleSet class.

Description

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 Analysis page and in Scheduled Outputs.

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