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
_nameAnalysisin moduleooflib.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
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
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.



