forked from GEOS-DEV/GEOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPoroElastic_Terzaghi_benchmark.xml
60 lines (51 loc) · 1.29 KB
/
PoroElastic_Terzaghi_benchmark.xml
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
<?xml version="1.0" ?>
<Problem>
<Included>
<File name="./PoroElastic_Terzaghi_base_iterative.xml"/>
</Included>
<!-- SPHINX_POROELASTIC_MESH -->
<Mesh>
<InternalMesh
name="mesh1"
elementTypes="{ C3D8 }"
xCoords="{ 0, 10 }"
yCoords="{ 0, 1 }"
zCoords="{ 0, 1 }"
nx="{ 400 }"
ny="{ 16 }"
nz="{ 16 }"
cellBlockNames="{ cb1 }"/>
</Mesh>
<!-- SPHINX_POROELASTIC_MESH_END -->
<Events
maxTime="90.0">
<!--This event is applied every 1.0s. The targetExactTimestep
flag allows this event to request a dt modification to match an
integer multiple of the timeFrequency. -->
<PeriodicEvent
name="outputs"
timeFrequency="10.0"
target="/Outputs/siloOutput"/>
<PeriodicEvent
name="solverApplication0"
endTime="1.e-5"
forceDt="1.e-5"
target="/Solvers/PoroelasticitySolver"/>
<PeriodicEvent
name="solverApplication1"
beginTime="1.e-5"
endTime="1.0"
forceDt="0.99999"
target="/Solvers/PoroelasticitySolver"/>
<PeriodicEvent
name="solverApplication2"
beginTime="1.0"
endTime="90.0"
forceDt="1.0"
target="/Solvers/PoroelasticitySolver"/>
</Events>
<Outputs>
<Silo
name="siloOutput"/>
</Outputs>
</Problem>