~asc/fluidity/iceshelfcavity

« back to all changes in this revision

Viewing changes to legacy_reservoir_prototype/tests/BL_test_10elements_1d_DG/BL_test_10elements_1d_DG.mpml

  • Committer: Adam Candy
  • Date: 2011-10-12 20:39:04 UTC
  • Revision ID: adam.candy@imperial.ac.uk-20111012203904-9gwqzs4z798zcw0l
Automatic sync to launchpad

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">BL_test_10elements_1d_DG</string_value>
5
 
  </simulation_name>
6
 
  <problem_type>
7
 
    <string_value lines="1">multiphase</string_value>
8
 
  </problem_type>
9
 
  <geometry>
10
 
    <dimension>
11
 
      <integer_value rank="0">1</integer_value>
12
 
    </dimension>
13
 
    <mesh name="CoordinateMesh">
14
 
      <from_file file_name="1d_mesh">
15
 
        <format name="triangle"/>
16
 
        <stat>
17
 
          <include_in_stat/>
18
 
        </stat>
19
 
      </from_file>
20
 
    </mesh>
21
 
    <quadrature>
22
 
      <degree>
23
 
        <integer_value rank="0">5</integer_value>
24
 
      </degree>
25
 
    </quadrature>
26
 
  </geometry>
27
 
  <io>
28
 
    <dump_format>
29
 
      <string_value>vtk</string_value>
30
 
    </dump_format>
31
 
    <dump_period>
32
 
      <constant>
33
 
        <real_value rank="0">0</real_value>
34
 
      </constant>
35
 
    </dump_period>
36
 
    <output_mesh name="CoordinateMesh"/>
37
 
    <stat/>
38
 
  </io>
39
 
  <timestepping>
40
 
    <current_time>
41
 
      <real_value rank="0">0</real_value>
42
 
    </current_time>
43
 
    <timestep>
44
 
      <real_value rank="0">1</real_value>
45
 
    </timestep>
46
 
    <finish_time>
47
 
      <real_value rank="0">1</real_value>
48
 
    </finish_time>
49
 
  </timestepping>
50
 
  <material_phase name="phase1">
51
 
    <vector_field name="Velocity" rank="1">
52
 
      <prescribed>
53
 
        <mesh name="CoordinateMesh"/>
54
 
        <value name="WholeMesh">
55
 
          <constant>
56
 
            <real_value shape="1" dim1="dim" rank="1">0.0</real_value>
57
 
          </constant>
58
 
        </value>
59
 
        <output/>
60
 
        <stat>
61
 
          <include_in_stat/>
62
 
        </stat>
63
 
        <detectors>
64
 
          <exclude_from_detectors/>
65
 
        </detectors>
66
 
      </prescribed>
67
 
    </vector_field>
68
 
  </material_phase>
69
 
</fluidity_options>