From: salgado Date: Wed, 9 Sep 2009 16:28:01 +0000 (+0000) Subject: The final parameter handler X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ab6483ee6b63e534f61fcad389443591e0caba;p=dealii-svn.git The final parameter handler git-svn-id: https://svn.dealii.org/trunk@19424 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-35/parameter-file.prm b/deal.II/examples/step-35/parameter-file.prm index dbbcadbc87..600a78c2d8 100644 --- a/deal.II/examples/step-35/parameter-file.prm +++ b/deal.II/examples/step-35/parameter-file.prm @@ -6,9 +6,8 @@ subsection Physical data # In this subsection we declare the physical data # The initial and final time, and the Reynolds number set initial_time = 0. - set final_time = 8. - set Reynolds = 100 - set filename = zigzag.inp + set final_time = 10. + set Reynolds = 1e3 end subsection Time step data