Skip to main content

Prime Mesh Python client library 2025 R2 SP04

import_fluent_meshing_size_field

Last update: 20.02.2026

FileIO.import_fluent_meshing_size_field(file_name)

Import a Fluent Meshing size field (SF and SF.GZ) file from disk.

Notes

This method does not support Unicode paths.

Examples

>>> file_io = prime.FileIO(model=model)
>>> results = file_io.import_fluent_meshing_size_field("/tmp/my_sizefield.sf")

Connect with Ansys