GeoMop / bgem

geometry and meshing tools
GNU General Public License v3.0
4 stars 3 forks source link

Fracture population separated from fracture generator #59

Open jbrezmorf opened 1 year ago

jbrezmorf commented 1 year ago

Fracture Population - stochastic model of fractures Fracture Generator - particular fr size range, particular domain

Separate these two, the first one is a simply data class input for the second one. Optionally provide direct factory functions for the second class.

Intricate interaction with position model for correlated positions.

In principle we generate fractures in a bounding box of a domain and then cut it by the domain boundary. This cutting process is part of the geometry generation.

jbrezmorf commented 4 months ago

Mainly done in JB_homo branch. Setting sampling size creates a new Population instance.

TODO: