-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathfractureMatrixFlow_conforming_2d.xml
More file actions
210 lines (179 loc) · 4.71 KB
/
Copy pathfractureMatrixFlow_conforming_2d.xml
File metadata and controls
210 lines (179 loc) · 4.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<?xml version="1.0" ?>
<Problem>
<Solvers
gravityVector="{ 0.0, 0.0, -9.81 }">
<SinglePhaseFVM
name="SinglePhaseFlow"
logLevel="1"
discretization="singlePhaseTPFA"
targetRegions="{ Region2, Fracture }">
<NonlinearSolverParameters
newtonTol="1.0e-2"
newtonMaxIter="8"/>
<LinearSolverParameters
directParallel="0"/>
</SinglePhaseFVM>
<SurfaceGenerator
name="SurfaceGen"
targetRegions="{ Fracture }"
initialRockToughness="1e6"
mpiCommOrder="1"/>
</Solvers>
<Mesh>
<InternalMesh
name="mesh1"
elementTypes="{ C3D8 }"
xCoords="{ -5, 5 }"
yCoords="{ 0, 10 }"
zCoords="{ 0, 1 }"
nx="{ 10 }"
ny="{ 10 }"
nz="{ 1 }"
cellBlockNames="{ cb1 }"/>
</Mesh>
<Geometry>
<Box
name="left"
xMin="{ -0.01, -0.01, -0.01 }"
xMax="{ 1.01, 1.01, 1.01 }"/>
<Box
name="right"
xMin="{ 8.99, -0.01, -0.01 }"
xMax="{ 10.01, 1.01, 1.01 }"/>
<Box
name="bottom"
xMin="{ -0.01, -0.01, -0.01 }"
xMax="{ 10.01, 1.11, 1.01 }"/>
<Box
name="top"
xMin="{ -0.01, 8.99, -0.01 }"
xMax="{ 10.01, 10.01, 1.01 }"/>
<Box
name="fracture"
xMin="{ -0.01, -0.01, -0.01 }"
xMax="{ 0.01, 10.01, 1.01 }"/>
<Box
name="source"
xMin="{ -0.01, -0.01, -0.01 }"
xMax="{ 0.01, 1.01, 1.01 }"/>
</Geometry>
<Events
maxTime="50000">
<!--SoloEvent
name="output0"
target="/Outputs/siloOutput" / -->
<SoloEvent
name="preFracture"
target="/Solvers/SurfaceGen"/>
<!--SoloEvent
name="output1"
target="/Outputs/siloOutput" / -->
<PeriodicEvent
name="solverApplications"
forceDt="1e3"
target="/Solvers/SinglePhaseFlow"/>
<PeriodicEvent
name="outputs"
target="/Outputs/siloOutput"/>
<PeriodicEvent
name="restarts"
timeFrequency="25000"
targetExactTimestep="0"
target="/Outputs/restartOutput"/>
</Events>
<NumericalMethods>
<FiniteVolume>
<TwoPointFluxApproximation
name="singlePhaseTPFA"/>
</FiniteVolume>
</NumericalMethods>
<ElementRegions>
<CellElementRegion
name="Region2"
cellBlocks="{ * }"
materialList="{ water, rock }"/>
<SurfaceElementRegion
name="Fracture"
defaultAperture="1.0e-5"
materialList="{ water, fractureFilling }"/>
</ElementRegions>
<Constitutive>
<CompressibleSinglePhaseFluid
name="water"
defaultDensity="1000"
defaultViscosity="0.001"
referencePressure="0.0"
compressibility="5e-10"
viscosibility="0.0"/>
<CompressibleSolidParallelPlatesPermeability
name="fractureFilling"
solidModelName="nullSolid"
porosityModelName="fracturePorosity"
permeabilityModelName="fracturePerm"/>
<CompressibleSolidConstantPermeability
name="rock"
solidModelName="nullSolid"
porosityModelName="rockPorosity"
permeabilityModelName="rockPerm"/>
<NullModel
name="nullSolid"/>
<PressurePorosity
name="rockPorosity"
defaultReferencePorosity="0.01"
referencePressure="0.0"
compressibility="1.0e-9"/>
<ConstantPermeability
name="rockPerm"
permeabilityComponents="{ 5.0e-19, 5.0e-19, 5.0e-19 }"/>
<PressurePorosity
name="fracturePorosity"
defaultReferencePorosity="1.00"
referencePressure="0.0"
compressibility="0.0"/>
<ParallelPlatesPermeability
name="fracturePerm"/>
</Constitutive>
<FieldSpecifications>
<FieldSpecification
name="frac"
initialCondition="1"
setNames="{ fracture }"
objectPath="faceManager"
fieldName="ruptureState"
scale="1"/>
<FieldSpecification
name="Porosity"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Region2/cb1"
fieldName="rockPorosity_referencePorosity"
scale="0.01"/>
<FieldSpecification
name="fracPorosity"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Fracture"
fieldName="fracturePorosity_porosity"
scale="1.00"/>
<FieldSpecification
name="initialPressure"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Region2/cb1"
fieldName="pressure"
scale="0.0"/>
<FieldSpecification
name="source"
objectPath="ElementRegions/Fracture"
fieldName="pressure"
scale="2.0e6"
setNames="{ source }"/>
</FieldSpecifications>
<Outputs>
<VTK
name="siloOutput"
plotFileRoot="fractureMatrixFlow"/>
<Restart
name="restartOutput"/>
</Outputs>
</Problem>