Skip to content

Commit

Permalink
docs: mesh (#3340)
Browse files Browse the repository at this point in the history
* docstring

* Update src/ansys/fluent/core/filereader/case_file.py
  • Loading branch information
seanpearsonuk authored Oct 2, 2024
1 parent b188862 commit ee4c7ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ansys/fluent/core/filereader/case_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,15 @@ class MeshType(Enum):


class Mesh:
"""Class to provide mesh data.
"""Class to provide data from and information about Fluent mesh files.
This class is applicable only to HDF5, Fluent's default format for mesh files.
HDF5 (Hierarchical Data Format version 5) is commonly used for storing large amounts
of scientific data, including Fluent mesh data.
Methods
-------
get_surface_ids
Get a list of surface ids.
get_surface_names
Expand Down

0 comments on commit ee4c7ac

Please sign in to comment.