Stellarmesh
/
  • Installation
  • Tutorials
    • Surface Meshing
    • Volume Meshing
  • API
    • Geometry
      • stellarmesh.Geometry
    • Mesh
      • stellarmesh.Mesh
      • stellarmesh.SurfaceMesh
      • stellarmesh.VolumeMesh
      • stellarmesh.OCCSurfaceOptions
      • stellarmesh.OCCSurfaceAlgo
      • stellarmesh.GmshSurfaceOptions
      • stellarmesh.GmshSurfaceAlgo
      • stellarmesh.GmshVolumeOptions
      • stellarmesh.GmshVolumeAlgo
    • MOAB
      • stellarmesh.MOABModel
      • stellarmesh.DAGMCModel

On this page

  • MOAB and DAGMC Models
    • API
  1. Stellarmesh /
  2. API /
  3. MOAB

MOAB¶

MOAB and DAGMC Models¶

Both the MOABModel and the inherited DAGMCModel classes can be instantiated from a Stellarmesh Mesh object using the from_mesh() constructor.

Use the write() method to write a .h5m file for import in OpenMC.

See the Surface Meshing tutorial for a complete example.

API¶

MOABModel(core_or_file)

MOAB Model.

DAGMCModel(core_or_file)

DAGMC Model.

Previous
stellarmesh.GmshVolumeAlgo
Next
stellarmesh.MOABModel

2025, Stellarmesh Developers

Made with Sphinx and Shibuya theme.