]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use I, not 1, in the traction term.
authorDavid Wells <wellsd2@rpi.edu>
Sun, 5 Jun 2016 21:54:54 +0000 (17:54 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Tue, 7 Jun 2016 01:57:57 +0000 (21:57 -0400)
When we multiply through by n we should end up with a `p n' term. Prefer
I As 1 could be interpreted as a matrix of all ones.

examples/step-22/doc/intro.dox

index be9ba4ae35212102dd28aa97da4fe44d6f7556a7..4d6fa27a260f4171f384bc13b53e659536c381b2 100644 (file)
@@ -238,16 +238,16 @@ possibilities for imposing boundary conditions:
       \\
       &=&
       (\textbf{n} \otimes \textbf{v},
-      p \textbf{1} - 2\; \varepsilon(\textbf{u}))_{\Gamma_N}.
+      p \textbf{I} - 2\; \varepsilon(\textbf{u}))_{\Gamma_N}.
       \\
       &=&
       (\textbf{v},
-       \textbf{n}\cdot [p \textbf{1} - 2\; \varepsilon(\textbf{u})])_{\Gamma_N}.
+       \textbf{n}\cdot [p \textbf{I} - 2\; \varepsilon(\textbf{u})])_{\Gamma_N}.
     @f}
     In other words, on the Neumann part of the boundary we can
     prescribe values for the total stress:
     @f{eqnarray*}
-      \textbf{n}\cdot [p \textbf{1} - 2\; \varepsilon(\textbf{u})]
+      \textbf{n}\cdot [p \textbf{I} - 2\; \varepsilon(\textbf{u})]
       =
       \textbf g_N \qquad\qquad \textrm{on}\ \Gamma_N.
     @f}
@@ -268,7 +268,7 @@ possibilities for imposing boundary conditions:
 <li>Robin-type boundary conditions: Robin boundary conditions are a mixture of
     Dirichlet and Neumann boundary conditions. They would read
     @f{eqnarray*}
-      \textbf{n}\cdot [p \textbf{1} - 2\; \varepsilon(\textbf{u})]
+      \textbf{n}\cdot [p \textbf{I} - 2\; \varepsilon(\textbf{u})]
       =
       \textbf S \textbf u \qquad\qquad \textrm{on}\ \Gamma_R,
     @f}
@@ -296,7 +296,7 @@ possibilities for imposing boundary conditions:
     @f{eqnarray*}
       \textbf u_{\textbf t} &=& 0,
       \\
-      \textbf n \cdot \left(\textbf{n}\cdot [p \textbf{1} - 2\;
+      \textbf n \cdot \left(\textbf{n}\cdot [p \textbf{I} - 2\;
       \varepsilon(\textbf{u})] \right)
       &=&
       0.
@@ -317,7 +317,7 @@ possibilities for imposing boundary conditions:
       \textbf{n}\cdot\textbf u &=& 0,
       \\
       (\textbf 1-\textbf n\otimes\textbf n)
-      \left(\textbf{n}\cdot [p \textbf{1} - 2\;
+      \left(\textbf{n}\cdot [p \textbf{I} - 2\;
       \varepsilon(\textbf{u})] \right)
       &=&
       0,
@@ -627,7 +627,7 @@ domain $\Omega=[-2,2]\times[0,1]\times[-1,0]$:
   \end{array}\right)
   \qquad\qquad \textrm{at}\ z=0, x=0,
 @f}
-and using natural boundary conditions $\textbf{n}\cdot [p \textbf{1} - 2
+and using natural boundary conditions $\textbf{n}\cdot [p \textbf{I} - 2
 \varepsilon(\textbf{u})] = 0$ everywhere else. In other words, at the
 left part of the top surface we prescribe that the fluid moves with the
 continental plate to the left at speed $-1$, that it moves to the right on the

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.