OOF2: The Manual

6.2.157. OOF.Mesh.Analyze

Compute properties of the solution.

The Analyze menu contains commands that perform operations Outputs at various places on a Mesh.

Generally, four things must be specified for each analysis:

  1. Output.  This is the quantity that's being operated on, for example, a Field component or strain. It's specified by the data argument to the Analyze menu command. Outputs are defined in Section 6.3.

  2. Operation.  The Operation is what happens to the Output. It can be printed directly to the screen or to a file, or it can be subjected to various statistical operations. The operation is determined by the particular command in the Analyze menu.

  3. Domain.  The Domain determines to what part of the Mesh the Operation will be applied. It's set by the domain parameter of the Analyze menu command.

  4. Sample Set.  The SampleSet determines how the data is evaluated within the domain. It's set by the sampling argument of the Analyze menu command. Not all SampleSet methods make sense for all Domains and Operations.

Parent Menu: OOF.Mesh

OOF.Mesh.Analyze Menu Items