diff --git a/openmc/mesh.py b/openmc/mesh.py index 6afe5d36eea..ef5c6c78410 100644 --- a/openmc/mesh.py +++ b/openmc/mesh.py @@ -2072,7 +2072,9 @@ class UnstructuredMesh(MeshBase): Parameters ---------- filename : path-like - Location of the unstructured mesh file + Location of the unstructured mesh file. Supported files for 'moab' + library are .h5 and .vtk. Supported files for 'libmesh' library are + exodus mesh files .exo. library : {'moab', 'libmesh'} Mesh library used for the unstructured mesh tally mesh_id : int