~fluidity-core/fluidity/sediment_restructure

« back to all changes in this revision

Viewing changes to tests/sediment_reentrainment/sediment_reentrainment.flml

  • Committer: Sam Parkinson
  • Date: 2011-11-30 13:40:09 UTC
  • Revision ID: s.parkinson11@imperial.ac.uk-20111130134009-cpynfds2iy58xxux
now with reentrainment scaled by volume fraction

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
            <python>
234
234
              <string_value lines="20" type="python">def val(X, t):
235
235
  if (X[1] &lt; 0.1):
236
 
    return 0.1
 
236
    return 0.015
237
237
  else:
238
238
    return 0</string_value>
239
239
            </python>
325
325
              </steady_state>
326
326
            </diagnostic>
327
327
          </scalar_field>
 
328
          <scalar_field name="BedloadVolumeFraction" rank="0">
 
329
            <diagnostic>
 
330
              <output/>
 
331
              <stat/>
 
332
              <convergence>
 
333
                <include_in_convergence/>
 
334
              </convergence>
 
335
              <detectors>
 
336
                <include_in_detectors/>
 
337
              </detectors>
 
338
              <steady_state>
 
339
                <include_in_steady_state/>
 
340
              </steady_state>
 
341
            </diagnostic>
 
342
          </scalar_field>
328
343
          <submerged_specific_gravity>
329
344
            <real_value rank="0">1.65</real_value>
330
345
          </submerged_specific_gravity>
378
393
            <python>
379
394
              <string_value lines="20" type="python">def val(X, t):
380
395
  if (X[1] &lt; 0.1):
381
 
    return 0.1
 
396
    return 0.015
382
397
  else:
383
398
    return 0</string_value>
384
399
            </python>
470
485
              </steady_state>
471
486
            </diagnostic>
472
487
          </scalar_field>
 
488
          <scalar_field name="BedloadVolumeFraction" rank="0">
 
489
            <diagnostic>
 
490
              <output/>
 
491
              <stat/>
 
492
              <convergence>
 
493
                <include_in_convergence/>
 
494
              </convergence>
 
495
              <detectors>
 
496
                <include_in_detectors/>
 
497
              </detectors>
 
498
              <steady_state>
 
499
                <include_in_steady_state/>
 
500
              </steady_state>
 
501
            </diagnostic>
 
502
          </scalar_field>
473
503
          <submerged_specific_gravity>
474
504
            <real_value rank="0">1.65</real_value>
475
505
          </submerged_specific_gravity>