OOF2: The Manual
The Analyze menu contains commands that perform
operations Outputs at
various places on a Mesh.
Generally, five things must be specified for each analysis:
-
Output. This is the quantity that's being operated on, for example, a
Fieldcomponent or strain. It's specified by thedataargument to the Analyze menu command.Outputsare defined in Section 6.3. -
Operation. The
Operationis what happens to theOutput. 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. -
Domain. The
Domaindetermines to what part of theMeshtheOperationwill be applied. It's set by thedomainparameter of the Analyze menu command. -
Sample Set. The
SampleSetdetermines how the data is evaluated within thedomain. It's set by thesamplingargument of the Analyze menu command. Not allSampleSetmethods make sense for allDomainsandOperations. -
Destination. The
OutputDestinationdetermines where the output goes — to a file, the Message Window, or a Graphics Window. Different kinds ofOperationrequire different kinds ofDestinations.
Parent Menu: OOF.Mesh
OOF.Mesh.Analyze Commands
- OOF.Mesh.Analyze.Average — Average the data over all the samples.
- OOF.Mesh.Analyze.Average_and_Deviation — Print the average and standard deviation of the samples.
- OOF.Mesh.Analyze.Direct_Output — Write the data values directly.
- OOF.Mesh.Analyze.Integral — Integrate the data over the area of the samples.
- OOF.Mesh.Analyze.Range — Print the min and max values of the data over the domain.
- OOF.Mesh.Analyze.Rewind — Overwrite the data currently in an output file.
- OOF.Mesh.Analyze.Standard_Deviation — Compute the standard deviation of the data over the samples.



