Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
64cfb8c7
Commit
64cfb8c7
authored
Jan 28, 2020
by
Dennis Gläser
Browse files
[Readme] minor improvements
parent
20136de3
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
64cfb8c7
...
@@ -21,7 +21,7 @@ Coupling to [DuMuX][0]
...
@@ -21,7 +21,7 @@ Coupling to [DuMuX][0]
Frackit also features output routines to
[
Gmsh
][
1
]
file format (.geo), where mesh
Frackit also features output routines to
[
Gmsh
][
1
]
file format (.geo), where mesh
size specifications can be defined upon fracture network generation. This allows
size specifications can be defined upon fracture network generation. This allows
for the generation of computational meshes using
[
Gmsh
][
1
]
, which are supported
for the generation of computational meshes using
[
Gmsh
][
1
]
, which are supported
by the open-source simulator for flow and transport in porous media
[
DuMuX
][
0
]
.
by the open-source simulator
[
DuMuX
][
0
]
for flow and transport in porous media.
The .geo files produced by Frackit lead to three-dimensional meshes that are aligned
The .geo files produced by Frackit lead to three-dimensional meshes that are aligned
with the fracture geometries such that the element faces coincide with the fractures,
with the fracture geometries such that the element faces coincide with the fractures,
which can be directly plugged into the
[
DuMuX
][
0
]
module for discrete fracture-matrix
which can be directly plugged into the
[
DuMuX
][
0
]
module for discrete fracture-matrix
...
@@ -32,13 +32,13 @@ can be found in [example 3][4] of this repository.
...
@@ -32,13 +32,13 @@ can be found in [example 3][4] of this repository.
General Concept
General Concept
===============
===============
###
Step 1: s
ampling
###
Geometry S
ampling
The generation of the fracture networks occurs by randomly sampling instances of the
The generation of the fracture networks occurs by randomly sampling instances of the
desired fracture geometry on the basis of probability distribution functions, which
desired fracture geometry on the basis of probability distribution functions, which
can be defined by the user. The implementation allows for both selecting the type of
can be defined by the user. The implementation allows for both selecting the type of
distribution (uniform, exponential, etc.) as well as the distribution parameters.
distribution (uniform, exponential, etc.) as well as the distribution parameters.
###
Step 2: checking constraints
###
Constraints Evaluation
After the generation of a new candidate for a fracture, a number of constraints can
After the generation of a new candidate for a fracture, a number of constraints can
be evaluated for it. These can be used to enforce topological characteristics of the
be evaluated for it. These can be used to enforce topological characteristics of the
fracture network, e.g. fracture spacing, by defining a minimum distance between entities.
fracture network, e.g. fracture spacing, by defining a minimum distance between entities.
...
@@ -49,7 +49,7 @@ minimum intersection angle, and a minimum distance of the intersection geometry
...
@@ -49,7 +49,7 @@ minimum intersection angle, and a minimum distance of the intersection geometry
of the intersecting entities. If the user-defined constraints are not fulfilled, the candidate
of the intersecting entities. If the user-defined constraints are not fulfilled, the candidate
is rejected.
is rejected.
###
Step 3: f
ragmentation of the network
###
F
ragmentation of the network
After the desired number of fracture entities have been generated, an __EntityNetwork__
After the desired number of fracture entities have been generated, an __EntityNetwork__
can be constructed from the raw entities. This intersects and fragments all entities, and
can be constructed from the raw entities. This intersects and fragments all entities, and
if desired, one can confine the network to a domain of choice.
if desired, one can confine the network to a domain of choice.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment