OOF2: The Manual
Name
Grid Points (GridSampleSet) — Evaluate data on a rectangular grid of points.
Synopsis
GridSampleSet(x_points,y_points,show_x,show_y)
Details
-
Base class:
SampleSet -
Parameters:
x_points- Total number of points horizontally in the grid. Type: Integer.
y_points- Total number of points vertically in the grid. Type: Integer.
show_x- Include or exclude this data from the output. Type: Boolean, 0 (false) or 1 (true).
show_y- Include or exclude this data from the output. Type: Boolean, 0 (false) or 1 (true).
Description
SampleSet objects are part of the
post-solution analysis framework, in
which useful data is extracted from the Mesh. The
SampleSet determines how data is extracted
from the sampling Domain. When
sampling is set to
GridSampleSet, data is extracted from a
rectangular grid of points in the Domain.
The GridSampleSet belongs to the point SampleSet category.
The x_points and y_points
parameters determine the number of points in the grid in the
x and y directions. The
spacing between the points is derived from the parameters and the
size of the Domain. The grid of
points will fill the Domain's bounding box.
The show_x and show_y
parameters govern whether the x and
y positions of the points will be displayed along
with the data.



