Skip to main content

Mesh Quality Inspector

Project description

neatmesh

Mesh Quality Inspector

buildLicense: MIT Code style: black

neatmesh is a 2D/3D mesh quality inspector and a python library that computes cells volumes, face areas, centers, normals and many more. neatmesh works with all formats supported by meshio.

neatmesh is in early active development stage, and all sort of contributions are welcome (specially if you're new to open source contribution! ☺️)

neatmesh

Installation

Install with:

pip install neatmesh

Usage

Using neatmesh is simple:

neatmesh my_awesome_mesh.su2

or

import neatmesh as nm

mesh = nm.read('my_awesome_mesh.su2')
# mesh.face_areas, mesh.face_centers, mesh.owner_neighbor,
# mesh.n_points, mesh.n_edges, mesh.n_faces, ..... 

What does neatmesh report?

neatmesh will report file size, mesh bounding box, mesh dimensionality, points count, duplicate points count, face counts and types, cell counts and types, and the following quality statistics

  1. Face Area: face area in mesh units.
  2. Face Aspect Ratio: ratio between max. and min. length of face bounding rectangle.
  3. Cell Volume: volume of 3D cell, current supported cell types: hexahedron, tetrahedron, wedge and pyramid.
  4. Non-Orthogonality: angle in degrees between (a) vector connecting two elements centers NP and (b) normal vector to the shared face or edge between the elements

Non-ortho example

Source: Introduction to Computational Fluid Dynamics: Governing Equations, Turbulence Modeling Introduction and Finite Volume Discretization Basics. - Joel Guerrero

  1. Neighbor Element Volume/Area Ratio: ratio between the volume (for 3D mesh) or area (for 2D mesh) of all neighboring cells, defined as max_vol / min_vol or max_area / min_area, so it's always greater than or equal 1.

Quality Rules

neatmesh will look for a quality rule file in current working directory: neatmesh.toml, quality.toml, or <input_file_stem>.toml. A quality rule file sets maximum values for quality metrics calculated by neatmesh, for example this is the content of a typical neatmesh.toml file:

You can also specify a custom rules file via --rules / -r:

neatmesh my_awesome_mesh.su2 --rules /path/to/custom_rules.toml

When --rules is provided, it takes precedence over the automatic CWD search.

You can also specify a length unit for reporting via --length-unit / -u:

neatmesh my_awesome_mesh.su2 --length-unit m

When provided, the unit is shown in place of the generic L (e.g., [m^2], [m^3]).

max_non_orhto = 50
max_face_aspect_ratio = 10
max_neighbor_volume_ratio = 3
max_neighbor_area_ratio = 3
duplicate_nodes_warning = false

In case no quality rules file was present, neatmesh will use default max. values:

max_non_orhto = 60
max_face_aspect_ratio = 20
max_neighbor_volume_ratio = 15
max_neighbor_area_ratio = 15
duplicate_nodes_warning = true (default)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neatmesh-0.2.0.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neatmesh-0.2.0-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

File details

Details for the file neatmesh-0.2.0.tar.gz.

File metadata

  • Download URL: neatmesh-0.2.0.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for neatmesh-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c8166b98d692f4f64e3909b54944ad4109b910de44557efc4d37482cb427daaa
MD5 9baa065e023faf45d127e55a4e4efa7a
BLAKE2b-256 5f411f42f0285d4307da38b6710395c6de27830503993d747b8b1c970fd01a75

See more details on using hashes here.

Provenance

The following attestation bundles were made for neatmesh-0.2.0.tar.gz:

Publisher: publish.yml on eigemx/neatmesh

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file neatmesh-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: neatmesh-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 17.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for neatmesh-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7fc48f19a67130592ece61a676312919f300ffbd581dcc2772cc51aaec83c6f2
MD5 4b6ce9ec83e529565d4e9b1f8255036f
BLAKE2b-256 0d2437d7be0ca28e285cdc40a12c356faf7f6fe5087a8bc6ed8c5a37267501ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for neatmesh-0.2.0-py3-none-any.whl:

Publisher: publish.yml on eigemx/neatmesh

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page