OOF2: The Manual

Name

OOF.Mesh.Analyze.Average — Average the data over all the samples.

Synopsis

OOF.Mesh.Analyze.Average(mesh,data,domain,sampling,destination,comment_character,separator)

Details

  • Parent Menu: OOF.Mesh.Analyze
  • Callback: function _ops_callback in module oof2.engine.IO.analyzemenu
  • Threadability: Threadable
  • Parameters:

    mesh
    The mesh on which to compute the output Type: The path to an existing Mesh object.
    data
    The output data source Type: Either a AggregateOutput object, or an Output object whose value is a real number.
    domain
    Where on the mesh to compute the data. Type: An object of the Domain class.
    sampling
    How to sample the domain. Type: An object of the SampleSet class.
    destination
    File where data should be written, or 'automatic' for the message window. Type: A character string.
    comment_character
    Set the string at the start of the header line. Type: A character string.
    separator
    Set the character between data entries. Type: An object from the Separator enumerated class.

Description

Compute the average value of the data over all of the samples. When integrating over element areas, the average is weighted by area. Otherwise each sample gets equal weight.


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */