OOF2: The Manual

Name

OOF.LoadData.NamedAnalysis — Assign a name to a set of analysis parameters. Used internally in data files.

Synopsis

OOF.LoadData.NamedAnalysis(name,operation,data,domain,sampling)

Details

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

    name
    Type: A character string.
    operation
    The analysis operation. 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

Create a Named Analysis.