keileg / porepy_mesh_factory

Configuration files for meshing of fractured domains
MIT License
3 stars 1 forks source link

PorePy Mesh Factory

This repository is intended as a collection of tools for generation of computational meshes in fractured domains. The fracture networks and meshes can be accessed in (up to) three ways:

While the latter is the main use case for this repository, the gmsh files generated during mesh construction can also be imported into other software.

How to use

The networks can be imported to PorePy by the commands

import porepy_mesh_factory as pmf
pmf.main.generate(case=case_name)

where case_name is specified below. Additional arguments may be needed to import specific cases; see the files doing specific imports for more.

Available networks

Missing a network?

Networks are added on an on-demand basis, although the intention for this repository is to provide cases that will be of interest in multiple scenarios. If you would like to see a network added to the list, post and issue, and we will consider it.