OOF2: The Manual
Name
OOF.LoadData.NamedAnalysis — Assign a name to a set of analysis parameters.
Synopsis
OOF.LoadData.NamedAnalysis(name, operation, data, domain, sampling)
Details
- Parent Menu: OOF.LoadData
-
Callback: function
_nameAnalysisin moduleooflib.engine.IO.analyzemenu -
Parameters:
name- Type: A character string.
operation- The analysis operation. Type: An object of the
DataOperationclass. data- The output data source. Type: Either a
AggregateOutputobject, or anOutputobject whose value is a real number. domain- Where on the mesh to compute the data. Type: An object of the
Domainclass. sampling- How to sample the domain. Type: An object of the
SampleSetclass.
Description
Create a Named Analysis. This is a version of OOF.Named_Analysis.Create that is used internally in data files. It is not invoked directly by the OOF2 user interface.



