~reducedmodelling/fluidity/ROM_Non-intrusive-ann

« back to all changes in this revision

Viewing changes to tests/turbine_flux_dg_2d/onedomain_2d.flml

  • Committer: sf1409
  • Date: 2010-05-10 16:33:19 UTC
  • Revision ID: svn-v4:5bf5533e-7014-46e3-b1bb-cce4b9d03719:trunk:1142
2+1d flux turbine testcase with dg fluxes.
 
It uses dg flux terms to simulate the turbine. This is a very basic testcase where the turbine is basically a opened sluice gate. The result is compared with another simulation where no turbine is applied. Ideally, the results should be the same. Due to the different meshes, the detectors will have slightly different values.


Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  </timestepping>
105
105
  <physical_parameters/>
106
106
  <material_phase name="water">
 
107
    <scalar_field name="Pressure" rank="0">
 
108
      <prognostic>
 
109
        <mesh name="PressureMesh"/>
 
110
        <spatial_discretisation>
 
111
          <continuous_galerkin/>
 
112
        </spatial_discretisation>
 
113
        <scheme>
 
114
          <poisson_pressure_solution replaces="POISON">
 
115
            <string_value lines="1">every timestep</string_value>
 
116
          </poisson_pressure_solution>
 
117
          <use_projection_method replaces="PROJEC"/>
 
118
        </scheme>
 
119
        <solver>
 
120
          <iterative_method name="cg"/>
 
121
          <preconditioner name="sor"/>
 
122
          <relative_error>
 
123
            <real_value rank="0">1.0e-7</real_value>
 
124
          </relative_error>
 
125
          <max_iterations>
 
126
            <integer_value rank="0">500</integer_value>
 
127
          </max_iterations>
 
128
          <never_ignore_solver_failures/>
 
129
          <diagnostics>
 
130
            <monitors/>
 
131
          </diagnostics>
 
132
        </solver>
 
133
        <output/>
 
134
        <stat/>
 
135
        <convergence>
 
136
          <include_in_convergence/>
 
137
        </convergence>
 
138
        <detectors>
 
139
          <exclude_from_detectors/>
 
140
        </detectors>
 
141
        <steady_state>
 
142
          <include_in_steady_state/>
 
143
        </steady_state>
 
144
        <no_interpolation/>
 
145
      </prognostic>
 
146
    </scalar_field>
107
147
    <scalar_field name="Density" rank="0">
108
148
      <prescribed>
109
149
        <mesh name="VelocityMesh"/>