Space Field Functions Reference
The following field functions are made available to the simulation when any one of the Space models is used. They include a typical set of base properties.
![]() |
This field function is used to identify regular polygonal cells from skewed or stretched cells. A value of 1 indicates that the cell is a regular polygon, and a value close to zero would represent a highly stretched cell. This ratio is defined as:
where is the number of dimensions (three for a 3D mesh and two for a 2D mesh). is the number of faces of the cell. is the volume of the cell. is the cell face area vector and is the position vector from the face centroid to the cell centroid. |
![]() |
Displays the position of the face or cell centroid. At face and cell centroids, the value is the same as the Position field function. |
![]() |
This field function is used to identify chevron cells. These cells are pairs of thin slender cells that share a common face whose angle is such that the line joining the cell centers does not pass through the common face. This indicator function marks chevron cells as 1 and every other cell as 0. A chevron quality norm
, as defined below, is used to determine whether a cell can be classified as a chevron cell or not. The chevron quality norm is computed using a vector
that is projected from the face center to the line joining the cell centers:
where: is the face area vector is the vector from the face center to the cell center is the vector connecting the two cell centers is the vector from the face vertex to the face center. The max function, in evaluating the chevron quality norm, is taken over all the face vertices. The chevron quality norm is:
The chevron quality indicator is marked 1 when the chevron quality norm is negative. |
Two more properties are provided:
|
|
![]() |
The position vector represents the position or coordinates of a given location. It is available at vertices, faces, and cells. At faces and cells, the value represents the position of the respective face and cell centroids. This field function is the preferred option for specifying position dependencies of profiles and material properties when using field function methods. |