Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.FileIO

Last update: 17.07.2025

FileIO.import_fluent_meshing_meshes(file_names, import_fluent_meshing_mesh_params)

Import Fluent Meshing’s mesh (MS and MSH.GZ) files from disk.

Notes

This method does not support Unicode paths.

Examples

>>> file_io = prime.FileIO(model=model)
>>> params = prime.ImportFluentMeshingMeshParams(model=model)
>>> results = file_io.import_fluent_meshing_meshes(
                ["/tmp/mesh.msh", "/tmp/mesh1.msh"],
                params)

Connect with Ansys