-
Notifications
You must be signed in to change notification settings - Fork 7
/
lmrMain.xml
67 lines (45 loc) · 3.03 KB
/
lmrMain.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
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<StGermainData xmlns="http://www.vpac.org/StGermain/XML_IO_Handler/Jun2003">
<list name="import" mergeType="merge">
<param> ImportersToolbox </param>
<param> lecode_tools </param>
<param> earthbyte_additions </param>
</list>
<!-- === Included Underworld base files (Order is important!) ====== -->
<!-- ====== Reduce input XML clutter ======================= -->
<include>Underworld/_standardJargon.xml </include>
<!-- ====== FEM type (Q1P0) ================================ -->
<include>StgFEM/ConstantMesh.xml </include>
<include>StgFEM/LinearMesh.xml </include>
<!-- ====== Solver components ============================== -->
<include>StgFEM/VelocityField.xml </include>
<include>StgFEM/PressureField.xml </include>
<include>StgFEM/TemperatureField.xml </include>
<include>StgFEM/TempAdvDiff.xml </include>
<include>PICellerator/AllowOutflow.xml </include>
<include>Underworld/GaussSwarm.xml </include>
<include>StgFEM/TimeIntegrator.xml </include>
<include>PICellerator/MaterialPointSwarm.xml </include>
<include>Underworld/StokesFlowUzawaPIC.xml </include>
<!-- ====== Stabilisation function (for Q1P0 ) ============= -->
<!--include>Underworld/REP_Setup.xml </include-->
<!-- ====== Generate fields for output ===================== -->
<include>Underworld/MaterialIndexField.xml </include>
<include>Underworld/ViscosityField.xml </include>
<include>Underworld/StressField2D.xml </include>
<include>Underworld/CumulativeTotalStrain.xml </include>
<!-- =============================================================== -->
<!-- === Included LMR files ======================================== -->
<include> lmrNumerics.xml </include>
<include> lmrRheologyLibrary.xml </include>
<include> lmrOtherProcesses.xml </include> <!-- Remove if not required -->
<include> lmrMaterials.xml </include>
<include> lmrPassiveTracers.xml </include> <!-- Remove if not required -->
<include> lmrInitials.xml </include>
<include> lmrThermalBoundaries.xml </include>
<include> lmrVelocityBoundaries.xml </include>
<!-- NOTE: Other lmr files, such as lmrThermalEquilibration and lmrSolvers
are added on the fly by lmrRunModel.py when needed. They do not
need to specified in here. -->
<!-- =============================================================== -->
</StGermainData>