GridStatisticsΒΆ
This PostProcess exports statistics of the mesh given by InputFileName. The export contains three tables reporting different statistics:
The first table contains basic statistics (minimum, maximum, average and median) about domain and element volumes (or areas in 2D). It also gives an indication of the geometrical mesh quality described by quantities below. For a detailed discussion of advantages of the different measures see [1]. These exported quality measures include
EdgeLength
- the edge lengths ,EdgeRatio
- the ratio of the longest edge to the smallest in each element, i.e. ,InnerAngle
- the inner angle of triangles,Q1
- ,Q2
- ,Q3
- which is the inverse of the commonly used aspect ratio,Q5
- ,AreaRatio
- the ratio of the areas of the largest and smallest facets in each element (only in 3D),DihedralAngle
- the dihedral angle of tetrahedrons (only in 3D),
where are the minimum and maximum edge lengths of the element with volume in dimension and are the insphere and circumsphere radii of the elements
The second table contains more detailed distributions of the same quantities. You can use a bar plot function to plot them directly. The header includes the
DomainId
stored with the same index as the densities.The third table lists the area (or length for the 2D case) of the interfaces between domains.
[1] | http://www.iue.tuwien.ac.at/phd/fleischmann/node13.html |