~fluidity-core/fluidity/sediment_restructure

« back to all changes in this revision

Viewing changes to tests/just-coarsen-parallel/just-coarsen-parallel.flml

merge with branch including remap_surface_to_field but then removed this change and approached it a different way which seems to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='utf-8'?>
2
 
<fluidity_options>
3
 
  <simulation_name>
4
 
    <string_value lines="1">just-coarsen-parallel</string_value>
5
 
  </simulation_name>
6
 
  <problem_type>
7
 
    <string_value lines="1">oceans</string_value>
8
 
  </problem_type>
9
 
  <geometry>
10
 
    <dimension>
11
 
      <integer_value rank="0">3</integer_value>
12
 
    </dimension>
13
 
    <mesh name="CoordinateMesh">
14
 
      <from_file file_name="just-coarsen-parallel">
15
 
        <format name="triangle"/>
16
 
        <stat>
17
 
          <include_in_stat/>
18
 
        </stat>
19
 
      </from_file>
20
 
    </mesh>
21
 
    <mesh name="VelocityMesh">
22
 
      <from_mesh>
23
 
        <mesh name="CoordinateMesh"/>
24
 
        <stat>
25
 
          <exclude_from_stat/>
26
 
        </stat>
27
 
      </from_mesh>
28
 
    </mesh>
29
 
    <mesh name="PressureMesh">
30
 
      <from_mesh>
31
 
        <mesh name="CoordinateMesh"/>
32
 
        <stat>
33
 
          <exclude_from_stat/>
34
 
        </stat>
35
 
      </from_mesh>
36
 
    </mesh>
37
 
    <quadrature>
38
 
      <degree>
39
 
        <integer_value rank="0">3</integer_value>
40
 
      </degree>
41
 
    </quadrature>
42
 
  </geometry>
43
 
  <io>
44
 
    <dump_format>
45
 
      <string_value>vtk</string_value>
46
 
    </dump_format>
47
 
    <dump_period_in_timesteps>
48
 
      <constant>
49
 
        <integer_value rank="0">1</integer_value>
50
 
      </constant>
51
 
    </dump_period_in_timesteps>
52
 
    <output_mesh name="VelocityMesh"/>
53
 
    <checkpointing>
54
 
      <checkpoint_period_in_dumps>
55
 
        <integer_value rank="0">1</integer_value>
56
 
      </checkpoint_period_in_dumps>
57
 
    </checkpointing>
58
 
    <stat/>
59
 
  </io>
60
 
  <timestepping>
61
 
    <current_time>
62
 
      <real_value rank="0">0.0</real_value>
63
 
    </current_time>
64
 
    <timestep>
65
 
      <real_value rank="0">0.1</real_value>
66
 
    </timestep>
67
 
    <finish_time>
68
 
      <real_value rank="0">1.0</real_value>
69
 
    </finish_time>
70
 
  </timestepping>
71
 
  <physical_parameters/>
72
 
  <material_phase name="BoussinesqFluid">
73
 
    <vector_field name="Velocity" rank="1">
74
 
      <prescribed>
75
 
        <mesh name="VelocityMesh"/>
76
 
        <value name="WholeMesh">
77
 
          <constant>
78
 
            <real_value shape="3" dim1="dim" rank="1">0 0 0</real_value>
79
 
          </constant>
80
 
        </value>
81
 
        <output/>
82
 
        <stat>
83
 
          <include_in_stat/>
84
 
        </stat>
85
 
        <detectors>
86
 
          <exclude_from_detectors/>
87
 
        </detectors>
88
 
      </prescribed>
89
 
    </vector_field>
90
 
    <scalar_field name="Temperature" rank="0">
91
 
      <prescribed>
92
 
        <mesh name="VelocityMesh"/>
93
 
        <value name="WholeMesh">
94
 
          <constant>
95
 
            <real_value rank="0">0.0</real_value>
96
 
          </constant>
97
 
        </value>
98
 
        <output/>
99
 
        <stat/>
100
 
        <detectors>
101
 
          <exclude_from_detectors/>
102
 
        </detectors>
103
 
        <adaptivity_options>
104
 
          <absolute_measure>
105
 
            <scalar_field name="InterpolationErrorBound" rank="0">
106
 
              <prescribed>
107
 
                <value name="WholeMesh">
108
 
                  <constant>
109
 
                    <real_value rank="0">1.0</real_value>
110
 
                  </constant>
111
 
                </value>
112
 
                <output/>
113
 
                <stat/>
114
 
                <detectors>
115
 
                  <exclude_from_detectors/>
116
 
                </detectors>
117
 
              </prescribed>
118
 
            </scalar_field>
119
 
          </absolute_measure>
120
 
        </adaptivity_options>
121
 
      </prescribed>
122
 
    </scalar_field>
123
 
  </material_phase>
124
 
  <mesh_adaptivity>
125
 
    <hr_adaptivity>
126
 
      <period_in_timesteps>
127
 
        <integer_value rank="0">2</integer_value>
128
 
      </period_in_timesteps>
129
 
      <maximum_number_of_nodes>
130
 
        <integer_value rank="0">400000</integer_value>
131
 
      </maximum_number_of_nodes>
132
 
      <enable_gradation/>
133
 
      <tensor_field name="MinimumEdgeLengths">
134
 
        <anisotropic_symmetric>
135
 
          <constant>
136
 
            <real_value symmetric="true" dim2="dim" shape="3 3" dim1="dim" rank="2">100.0 0.0 0.0 0.0 100.0 0.0 0.0 0.0 10.0</real_value>
137
 
          </constant>
138
 
        </anisotropic_symmetric>
139
 
      </tensor_field>
140
 
      <tensor_field name="MaximumEdgeLengths">
141
 
        <anisotropic_symmetric>
142
 
          <constant>
143
 
            <real_value symmetric="true" dim2="dim" shape="3 3" dim1="dim" rank="2">2000.0 0.0 0.0 0.0 2000.0 0.0 0.0 0.0 500.0</real_value>
144
 
          </constant>
145
 
        </anisotropic_symmetric>
146
 
      </tensor_field>
147
 
    </hr_adaptivity>
148
 
  </mesh_adaptivity>
149
 
</fluidity_options>