~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to examples/flow_past_sphere_Re1/flow_past_sphere_Re1.xml

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    </test>
37
37
  </pass_tests>
38
38
  <warn_tests>
39
 
    <test name="relative drag force difference (0.5%)." language="python">
40
 
assert(abs(time_average_xforce - exact_xforce)/exact_xforce &lt; 0.005)
 
39
    <test name="relative drag force difference (0.51%)." language="python">
 
40
assert(abs(time_average_xforce - exact_xforce)/exact_xforce &lt; 0.0051)
41
41
    </test>
42
42
  </warn_tests>
43
43
</testproblem>