]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
replace raleigh by rayleigh
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 28 May 2008 20:29:47 +0000 (20:29 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 28 May 2008 20:29:47 +0000 (20:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@16268 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-31/step-31.cc

index 0ad463511221d71885cf11ee2714707e295de583..62e7e75f0a0271ae525c31e09262e3e7e0a91a26 100644 (file)
@@ -488,7 +488,7 @@ void BoussinesqFlowProblem<dim>::assemble_system ()
   std::vector<std::vector<Tensor<1,dim> > >  old_solution_grads(n_q_points,
                                                                 std::vector<Tensor<1,dim> > (dim+2));
 
-  const double Raleigh_number = 10;
+  const double Rayleigh_number = 10;
 
   std::vector<Tensor<1,dim> >          phi_u       (dofs_per_cell);
   std::vector<SymmetricTensor<2,dim> > phi_grads_u (dofs_per_cell);
@@ -550,7 +550,7 @@ void BoussinesqFlowProblem<dim>::assemble_system ()
 
              const Point<dim> gravity (0,1);
 
-             local_rhs(i) += (Raleigh_number *
+             local_rhs(i) += (Rayleigh_number *
                               gravity * phi_u[i] * old_temperature)*
                              fe_values.JxW(q);
           }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.