Changeset 132 for palm/trunk/DOC/app/chapter_4.1.html
- Timestamp:
- Nov 20, 2007 9:46:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_4.1.html
r116 r132 20 20 21 21 <title>PALM chapter 4.1</title></head> 22 23 22 <body> 24 23 … … 1736 1735 1737 1736 <p>Allowed 1738 values are <span style="font-style: italic;">'dirichlet'</span> 1737 values are <span style="font-style: italic;">'dirichlet'</span>, <span style="font-style: italic;">'dirichlet_0'</span> 1739 1738 and <span style="font-style: italic;">'neumann'</span>. 1740 1739 The … … 1743 1742 Neumann condition yields the free-slip condition with u(k=nz+1) = 1744 1743 u(k=nz) and v(k=nz+1) = v(k=nz) (up to k=nz the prognostic equations 1745 for the velocities are solved).</p> 1744 for the velocities are solved). The special condition <span style="font-style: italic;">'dirichlet_0'</span> can be used for channel flow, it yields the no-slip condition u(k=nz+1) = ug(nz+1) = 0 and v(k=nz+1) = 1745 vg(nz+1) = 0.</p> 1746 1746 1747 1747
Note: See TracChangeset
for help on using the changeset viewer.