GridStatisticsΒΆ

Type:section
Appearance:simple
Excludes:CartesianToFourierTransform, ConvertToPowerFlux, CreateReducedBasis, DensityIntegration, DipoleEmission, EvaluateReducedBasis, ExportFields, ExportGrid, FarField, FluxIntegration, FourierTransform, IntegrationWeights, LayeredMediaSolver, ModeOverlap, MultipoleExpansion, OpticalImaging, PupilField, Radiation, ResonanceExpansion, ResonanceOverlap, ScatteringMatrix, Superposition, SurfaceDensityIntegration

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 l,
    • EdgeRatio - the ratio of the longest edge to the smallest in each element, i.e. \frac{l_{min}}{l_{max}},
    • InnerAngle - the inner angle of triangles,
    • Q1 - \frac{l_{min}}{R},
    • Q2 - \frac{r}{l_{max}},
    • Q3 - \frac{r}{R} which is the inverse of the commonly used aspect ratio,
    • Q5 - \frac{V}{l_{max}^{d}},
    • 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 l_{min},l_{max} are the minimum and maximum edge lengths of the element with volume V in dimension d and r,R 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