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
_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.



