Output folder#

The generated content depends on --type. Image and mesh workflows write to the selected output directory; simulation workflows add editable OpenFOAM cases and VTK exports.

Files and folders generated by the complete pymm workflow

Generated files after executing pymm.#

Main outputs#

  • binary_image.png, extracted_border.png, interior_grains.png, and interior_grains_border.png document image segmentation and contours.

  • mesh.geo and mesh.msh contain the rendered Gmsh geometry and mesh.

  • OpenFOAM/flowStokes and OpenFOAM/tracerTransport are runnable cases.

  • VTK_flowStokes and VTK_tracerTransport contain visualization data.

Use ParaView to inspect the VTK results. The OpenFOAM input files can be edited and rerun directly, for example to change solver tolerances or numerical schemes that are not exposed in TOML. See the OpenFOAM numerical-schemes guide.

To inspect additional outputs produced by the maintained workflows, run:

pytest tests/ -n auto