OOF2: The Manual

Name

Single Point (SinglePoint) — Use a single point for the post-processing domain.

Synopsis

SinglePoint(point)

Details

  • Base class: Domain
  • Parameters:

    point
    Undisplaced position of the sample point. Type: A Point object (eg, Point(1.1, 2.0)).

Description

Domain objects are part of the post-solution analysis framework, in which useful data is extracted from the Mesh. The Domain is the subset of the Mesh to which the sampling is applied. When the domain is set to SinglePoint, output is evaluated at a single point inside the specified Mesh.

SinglePoint domains support sampling methods in the point category.